plan-and-review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited plan-and-review (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 implementation plans and validate them through automated review before execution. This skill combines the writing-plans methodology with plan-reviewer agent dispatch to catch quality issues (missing file paths, vague acceptance criteria, scope gaps, TDD omissions) before any code is written.
Announce at start: "I'm using the plan-and-review skill to create and validate the implementation plan."
Core principle: No plan reaches execution without passing review. Critical/High findings must be resolved first.
Phase 1: Create Plan → Phase 2: Review → Phase 3: Revise (if needed) → Phase 4: ApprovedUse the writing-plans methodology to create the implementation plan.
docs/plans/YYYY-MM-DD-<feature-name>.mdDispatch the plan-reviewer agent as a subAgent to review the plan.
subagent_type: "general-purpose"
prompt: |
You are the Plan Reviewer agent. Review the implementation plan at
docs/plans/<plan-file>.md against the original spec/issue.
Review checklist:
- File paths: All paths valid (Modify files exist, Create paths have valid parents)
- Acceptance criteria: Specific, measurable, verifiable (no vague terms)
- Scope alignment: Plan matches spec — no scope creep, no missing items
- TDD compliance: Red-Green-Refactor for core logic tasks
- Backward compatibility: Breaking changes documented with migration steps
Output a severity-rated findings table:
| Finding | Location | Severity | Recommendation |
End with Review Summary showing counts per severity and verdict:
APPROVED (Critical=0 AND High=0) or REVISE REQUIRED.If the review verdict is REVISE REQUIRED:
Maximum iterations: 3 revision cycles. If still not approved after 3 cycles, present remaining findings to user for manual resolution.
When the review verdict is APPROVED:
When used within parallel execution workflows:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.