master-plan — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited master-plan (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Create a comprehensive, phased master plan for any feature, bug fix, or initiative. Follows the user's mandatory workflow: audit first, then structured phases with granular tasks.
User says: "master plan", "create master plan", "crea el master plan", "hazme el plan", or similar.
Launch 2-4 agents in parallel to deeply audit the problem space:
Each agent reports:
Create a markdown file at docs/planning/MASTER_PLAN_<TOPIC>.md with this structure:
---
date: YYYY-MM-DD
tags:
- type/plan
- domain/<domain>
- priority/<p0|p1|p2>
status: active
related-files:
- path/to/file1.py
- path/to/file2.tsx
---
# MASTER PLAN: <Title>
**Severity:** P0/P1/P2
**Created:** YYYY-MM-DD
**Bug/Feature:** One-line description
**Impact:** What happens if not fixed / what value does this add
## Summary
2-3 paragraphs explaining the problem/feature, root cause, and approach.
---
## Phase 1: <Phase Name> (P0 - CRITICAL)
> One-line description of what this phase accomplishes.
### Task 1.1: <Task Title>
- **File:** `exact/path/to/file.py` -- `function_name()` (line ~NNN)
- **Bug/Issue:** ISSUE-ID -- One-line description
- **Fix:** Specific description of what to change (with code snippet if helpful)
- **Edge case:** Any edge cases to handle (e.g., different modes, backward compat)
- **Validation:** `test_name_that_proves_fix` or manual test description
### Task 1.2: ...
---
## Phase 2: <Phase Name> (P1 - HIGH)
### Task 2.1: ...
---
## Summary
| Phase | Tasks | Priority | Effort |
|-------|-------|----------|--------|
| Phase 1 | N tasks | P0 | ~Xh |
| Phase 2 | N tasks | P1 | ~Xh |
| TOTAL | N tasks | | ~Xh |
## Files Modified (Complete List)
| File | Phase | Changes |
|------|-------|---------|
| `path/to/file` | 1, 3 | Description |Add the new master plan to MEMORY.md under "Active Plans" with format:
- `docs/planning/MASTER_PLAN_<TOPIC>.md` -- N tasks, M phases (YYYY-MM-DD) (brief description)After writing the plan, report to user:
Master Plan created: docs/planning/MASTER_PLAN_<TOPIC>.md
- N phases, M tasks total
- Phase 1 (P0): brief description
- Phase 2 (P0): brief description
- ...
- Say "Empieza Phase 1" to begin execution.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.