planning-with-files — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited planning-with-files (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.
Large tasks need a written plan before code. The plan lives as a file so it can be reviewed, versioned, and referenced across sessions.
File naming: IMPLEMENTATION-PROMPT-{FEATURE}.md in the project root or docs/ directory.
Structure:
# Implementation: {Feature Name}
## Goal
One sentence. What does success look like?
## Context
What exists today. What needs to change. Links to relevant spec sections.
## Plan
### Phase 1: {Name}
- Step 1: {specific action}
- Verify: {how to confirm it worked}
- Step 2: {specific action}
- Verify: {how to confirm it worked}
### Phase 2: {Name}
...
## Edge Cases
- {case}: {how to handle}
## Out of Scope
- {thing we're explicitly NOT doing}Each phase should be:
Signs a phase is too big:
Signs a phase is too small:
Before implementing, send the plan through the plan-reviewer agent:
/review-plan to trigger reviewDon't skip review for non-trivial work. The 5 minutes spent reviewing saves hours of rework.
Execute one phase at a time:
If a phase reveals the plan was wrong, STOP. Update the plan first. Don't improvise your way through a broken plan.
Plan (write an IMPLEMENTATION-PROMPT):
Just do it:
Every plan should define must-haves that carry through from planning to verification:
These must-haves become the verification checklist. If the plan-reviewer doesn't see them, it should request them. If the verify-app agent can't confirm them, the feature isn't done.
re-review it before implementing. The codebase may have changed.
but not so detailed that it's pseudo-code. Trust the implementer to make tactical decisions.
"Implement the auth module; verify: login endpoint returns 200 with valid creds and 401 with invalid" is a plan step.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.