kata-new-milestone
SolidUse 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
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
kata-new-project
Use when the user wants to start, define, import, or initialize a Kata project.
61 Updated 3 days ago
gannonh AI & Automation Solid
kata-plan-phase
Use when the user asks to plan a phase, slice upcoming work, or turn a milestone goal into executable Kata tasks.
61 Updated 3 days ago
gannonh AI & Automation Featured
gsd-new-milestone
Start a new milestone cycle — update PROJECT.md and route to requirements
8,528 Updated today
open-gsd