kata-update-project
SolidUse when the user wants to update an in-flight Kata project, refresh project artifacts, revise the current milestone, adjust requirements or roadmap context, or pause work to record ad hoc project direction changes. This skill interactively updates durable project and active milestone artifacts without creating new execution scope.
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-update-project
## Operating Brief
When this skill is invoked, help the user pause in-flight work and update durable Kata project or active milestone artifacts.
Start interactively by loading current project context and asking what the user wants to update: overall project context, current milestone requirements, current milestone roadmap, both project and milestone artifacts, or another named artifact. Read the existing artifacts before drafting changes, preserve unchanged sections and IDs, show a concise update review, then write only confirmed artifact replacements through `artifact.write`.
This skill updates artifact content only. If the requested change needs milestone metadata, slice/task status changes, issue creation, execution, verification, or milestone completion, stop and route to the appropriate workflow.
## Success Criteria
- The requested project or active milestone update target is explicit before writing.
- Existing artifacts are read before any replacement is drafted.
- The user sees and approves a concise diff-style summary of target artifacts, planned changes, and unchanged sections.
- Confirmed updates are persisted through `artifact.write`.
- Project-level updates preserve durable project context unless the user explicitly changes it.
- Milestone updates preserve existing requirement IDs, roadmap labels, backend slice IDs, dependencies, and traceability unless the user explicitly changes them.
- The final output reports changed artifacts and ...
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-progress
Use when the user asks for Kata project status, milestone progress, task progress, or execution state.
61 Updated 3 days ago
gannonh 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-new-milestone
Use when the user wants to create the next milestone, release goal, or scoped delivery target for an existing Kata project.
61 Updated 3 days ago
gannonh