cm-planning-e37a8e — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cm-planning-e37a8e (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.
openspec/changes/<name>/{design.md,tasks.md}.cm/handoff/plan.json (goal, decisions, first 3 tasks)cm-tdd or cm-executioncm-design-system.Red flags (STOP): code before brainstorm; assuming intent; skipping scope; "it's simple."
Write to openspec/changes/<initiative-name>/:
design.md
# Design: [Goal]
## Context & Technical Approach
## Proposed Changes
### [Component/File]
## Verificationtasks.md
# Implementation Checklist
- [ ] 1.1 ...
- [ ] 1.2 ...
- [ ] Verification testingPlan rules: small testable steps (15-30 min each), order by dependency, verification per step. No vague steps.
Write .cm/handoff/plan.json:
{
"schema": "plan@1",
"goal": "...",
"decisions": ["..."],
"first_tasks": ["1.1", "1.2", "1.3"],
"openspec_path": "openspec/changes/<name>/"
}Update .cm/CONTINUITY.md:
Token win: next session reads CONTINUITY (~200 tok) instead of full plan (2000+).
| After planning... | Use skill |
|---|---|
| Complex initiative | cm-brainstorm-idea (run BEFORE) |
| Need isolated workspace | cm-execution |
| Execute the plan | cm-execution |
| Tests first | cm-tdd |
| UI/frontend | cm-design-system |
Before writing the plan, surface what's uncertain instead of guessing:
Self-test: "Could a reviewer point to anything in this plan I'm guessing about?" If yes, mark it.
Think before you build. Document before you code. Emit handoff so the next skill picks up cold.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.