kata-new-milestone

Solid

Use when the user wants to create the next milestone, release goal, or scoped delivery target for an existing Kata project.

AI & Automation 61 stars 6 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# kata-new-milestone ## Operating Brief When this skill is invoked, help the user define the next scoped delivery milestone for an existing Kata project. Start by reading project context and recent completed milestone artifacts, then ask what outcome the next milestone should deliver. Gather enough detail to define the milestone goal, requirements, roadmap, constraints, open questions, and any carry-forward candidates. Create exactly one milestone with `milestone.create`, then write milestone-scoped requirements and roadmap artifacts with `artifact.write`. Shape the roadmap as demo-able vertical slices with minimized dependencies and explicit parallelization opportunities. End by routing the user to `kata-plan-phase`. ## Success Criteria - Exactly one active milestone is created for the selected delivery goal. - Carry-forward candidates from completed milestones are surfaced before the new milestone scope is confirmed. - Milestone requirements are persisted as a milestone-scoped `requirements` artifact. - The delivery roadmap is persisted as a milestone-scoped `roadmap` artifact. - Roadmap slices have demo outcomes, independent test surfaces, dependency metadata, and implementation waves. - Horizontal enabling work is explicitly justified and tied to the later demo-able slice it unlocks. - The user knows the next step is `kata-plan-phase`. ## Do Not - Do not initialize a new project here; route missing project context to `kata-new-project`. - Do not create slices or t...

Details

Author
gannonh
Repository
gannonh/kata-symphony
Created
5 months ago
Last Updated
3 days ago
Language
Rust
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category