@gannonh/kata 0.1.4 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.md +55 -28
  2. package/agents/kata-debugger.md +20 -1
  3. package/agents/kata-entity-generator.md +237 -0
  4. package/agents/kata-executor.md +31 -0
  5. package/agents/kata-phase-researcher.md +13 -4
  6. package/agents/kata-planner.md +19 -0
  7. package/agents/kata-project-researcher.md +5 -5
  8. package/agents/kata-research-synthesizer.md +9 -0
  9. package/bin/install.js +100 -38
  10. package/commands/kata/add-phase.md +8 -195
  11. package/commands/kata/add-todo.md +8 -170
  12. package/commands/kata/audit-milestone.md +10 -248
  13. package/commands/kata/check-todo.md +20 -0
  14. package/commands/kata/complete-milestone.md +8 -124
  15. package/commands/kata/debug.md +9 -138
  16. package/commands/kata/discuss-phase.md +13 -73
  17. package/commands/kata/execute-phase.md +9 -293
  18. package/commands/kata/help.md +13 -376
  19. package/commands/kata/insert-phase.md +8 -215
  20. package/commands/kata/list-phase-assumptions.md +10 -40
  21. package/commands/kata/map-codebase.md +10 -61
  22. package/commands/kata/pause-work.md +9 -112
  23. package/commands/kata/plan-milestone-gaps.md +9 -273
  24. package/commands/kata/plan-phase.md +9 -464
  25. package/commands/kata/progress.md +10 -346
  26. package/commands/kata/quick.md +20 -0
  27. package/commands/kata/remove-phase.md +8 -326
  28. package/commands/kata/research-phase.md +10 -170
  29. package/commands/kata/resume-work.md +10 -30
  30. package/commands/kata/set-profile.md +20 -0
  31. package/commands/kata/settings.md +20 -0
  32. package/commands/kata/start-milestone.md +20 -0
  33. package/commands/kata/start-new-milestone.md +20 -0
  34. package/commands/kata/start-project.md +20 -0
  35. package/commands/kata/update-kata.md +20 -0
  36. package/commands/kata/update.md +13 -219
  37. package/commands/kata/verify-work.md +10 -209
  38. package/commands/kata/whats-new.md +13 -117
  39. package/kata/references/checkpoints.md +318 -28
  40. package/kata/references/model-profiles.md +73 -0
  41. package/kata/references/planning-config.md +94 -0
  42. package/kata/references/ui-brand.md +2 -2
  43. package/kata/references/verification-patterns.md +17 -0
  44. package/kata/templates/codebase/architecture.md +2 -2
  45. package/kata/templates/codebase/structure.md +4 -4
  46. package/kata/templates/config.json +9 -0
  47. package/kata/templates/entity.md +173 -0
  48. package/kata/templates/phase-prompt.md +18 -27
  49. package/kata/workflows/complete-milestone.md +11 -0
  50. package/kata/workflows/diagnose-issues.md +12 -1
  51. package/kata/workflows/discovery-phase.md +5 -9
  52. package/kata/workflows/discuss-phase.md +11 -0
  53. package/kata/workflows/execute-phase.md +68 -9
  54. package/kata/workflows/execute-plan.md +47 -4
  55. package/kata/workflows/map-codebase.md +35 -2
  56. package/kata/workflows/resume-project.md +4 -0
  57. package/kata/workflows/verify-phase.md +2 -3
  58. package/kata/workflows/verify-work.md +36 -3
  59. package/package.json +12 -5
  60. package/skills/kata-adding-phases/SKILL.md +209 -0
  61. package/skills/kata-adding-todos/SKILL.md +195 -0
  62. package/skills/kata-auditing-milestones/SKILL.md +279 -0
  63. package/{commands/kata/check-todos.md → skills/kata-checking-todos/SKILL.md} +16 -5
  64. package/skills/kata-completing-milestones/SKILL.md +137 -0
  65. package/skills/kata-configuring-settings/SKILL.md +139 -0
  66. package/skills/kata-debugging/SKILL.md +170 -0
  67. package/skills/kata-discussing-phases/SKILL.md +85 -0
  68. package/skills/kata-executing-phases/SKILL.md +335 -0
  69. package/skills/kata-executing-quick-tasks/SKILL.md +306 -0
  70. package/skills/kata-inserting-phases/SKILL.md +229 -0
  71. package/skills/kata-listing-phase-assumptions/SKILL.md +51 -0
  72. package/skills/kata-mapping-codebases/SKILL.md +70 -0
  73. package/skills/kata-pausing-work/SKILL.md +137 -0
  74. package/skills/kata-planning-milestone-gaps/SKILL.md +295 -0
  75. package/skills/kata-planning-phases/SKILL.md +521 -0
  76. package/skills/kata-providing-help/SKILL.md +495 -0
  77. package/skills/kata-removing-phases/SKILL.md +350 -0
  78. package/skills/kata-researching-phases/SKILL.md +202 -0
  79. package/skills/kata-resuming-work/SKILL.md +41 -0
  80. package/skills/kata-setting-profiles/SKILL.md +109 -0
  81. package/skills/kata-showing-whats-new/SKILL.md +131 -0
  82. package/skills/kata-starting-milestones/SKILL.md +721 -0
  83. package/{commands/kata/new-milestone.md → skills/kata-starting-new-milestones/SKILL.md} +256 -272
  84. package/{commands/kata/new-project.md → skills/kata-starting-projects/SKILL.md} +138 -29
  85. package/skills/kata-tracking-progress/SKILL.md +365 -0
  86. package/skills/kata-updating/SKILL.md +179 -0
  87. package/skills/kata-updating-kata/SKILL.md +179 -0
  88. package/skills/kata-verifying-work/SKILL.md +217 -0
  89. /package/hooks/{statusline.js → kata-statusline.js} +0 -0
@@ -1,338 +1,20 @@
1
1
  ---
2
- name: kata:remove-phase
2
+ name: remove-phase
3
3
  description: Remove a future phase from roadmap and renumber subsequent phases
4
4
  argument-hint: <phase-number>
5
+ version: 0.1.0
6
+ disable-model-invocation: true
5
7
  allowed-tools:
6
8
  - Read
7
9
  - Write
8
10
  - Bash
9
- - Glob
10
11
  ---
11
12
 
12
- <objective>
13
- Remove an unstarted future phase from the roadmap and renumber all subsequent phases to maintain a clean, linear sequence.
13
+ ## Step 1: Parse Context
14
14
 
15
- Purpose: Clean removal of work you've decided not to do, without polluting context with cancelled/deferred markers.
16
- Output: Phase deleted, all subsequent phases renumbered, git commit as historical record.
17
- </objective>
15
+ Arguments: "$ARGUMENTS"
18
16
 
19
- <execution_context>
20
- @.planning/ROADMAP.md
21
- @.planning/STATE.md
22
- </execution_context>
17
+ ## Step 2: Invoke Skill
23
18
 
24
- <process>
25
-
26
- <step name="parse_arguments">
27
- Parse the command arguments:
28
- - Argument is the phase number to remove (integer or decimal)
29
- - Example: `/kata:remove-phase 17` → phase = 17
30
- - Example: `/kata:remove-phase 16.1` → phase = 16.1
31
-
32
- If no argument provided:
33
-
34
- ```
35
- ERROR: Phase number required
36
- Usage: /kata:remove-phase <phase-number>
37
- Example: /kata:remove-phase 17
38
- ```
39
-
40
- Exit.
41
- </step>
42
-
43
- <step name="load_state">
44
- Load project state:
45
-
46
- ```bash
47
- cat .planning/STATE.md 2>/dev/null
48
- cat .planning/ROADMAP.md 2>/dev/null
49
- ```
50
-
51
- Parse current phase number from STATE.md "Current Position" section.
52
- </step>
53
-
54
- <step name="validate_phase_exists">
55
- Verify the target phase exists in ROADMAP.md:
56
-
57
- 1. Search for `### Phase {target}:` heading
58
- 2. If not found:
59
-
60
- ```
61
- ERROR: Phase {target} not found in roadmap
62
- Available phases: [list phase numbers]
63
- ```
64
-
65
- Exit.
66
- </step>
67
-
68
- <step name="validate_future_phase">
69
- Verify the phase is a future phase (not started):
70
-
71
- 1. Compare target phase to current phase from STATE.md
72
- 2. Target must be > current phase number
73
-
74
- If target <= current phase:
75
-
76
- ```
77
- ERROR: Cannot remove Phase {target}
78
-
79
- Only future phases can be removed:
80
- - Current phase: {current}
81
- - Phase {target} is current or completed
82
-
83
- To abandon current work, use /kata:pause-work instead.
84
- ```
85
-
86
- Exit.
87
-
88
- 3. Check for SUMMARY.md files in phase directory:
89
-
90
- ```bash
91
- ls .planning/phases/{target}-*/*-SUMMARY.md 2>/dev/null
92
- ```
93
-
94
- If any SUMMARY.md files exist:
95
-
96
- ```
97
- ERROR: Phase {target} has completed work
98
-
99
- Found executed plans:
100
- - {list of SUMMARY.md files}
101
-
102
- Cannot remove phases with completed work.
103
- ```
104
-
105
- Exit.
106
- </step>
107
-
108
- <step name="gather_phase_info">
109
- Collect information about the phase being removed:
110
-
111
- 1. Extract phase name from ROADMAP.md heading: `### Phase {target}: {Name}`
112
- 2. Find phase directory: `.planning/phases/{target}-{slug}/`
113
- 3. Find all subsequent phases (integer and decimal) that need renumbering
114
-
115
- **Subsequent phase detection:**
116
-
117
- For integer phase removal (e.g., 17):
118
- - Find all phases > 17 (integers: 18, 19, 20...)
119
- - Find all decimal phases >= 17.0 and < 18.0 (17.1, 17.2...) → these become 16.x
120
- - Find all decimal phases for subsequent integers (18.1, 19.1...) → renumber with their parent
121
-
122
- For decimal phase removal (e.g., 17.1):
123
- - Find all decimal phases > 17.1 and < 18 (17.2, 17.3...) → renumber down
124
- - Integer phases unchanged
125
-
126
- List all phases that will be renumbered.
127
- </step>
128
-
129
- <step name="confirm_removal">
130
- Present removal summary and confirm:
131
-
132
- ```
133
- Removing Phase {target}: {Name}
134
-
135
- This will:
136
- - Delete: .planning/phases/{target}-{slug}/
137
- - Renumber {N} subsequent phases:
138
- - Phase 18 → Phase 17
139
- - Phase 18.1 → Phase 17.1
140
- - Phase 19 → Phase 18
141
- [etc.]
142
-
143
- Proceed? (y/n)
144
- ```
145
-
146
- Wait for confirmation.
147
- </step>
148
-
149
- <step name="delete_phase_directory">
150
- Delete the target phase directory if it exists:
151
-
152
- ```bash
153
- if [ -d ".planning/phases/{target}-{slug}" ]; then
154
- rm -rf ".planning/phases/{target}-{slug}"
155
- echo "Deleted: .planning/phases/{target}-{slug}/"
156
- fi
157
- ```
158
-
159
- If directory doesn't exist, note: "No directory to delete (phase not yet created)"
160
- </step>
161
-
162
- <step name="renumber_directories">
163
- Rename all subsequent phase directories:
164
-
165
- For each phase directory that needs renumbering (in reverse order to avoid conflicts):
166
-
167
- ```bash
168
- # Example: renaming 18-dashboard to 17-dashboard
169
- mv ".planning/phases/18-dashboard" ".planning/phases/17-dashboard"
170
- ```
171
-
172
- Process in descending order (20→19, then 19→18, then 18→17) to avoid overwriting.
173
-
174
- Also rename decimal phase directories:
175
- - `17.1-fix-bug` → `16.1-fix-bug` (if removing integer 17)
176
- - `17.2-hotfix` → `17.1-hotfix` (if removing decimal 17.1)
177
- </step>
178
-
179
- <step name="rename_files_in_directories">
180
- Rename plan files inside renumbered directories:
181
-
182
- For each renumbered directory, rename files that contain the phase number:
183
-
184
- ```bash
185
- # Inside 17-dashboard (was 18-dashboard):
186
- mv "18-01-PLAN.md" "17-01-PLAN.md"
187
- mv "18-02-PLAN.md" "17-02-PLAN.md"
188
- mv "18-01-SUMMARY.md" "17-01-SUMMARY.md" # if exists
189
- # etc.
190
- ```
191
-
192
- Also handle CONTEXT.md and DISCOVERY.md (these don't have phase prefixes, so no rename needed).
193
- </step>
194
-
195
- <step name="update_roadmap">
196
- Update ROADMAP.md:
197
-
198
- 1. **Remove the phase section entirely:**
199
- - Delete from `### Phase {target}:` to the next phase heading (or section end)
200
-
201
- 2. **Remove from phase list:**
202
- - Delete line `- [ ] **Phase {target}: {Name}**` or similar
203
-
204
- 3. **Remove from Progress table:**
205
- - Delete the row for Phase {target}
206
-
207
- 4. **Renumber all subsequent phases:**
208
- - `### Phase 18:` → `### Phase 17:`
209
- - `- [ ] **Phase 18:` → `- [ ] **Phase 17:`
210
- - Table rows: `| 18. Dashboard |` → `| 17. Dashboard |`
211
- - Plan references: `18-01:` → `17-01:`
212
-
213
- 5. **Update dependency references:**
214
- - `**Depends on:** Phase 18` → `**Depends on:** Phase 17`
215
- - For the phase that depended on the removed phase:
216
- - `**Depends on:** Phase 17` (removed) → `**Depends on:** Phase 16`
217
-
218
- 6. **Renumber decimal phases:**
219
- - `### Phase 17.1:` → `### Phase 16.1:` (if integer 17 removed)
220
- - Update all references consistently
221
-
222
- Write updated ROADMAP.md.
223
- </step>
224
-
225
- <step name="update_state">
226
- Update STATE.md:
227
-
228
- 1. **Update total phase count:**
229
- - `Phase: 16 of 20` → `Phase: 16 of 19`
230
-
231
- 2. **Recalculate progress percentage:**
232
- - New percentage based on completed plans / new total plans
233
-
234
- Do NOT add a "Roadmap Evolution" note - the git commit is the record.
235
-
236
- Write updated STATE.md.
237
- </step>
238
-
239
- <step name="update_file_contents">
240
- Search for and update phase references inside plan files:
241
-
242
- ```bash
243
- # Find files that reference the old phase numbers
244
- grep -r "Phase 18" .planning/phases/17-*/ 2>/dev/null
245
- grep -r "Phase 19" .planning/phases/18-*/ 2>/dev/null
246
- # etc.
247
- ```
248
-
249
- Update any internal references to reflect new numbering.
250
- </step>
251
-
252
- <step name="commit">
253
- Stage and commit the removal:
254
-
255
- ```bash
256
- git add .planning/
257
- git commit -m "chore: remove phase {target} ({original-phase-name})"
258
- ```
259
-
260
- The commit message preserves the historical record of what was removed.
261
- </step>
262
-
263
- <step name="completion">
264
- Present completion summary:
265
-
266
- ```
267
- Phase {target} ({original-name}) removed.
268
-
269
- Changes:
270
- - Deleted: .planning/phases/{target}-{slug}/
271
- - Renumbered: Phases {first-renumbered}-{last-old} → {first-renumbered-1}-{last-new}
272
- - Updated: ROADMAP.md, STATE.md
273
- - Committed: chore: remove phase {target} ({original-name})
274
-
275
- Current roadmap: {total-remaining} phases
276
- Current position: Phase {current} of {new-total}
277
-
278
- ---
279
-
280
- ## What's Next
281
-
282
- Would you like to:
283
- - `/kata:progress` — see updated roadmap status
284
- - Continue with current phase
285
- - Review roadmap
286
-
287
- ---
288
- ```
289
- </step>
290
-
291
- </process>
292
-
293
- <anti_patterns>
294
-
295
- - Don't remove completed phases (have SUMMARY.md files)
296
- - Don't remove current or past phases
297
- - Don't leave gaps in numbering - always renumber
298
- - Don't add "removed phase" notes to STATE.md - git commit is the record
299
- - Don't ask about each decimal phase - just renumber them
300
- - Don't modify completed phase directories
301
- </anti_patterns>
302
-
303
- <edge_cases>
304
-
305
- **Removing a decimal phase (e.g., 17.1):**
306
- - Only affects other decimals in same series (17.2 → 17.1, 17.3 → 17.2)
307
- - Integer phases unchanged
308
- - Simpler operation
309
-
310
- **No subsequent phases to renumber:**
311
- - Removing the last phase (e.g., Phase 20 when that's the end)
312
- - Just delete and update ROADMAP.md, no renumbering needed
313
-
314
- **Phase directory doesn't exist:**
315
- - Phase may be in ROADMAP.md but directory not created yet
316
- - Skip directory deletion, proceed with ROADMAP.md updates
317
-
318
- **Decimal phases under removed integer:**
319
- - Removing Phase 17 when 17.1, 17.2 exist
320
- - 17.1 → 16.1, 17.2 → 16.2
321
- - They maintain their position in execution order (after current last integer)
322
-
323
- </edge_cases>
324
-
325
- <success_criteria>
326
- Phase removal is complete when:
327
-
328
- - [ ] Target phase validated as future/unstarted
329
- - [ ] Phase directory deleted (if existed)
330
- - [ ] All subsequent phase directories renumbered
331
- - [ ] Files inside directories renamed ({old}-01-PLAN.md → {new}-01-PLAN.md)
332
- - [ ] ROADMAP.md updated (section removed, all references renumbered)
333
- - [ ] STATE.md updated (phase count, progress percentage)
334
- - [ ] Dependency references updated in subsequent phases
335
- - [ ] Changes committed with descriptive message
336
- - [ ] No gaps in phase numbering
337
- - [ ] User informed of changes
338
- </success_criteria>
19
+ Run the following skill:
20
+ `Skill("kata-removing-phases")`
@@ -1,180 +1,20 @@
1
1
  ---
2
- name: kata:research-phase
2
+ name: research-phase
3
3
  description: Research how to implement a phase (standalone - usually use /kata:plan-phase instead)
4
- argument-hint: "[phase]"
4
+ argument-hint: [phase]
5
+ version: 0.1.0
6
+ disable-model-invocation: true
5
7
  allowed-tools:
6
8
  - Read
9
+ - Write
7
10
  - Bash
8
- - Task
9
11
  ---
10
12
 
11
- <objective>
12
- Research how to implement a phase. Spawns kata-phase-researcher agent with phase context.
13
+ ## Step 1: Parse Context
13
14
 
14
- **Note:** This is a standalone research command. For most workflows, use `/kata:plan-phase` which integrates research automatically.
15
+ Arguments: "$ARGUMENTS"
15
16
 
16
- **Use this command when:**
17
- - You want to research without planning yet
18
- - You want to re-research after planning is complete
19
- - You need to investigate before deciding if a phase is feasible
17
+ ## Step 2: Invoke Skill
20
18
 
21
- **Orchestrator role:** Parse phase, validate against roadmap, check existing research, gather context, spawn researcher agent, present results.
22
-
23
- **Why subagent:** Research burns context fast (WebSearch, Context7 queries, source verification). Fresh 200k context for investigation. Main context stays lean for user interaction.
24
- </objective>
25
-
26
- <context>
27
- Phase number: $ARGUMENTS (required)
28
-
29
- Normalize phase input in step 1 before any directory lookups.
30
- </context>
31
-
32
- <process>
33
-
34
- ## 1. Normalize and Validate Phase
35
-
36
- ```bash
37
- # Normalize phase number (8 → 08, but preserve decimals like 2.1 → 02.1)
38
- if [[ "$ARGUMENTS" =~ ^[0-9]+$ ]]; then
39
- PHASE=$(printf "%02d" "$ARGUMENTS")
40
- elif [[ "$ARGUMENTS" =~ ^([0-9]+)\.([0-9]+)$ ]]; then
41
- PHASE=$(printf "%02d.%s" "${BASH_REMATCH[1]}" "${BASH_REMATCH[2]}")
42
- else
43
- PHASE="$ARGUMENTS"
44
- fi
45
-
46
- grep -A5 "Phase ${PHASE}:" .planning/ROADMAP.md 2>/dev/null
47
- ```
48
-
49
- **If not found:** Error and exit. **If found:** Extract phase number, name, description.
50
-
51
- ## 2. Check Existing Research
52
-
53
- ```bash
54
- ls .planning/phases/${PHASE}-*/RESEARCH.md 2>/dev/null
55
- ```
56
-
57
- **If exists:** Offer: 1) Update research, 2) View existing, 3) Skip. Wait for response.
58
-
59
- **If doesn't exist:** Continue.
60
-
61
- ## 3. Gather Phase Context
62
-
63
- ```bash
64
- grep -A20 "Phase ${PHASE}:" .planning/ROADMAP.md
65
- cat .planning/REQUIREMENTS.md 2>/dev/null
66
- cat .planning/phases/${PHASE}-*/${PHASE}-CONTEXT.md 2>/dev/null
67
- grep -A30 "### Decisions Made" .planning/STATE.md 2>/dev/null
68
- ```
69
-
70
- Present summary with phase description, requirements, prior decisions.
71
-
72
- ## 4. Spawn gsd-researcher Agent
73
-
74
- Research modes: ecosystem (default), feasibility, implementation, comparison.
75
-
76
- ```markdown
77
- <research_type>
78
- Phase Research — investigating HOW to implement a specific phase well.
79
- </research_type>
80
-
81
- <key_insight>
82
- The question is NOT "which library should I use?"
83
-
84
- The question is: "What do I not know that I don't know?"
85
-
86
- For this phase, discover:
87
- - What's the established architecture pattern?
88
- - What libraries form the standard stack?
89
- - What problems do people commonly hit?
90
- - What's SOTA vs what Claude's training thinks is SOTA?
91
- - What should NOT be hand-rolled?
92
- </key_insight>
93
-
94
- <objective>
95
- Research implementation approach for Phase {phase_number}: {phase_name}
96
- Mode: ecosystem
97
- </objective>
98
-
99
- <context>
100
- **Phase description:** {phase_description}
101
- **Requirements:** {requirements_list}
102
- **Prior decisions:** {decisions_if_any}
103
- **Phase context:** {context_md_content}
104
- </context>
105
-
106
- <downstream_consumer>
107
- Your RESEARCH.md will be loaded by `/kata:plan-phase` which uses specific sections:
108
- - `## Standard Stack` → Plans use these libraries
109
- - `## Architecture Patterns` → Task structure follows these
110
- - `## Don't Hand-Roll` → Tasks NEVER build custom solutions for listed problems
111
- - `## Common Pitfalls` → Verification steps check for these
112
- - `## Code Examples` → Task actions reference these patterns
113
-
114
- Be prescriptive, not exploratory. "Use X" not "Consider X or Y."
115
- </downstream_consumer>
116
-
117
- <quality_gate>
118
- Before declaring complete, verify:
119
- - [ ] All domains investigated (not just some)
120
- - [ ] Negative claims verified with official docs
121
- - [ ] Multiple sources for critical claims
122
- - [ ] Confidence levels assigned honestly
123
- - [ ] Section names match what plan-phase expects
124
- </quality_gate>
125
-
126
- <output>
127
- Write to: .planning/phases/${PHASE}-{slug}/${PHASE}-RESEARCH.md
128
- </output>
129
- ```
130
-
131
- ```
132
- Task(
133
- prompt=filled_prompt,
134
- subagent_type="kata-phase-researcher",
135
- description="Research Phase {phase}"
136
- )
137
- ```
138
-
139
- ## 5. Handle Agent Return
140
-
141
- **`## RESEARCH COMPLETE`:** Display summary, offer: Plan phase, Dig deeper, Review full, Done.
142
-
143
- **`## CHECKPOINT REACHED`:** Present to user, get response, spawn continuation.
144
-
145
- **`## RESEARCH INCONCLUSIVE`:** Show what was attempted, offer: Add context, Try different mode, Manual.
146
-
147
- ## 6. Spawn Continuation Agent
148
-
149
- ```markdown
150
- <objective>
151
- Continue research for Phase {phase_number}: {phase_name}
152
- </objective>
153
-
154
- <prior_state>
155
- Research file: @.planning/phases/${PHASE}-{slug}/${PHASE}-RESEARCH.md
156
- </prior_state>
157
-
158
- <checkpoint_response>
159
- **Type:** {checkpoint_type}
160
- **Response:** {user_response}
161
- </checkpoint_response>
162
- ```
163
-
164
- ```
165
- Task(
166
- prompt=continuation_prompt,
167
- subagent_type="kata-phase-researcher",
168
- description="Continue research Phase {phase}"
169
- )
170
- ```
171
-
172
- </process>
173
-
174
- <success_criteria>
175
- - [ ] Phase validated against roadmap
176
- - [ ] Existing research checked
177
- - [ ] kata-phase-researcher spawned with context
178
- - [ ] Checkpoints handled correctly
179
- - [ ] User knows next steps
180
- </success_criteria>
19
+ Run the following skill:
20
+ `Skill("kata-researching-phases")`
@@ -1,40 +1,20 @@
1
1
  ---
2
- name: kata:resume-work
2
+ name: resume-work
3
3
  description: Resume work from previous session with full context restoration
4
+ argument-hint: <description>
5
+ version: 0.1.0
6
+ disable-model-invocation: true
4
7
  allowed-tools:
5
8
  - Read
6
- - Bash
7
9
  - Write
8
- - AskUserQuestion
9
- - SlashCommand
10
+ - Bash
10
11
  ---
11
12
 
12
- <objective>
13
- Restore complete project context and resume work seamlessly from previous session.
14
-
15
- Routes to the resume-project workflow which handles:
16
-
17
- - STATE.md loading (or reconstruction if missing)
18
- - Checkpoint detection (.continue-here files)
19
- - Incomplete work detection (PLAN without SUMMARY)
20
- - Status presentation
21
- - Context-aware next action routing
22
- </objective>
23
-
24
- <execution_context>
25
- @~/.claude/kata/workflows/resume-project.md
26
- </execution_context>
13
+ ## Step 1: Parse Context
27
14
 
28
- <process>
29
- **Follow the resume-project workflow** from `@~/.claude/kata/workflows/resume-project.md`.
15
+ Arguments: "$ARGUMENTS"
30
16
 
31
- The workflow handles all resumption logic including:
17
+ ## Step 2: Invoke Skill
32
18
 
33
- 1. Project existence verification
34
- 2. STATE.md loading or reconstruction
35
- 3. Checkpoint and incomplete work detection
36
- 4. Visual status presentation
37
- 5. Context-aware option offering (checks CONTEXT.md before suggesting plan vs discuss)
38
- 6. Routing to appropriate next command
39
- 7. Session continuity updates
40
- </process>
19
+ Run the following skill:
20
+ `Skill("kata-resuming-work")`
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: set-profile
3
+ description: Switch model profile for Kata agents (quality/balanced/budget)
4
+ argument-hint: <description>
5
+ version: 0.1.0
6
+ disable-model-invocation: true
7
+ allowed-tools:
8
+ - Read
9
+ - Write
10
+ - Bash
11
+ ---
12
+
13
+ ## Step 1: Parse Context
14
+
15
+ Arguments: "$ARGUMENTS"
16
+
17
+ ## Step 2: Invoke Skill
18
+
19
+ Run the following skill:
20
+ `Skill("kata-setting-profiles")`
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: settings
3
+ description: Configure Kata workflow toggles and model profile
4
+ argument-hint: <description>
5
+ version: 0.1.0
6
+ disable-model-invocation: true
7
+ allowed-tools:
8
+ - Read
9
+ - Write
10
+ - Bash
11
+ ---
12
+
13
+ ## Step 1: Parse Context
14
+
15
+ Arguments: "$ARGUMENTS"
16
+
17
+ ## Step 2: Invoke Skill
18
+
19
+ Run the following skill:
20
+ `Skill("kata-configuring-settings")`
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: start-milestone
3
+ description: Start a new milestone cycle — update PROJECT.md and route to requirements
4
+ argument-hint: [milestone name, e.g., 'v1.1 Notifications']
5
+ version: 0.1.0
6
+ disable-model-invocation: true
7
+ allowed-tools:
8
+ - Read
9
+ - Write
10
+ - Bash
11
+ ---
12
+
13
+ ## Step 1: Parse Context
14
+
15
+ Arguments: "$ARGUMENTS"
16
+
17
+ ## Step 2: Invoke Skill
18
+
19
+ Run the following skill:
20
+ `Skill("kata-starting-milestones")`
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: start-new-milestone
3
+ description: Start a new milestone cycle — update PROJECT.md and route to requirements
4
+ argument-hint: [milestone name, e.g., 'v1.1 Notifications']
5
+ version: 0.1.0
6
+ disable-model-invocation: true
7
+ allowed-tools:
8
+ - Read
9
+ - Write
10
+ - Bash
11
+ ---
12
+
13
+ ## Step 1: Parse Context
14
+
15
+ Arguments: "$ARGUMENTS"
16
+
17
+ ## Step 2: Invoke Skill
18
+
19
+ Run the following skill:
20
+ `Skill("kata-starting-new-milestones")`
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: start-project
3
+ description: Initialize a new project with deep context gathering and PROJECT.md
4
+ argument-hint: <description>
5
+ version: 0.1.0
6
+ disable-model-invocation: true
7
+ allowed-tools:
8
+ - Read
9
+ - Write
10
+ - Bash
11
+ ---
12
+
13
+ ## Step 1: Parse Context
14
+
15
+ Arguments: "$ARGUMENTS"
16
+
17
+ ## Step 2: Invoke Skill
18
+
19
+ Run the following skill:
20
+ `Skill("kata-starting-projects")`