kata-progress
SolidUse when the user asks for Kata project status, milestone progress, task progress, or execution state.
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-progress
## Operating Brief
When this skill is invoked, report current Kata project and milestone progress.
Read the project snapshot plus execution status. Summarize what is active, what is blocked, what is done, and the one next action recommended by snapshot state.
This is a reporting skill. It should not mutate backend state.
## Success Criteria
- The user sees the current project/backend identity.
- The active milestone, slices, tasks, artifacts, and execution state are summarized.
- Blocking issues and next actions are clear.
- No backend state is changed.
## Do Not
- Do not create or update project artifacts.
- Do not change task or milestone status.
- Do not proceed into execution from a status request.
- Do not omit blockers or warnings.
## Process
1. Read `references/workflow.md` before taking action. Execute that workflow end-to-end.
2. Preserve every workflow gate: required checks, user confirmations, durable writes, status updates, and next-step routing.
3. Before any backend IO, read `references/runtime-contract.md` and use only the operations listed there.
4. When the workflow tells you to create or read an artifact, use `references/artifact-contract.md` and the named template files.
5. If setup or backend readiness is uncertain, read `references/setup.md` before proceeding.
6. Read optional references only when the workflow calls for them or the current step needs them.
## Resource Loading
Must read:
- Workflow: `references/workflow.md`
- R...
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-health
Use when the user asks whether Kata is configured correctly, healthy, connected, or ready to run.
61 Updated 3 days ago
gannonh AI & Automation Solid
kata-update-project
Use 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.
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