kata-complete-milestone
SkillDev toolsUse when the user wants to finish, close, ship, archive, or mark the active Kata milestone complete.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the kata-complete-milestone skill
What this skill tells your AI
The instructions your AI receives, as published by gannonh/kata-symphony in apps/cli/skills/kata-complete-milestone/SKILL.md and read by ahel’s review.
Operating Brief
When this skill is invoked, close the active release-sized milestone after all milestone slices and tasks are done and verified.
Load the project snapshot and active milestone, list slices, list tasks for each slice when detail is needed, inspect milestone/slice/task artifacts, read project-scoped closeout artifacts, confirm every required task is done and verified, summarize delivered outcomes, capture retrospective notes, write milestone completion artifacts, update project closeout artifacts, and then complete the milestone through milestone.complete.
If readiness is uncertain, stop and explain what must be verified or resolved first.
Success Criteria
- The active milestone has an accepted completion summary.
- Every required slice is done.
- Every required task is done with
verificationState: verified. - Completion evidence includes milestone, slice, task, and project-scoped artifacts.
- Retrospective or archive artifacts are persisted when useful.
- Project brief and project requirements artifacts are updated before
milestone.complete, or the workflow stops to repair missing project artifacts. - Existing milestone summary, retrospective, and project closeout artifacts are updated idempotently when they already exist.
- Carry-forward requirements are only reclassified after explicit confirmation and evidence.
- Completion output names the project tracking issue when the backend reports it and reports what changed in the project artifacts.
- The milestone is completed through
milestone.completeonly after readiness is confirmed and closeout artifact writes succeed. - The user knows what remains, if anything, after completion.
Do Not
- Do not complete a milestone with unverified required work.
- Do not invent completion evidence.
- Do not rely only on milestone-level artifacts when task verification artifacts live on task scope.
- Do not run
milestone.completeafter a failed project closeout artifact read or write. - Do not reclassify a carry-forward requirement as validated without explicit confirmation.
- Do not create a new milestone here.
- Do not skip the readiness check.
Process
- Read
references/workflow.mdbefore taking action. Execute that workflow end-to-end. - Preserve every workflow gate: required checks, user confirmations, durable writes, status updates, and next-step routing.
- Before any backend IO, read
references/runtime-contract.mdand use only the operations listed there. - When the workflow tells you to create or read an artifact, use
references/artifact-contract.mdand the named template files. - If setup or backend readiness is uncertain, read
references/setup.mdbefore proceeding. - Read optional references only when the workflow calls for them or the current step needs them.
Resource Loading
Must read:
- Workflow:
references/workflow.md - Runtime IO contract:
references/runtime-contract.md
Read when needed:
- Setup and health checks:
references/setup.md - Alignment depth:
references/alignment.md - CLI command patterns:
references/cli-runtime.md - Artifact conventions:
references/artifact-contract.md - CLI helper:
scripts/kata-call.mjs - Artifact input helper:
scripts/kata-artifact-input.mjs
Additional references:
- ui-brand:
references/ui-brand.md
Templates:
- milestone-archive:
templates/milestone-archive.md - retrospective:
templates/retrospective.md
Execution Rules
- If setup or backend state is uncertain, start with
references/setup.md. - Choose alignment depth using
references/alignment.mdinside this workflow. - Follow
references/workflow.mdas the behavioral source for this skill. - Use only operations listed in
references/runtime-contract.mdfor backend IO. - Keep backend specifics in @kata-sh/cli adapters, never in skill logic.
Signals
- GitHub stars
- 63
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
kata-complete-milestone- Source
- github.com/gannonh/kata-symphony