What problem does it solve?
This Skill automates the manual and error-prone process of adding a new, sequential phase to the current milestone in a repository-based roadmap, ensuring consistent numbering, slugs, and state tracking.
Core Features & Use Cases
- Next-phase calculation: Determines the next integer phase number for the current milestone, ignoring decimal versions.
- Directory and slug creation: Generates a filesystem-safe slug from the provided description and creates the corresponding phase directory.
- Roadmap and STATE.md updates: Inserts a roadmap entry and updates STATE.md to reflect the roadmap evolution for reproducible project tracking.
- Use Case: Ideal for repo-driven product teams who maintain milestones and phases in-file and need deterministic, repeatable updates when planning sprints or release activities.
Quick Start
Add a new phase with the description "finalize onboarding flow" to append the next integer phase to the current milestone and update the roadmap and STATE.md.