writing-plans-bc4143 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited writing-plans-bc4143 (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.
Turn a spec into a detailed, executable multi-step implementation plan. Prevents implementation drift and gives any engineer — or agent — enough detail to build without guessing.
If the spec covers multiple independent subsystems, break it into separate plans — one per subsystem. Each plan should produce working, testable software on its own.
# [Feature Name] Implementation Plan
**Goal:** [One sentence describing what this builds]
**Architecture:** [2-3 sentences about approach]
**Tech Stack:** [Key technologies/libraries]
--- ### Task N: [Component Name]
**Files:**
- Create: `exact/path/to/file.py`
- Modify: `exact/path/to/existing.py`
- Test: `tests/exact/path/to/test.py`
- [ ] **Step 1:** [Action] - [ ] **Step 2:** Run: `<exact command>`
Expected: `<exact output>` TBD / TODO / implement later / fill in details
"Add appropriate error handling" / "handle edge cases"
"Write tests for the above" (without actual test code)
"Similar to Task N" (repeat the code — engineer may read tasks out of order)
Steps that describe without showing how (code blocks required for code steps)docs/plans/YYYY-MM-DD-<feature-name>.md.A Markdown plan file with:
path/to/file)docs/plans/clearLayers() in Task 3 but clearFullLayers() in Task 7 is a bug in the plan.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.