plan-feature — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited plan-feature (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.
One door to turn anything — an idea, an issue, or a scoped slug — into a planned, roadmap-registered feature. Routes to a focused internal step so only the work you need runs (no fat single skill). Docs only — no code, no branch.
Per the agent guide's Workflow conventions + documentation map, then read what THIS skill needs: the roadmap (docs/features/ROADMAP.md), so routing and roadmap registration match the project's real layout.
Pick the mode — first match wins:
--interview, --from-issue <N>,--scaffold <slug>, --next.
plan-feature-from-issue.SPEC.md → plan-feature-scaffold.plan-feature-interview.planned entry; ifit's a thin line → plan-feature-interview, if scoped → plan-feature-scaffold.
| You run | Detected | Routes to | Then |
|---|---|---|---|
plan-feature "add CSV export" | raw idea | plan-feature-interview → plan-feature-scaffold | execute-phase NN P1 |
plan-feature 131 | issue #131 | plan-feature-from-issue → plan-feature-scaffold | PR carries Closes #131 |
plan-feature 14-csv-export | scoped slug | plan-feature-scaffold | execute-phase 14 P1 |
plan-feature --next | next planned roadmap entry | scaffold (interview if thin) | execute-phase NN P1 |
sized SPEC**; then invoke plan-feature-scaffold, which scales the artifacts to the SPEC's size (XS/S → SPEC-only; M/L → full set) and registers the roadmap. The scoped path runs plan-feature-scaffold directly.
docs/features/ROADMAP.md withthe right number, ordering, and dependencies.
execute-phase <NN> P1 (M/L, phased) orexecute-phase <NN> (XS/S, single-pass).
execute-phase).writing, not after.
plan-feature-interview — interview a raw idea into a SPEC.plan-feature-from-issue — issue → scoped SPEC, Closes #N.plan-feature-scaffold — SPEC → full artifact set + roadmap entry.triage-issue routes here to promote an issue to a feature.execute-phase executes the phases afterward (audit-docs audits anytime).and the user knows the next step (execute-phase <NN> P1).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.