What problem does it solve? Starting a large feature or initiative without a structured planning artifact leads to scattered decisions, unclear scope, and lost context across sessions. This Skill turns a vague request like "plan feature X" into a versioned epic spec with a stable id, committed through the aiwf framework's trailered git workflow. ## Core Features & Use Cases - Guided scoping conversation: Asks about problem, beneficiaries, scope, constraints, and success criteria before writing anything, then confirms understanding with the user. - Id allocation and spec scaffolding: Runs aiwf add epic to allocate the next E-NNNN id, fills the epic spec template (goal, context, scope, constraints, risks, milestones), and commits the body via aiwf edit-body with provenance trailers. - Roadmap regeneration: Updates ROADMAP.md via aiwf render roadmap --write and closes the planning session with a merge-to-main prompt or handoff to milestone planning. - Use Case: A user says "I need to build a notification system." The Skill interviews them about scope, allocates E-0007, writes the full epic spec, regenerates the roadmap, and offers to continue into milestone breakdown. ## Quick Start Ask the assistant to plan a new epic for the feature you want to build, for example by saying "plan feature X" or "start an epic for the notification system".