← ClaudeAtlas

plan-featurelisted

Route designed features or issues into engineering planning and roadmap registration; undesigned work stops at design-feature. Supports `--next`, `--from-issue`, and `--scaffold`. Triggers: "plan-feature", "plan a feature", "plan the next roadmap feature", "create SPEC and TASKS".
gtrabanco/agentic-workflow · ★ 21 · AI & Automation · score 80
Install: claude install-skill gtrabanco/agentic-workflow
# Plan Feature (router) The engineering-planning door for a feature whose product definition already exists. Routes to a focused internal step so only the work you need runs (no fat single skill). **Docs only — no code, no branch.** Product definition (raw-idea interview, capability closure) is `design-feature`'s job, not this one — the routed redirect gate enforces that split. ## Turn contract — verify before ending the turn ``` ✓ The redirect gate ran FIRST, before any SPEC edit: undesigned input → STOP, print the fixed `/design-feature <slug>` block, do nothing else this turn ✓ Then the Product-review gate ran: no current `spec-review-pass` receipt bound to the recomputed snapshot → STOP with its fixed block and the `/review-spec` hand-off; a candidate/verification receipt, a Plan receipt, or readiness never counts ✓ Designed input only: engineering half filled, artifacts written, and the roadmap entry registered (number, order, deps verified) ✓ If `plan-feature-scaffold` ran this turn: the roadmap row was re-read AFTER the write and literally reads `planned` — a dropped `defined→planned` write fails this box; do not end the turn until it's fixed ✓ Planned, not reviewed: the ledgers are frozen, `stage: plan` readiness printed `READY-FOR-REVIEW`, and the turn hands off to `/review-plan` — this skill never reviews the plan it just wrote and never hands off to `/execute-phase` for a plan with no current Plan review receipt ✓ The dependency & blocker check