@gannonh/kata 1.0.7 → 1.0.8
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.
- package/agents/kata-executor.md +2 -2
- package/agents/kata-planner.md +2 -2
- package/agents/kata-research-synthesizer.md +2 -2
- package/agents/kata-roadmapper.md +2 -2
- package/{kata/workflows → agents/references}/execute-plan.md +3 -3
- package/package.json +2 -1
- package/skills/kata-completing-milestones/SKILL.md +2 -2
- package/{kata/workflows → skills/kata-completing-milestones/references}/milestone-complete.md +7 -8
- package/skills/kata-discussing-phases/SKILL.md +2 -2
- package/skills/kata-executing-phases/SKILL.md +4 -4
- package/skills/kata-executing-phases/references/checkpoints.md +1078 -0
- package/skills/kata-executing-phases/references/execute-plan.md +1874 -0
- package/skills/kata-executing-phases/references/git-integration.md +254 -0
- package/{kata/workflows → skills/kata-executing-phases/references}/phase-execute.md +4 -4
- package/skills/kata-executing-phases/references/summary-template.md +269 -0
- package/skills/kata-listing-phase-assumptions/SKILL.md +1 -1
- package/skills/kata-mapping-codebases/SKILL.md +1 -1
- package/skills/kata-planning-phases/SKILL.md +1 -1
- package/skills/kata-planning-phases/references/ui-brand.md +158 -0
- package/skills/kata-providing-help/SKILL.md +19 -3
- package/skills/kata-resuming-work/SKILL.md +2 -2
- package/{kata/workflows → skills/kata-resuming-work/references}/resume-project.md +1 -1
- package/skills/kata-starting-milestones/SKILL.md +9 -9
- package/skills/kata-starting-milestones/references/ui-brand.md +158 -0
- package/skills/kata-starting-projects/SKILL.md +10 -10
- package/skills/kata-starting-projects/references/project-template.md +184 -0
- package/skills/kata-starting-projects/references/questioning.md +141 -0
- package/skills/kata-starting-projects/references/requirements-template.md +231 -0
- package/skills/kata-starting-projects/references/ui-brand.md +158 -0
- package/skills/kata-verifying-work/SKILL.md +2 -2
- package/{kata/workflows → skills/kata-verifying-work/references}/verify-work.md +2 -2
- package/kata/VERSION +0 -1
- package/kata/references/model-profiles.md +0 -73
- package/kata/references/verification-patterns.md +0 -612
- package/kata/templates/DEBUG.md +0 -159
- package/kata/templates/codebase/architecture.md +0 -255
- package/kata/templates/codebase/concerns.md +0 -310
- package/kata/templates/codebase/conventions.md +0 -307
- package/kata/templates/codebase/integrations.md +0 -280
- package/kata/templates/codebase/stack.md +0 -186
- package/kata/templates/codebase/structure.md +0 -285
- package/kata/templates/codebase/testing.md +0 -480
- package/kata/templates/config.json +0 -35
- package/kata/templates/continue-here.md +0 -78
- package/kata/templates/debug-subagent-prompt.md +0 -91
- package/kata/templates/discovery.md +0 -146
- package/kata/templates/entity.md +0 -173
- package/kata/templates/milestone.md +0 -115
- package/kata/templates/phase-prompt.md +0 -567
- package/kata/templates/planner-subagent-prompt.md +0 -117
- package/kata/templates/research-project/ARCHITECTURE.md +0 -204
- package/kata/templates/research-project/FEATURES.md +0 -147
- package/kata/templates/research-project/PITFALLS.md +0 -200
- package/kata/templates/research-project/STACK.md +0 -120
- package/kata/templates/research-project/SUMMARY.md +0 -170
- package/kata/templates/research.md +0 -529
- package/kata/templates/roadmap.md +0 -202
- package/kata/templates/state.md +0 -206
- package/kata/templates/user-setup.md +0 -323
- package/kata/templates/verification-report.md +0 -322
- package/kata/workflows/discovery-phase.md +0 -289
- package/kata/workflows/phase-verify.md +0 -628
- package/kata/workflows/transition.md +0 -564
- /package/{kata → agents}/references/checkpoints.md +0 -0
- /package/{kata → agents}/references/git-integration.md +0 -0
- /package/{kata/templates/summary.md → agents/references/summary-template.md} +0 -0
- /package/{kata/templates/milestone-archive.md → skills/kata-completing-milestones/references/milestone-archive-template.md} +0 -0
- /package/{kata/templates/context.md → skills/kata-discussing-phases/references/context-template.md} +0 -0
- /package/{kata/workflows → skills/kata-discussing-phases/references}/phase-discuss.md +0 -0
- /package/{kata → skills/kata-executing-phases}/references/planning-config.md +0 -0
- /package/{kata → skills/kata-executing-phases}/references/tdd.md +0 -0
- /package/{kata → skills/kata-executing-phases}/references/ui-brand.md +0 -0
- /package/{kata/workflows → skills/kata-listing-phase-assumptions/references}/phase-assumptions.md +0 -0
- /package/{kata/workflows → skills/kata-mapping-codebases/references}/project-analyze.md +0 -0
- /package/{kata → skills/kata-resuming-work}/references/continuation-format.md +0 -0
- /package/{kata/templates/project.md → skills/kata-starting-milestones/references/project-template.md} +0 -0
- /package/{kata → skills/kata-starting-milestones}/references/questioning.md +0 -0
- /package/{kata/templates/requirements.md → skills/kata-starting-milestones/references/requirements-template.md} +0 -0
- /package/{kata/templates/UAT.md → skills/kata-verifying-work/references/UAT-template.md} +0 -0
- /package/{kata/workflows → skills/kata-verifying-work/references}/diagnose-issues.md +0 -0
package/agents/kata-executor.md
CHANGED
|
@@ -353,7 +353,7 @@ Type "done" when authenticated.
|
|
|
353
353
|
Before any `checkpoint:human-verify`, ensure verification environment is ready. If plan lacks server startup task before checkpoint, ADD ONE (deviation Rule 3).
|
|
354
354
|
|
|
355
355
|
For full automation-first patterns, server lifecycle, CLI handling, and error recovery:
|
|
356
|
-
**See
|
|
356
|
+
**See @./references/checkpoints.md**
|
|
357
357
|
|
|
358
358
|
**Quick reference:**
|
|
359
359
|
- Users NEVER run CLI commands - Claude does all automation
|
|
@@ -610,7 +610,7 @@ After all tasks complete, create `{phase}-{plan}-SUMMARY.md`.
|
|
|
610
610
|
|
|
611
611
|
**Location:** `.planning/phases/XX-name/{phase}-{plan}-SUMMARY.md`
|
|
612
612
|
|
|
613
|
-
**Use template from:**
|
|
613
|
+
**Use template from:** @./references/summary-template.md
|
|
614
614
|
|
|
615
615
|
**Frontmatter population:**
|
|
616
616
|
|
package/agents/kata-planner.md
CHANGED
|
@@ -407,8 +407,8 @@ Output: [What artifacts will be created]
|
|
|
407
407
|
</objective>
|
|
408
408
|
|
|
409
409
|
<execution_context>
|
|
410
|
-
|
|
411
|
-
|
|
410
|
+
@./references/execute-plan.md
|
|
411
|
+
@./references/summary-template.md
|
|
412
412
|
</execution_context>
|
|
413
413
|
|
|
414
414
|
<context>
|
|
@@ -122,7 +122,7 @@ Identify gaps that couldn't be resolved and need attention during planning.
|
|
|
122
122
|
|
|
123
123
|
## Step 6: Write SUMMARY.md
|
|
124
124
|
|
|
125
|
-
|
|
125
|
+
Format: Standard research SUMMARY.md (see output_format section)
|
|
126
126
|
|
|
127
127
|
Write to `.planning/research/SUMMARY.md`
|
|
128
128
|
|
|
@@ -159,7 +159,7 @@ Return brief confirmation with key points for the orchestrator.
|
|
|
159
159
|
|
|
160
160
|
<output_format>
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
Format: Standard research SUMMARY.md (see output_format section)
|
|
163
163
|
|
|
164
164
|
Key sections:
|
|
165
165
|
- Executive Summary (2-3 paragraphs)
|
|
@@ -286,7 +286,7 @@ After roadmap creation, REQUIREMENTS.md gets updated with phase mappings:
|
|
|
286
286
|
|
|
287
287
|
## ROADMAP.md Structure
|
|
288
288
|
|
|
289
|
-
Use
|
|
289
|
+
Use the standard ROADMAP.md format (see examples in existing projects).
|
|
290
290
|
|
|
291
291
|
Key sections:
|
|
292
292
|
- Overview (2-3 sentences)
|
|
@@ -295,7 +295,7 @@ Key sections:
|
|
|
295
295
|
|
|
296
296
|
## STATE.md Structure
|
|
297
297
|
|
|
298
|
-
Use
|
|
298
|
+
Use the standard STATE.md format (see examples in existing projects).
|
|
299
299
|
|
|
300
300
|
Key sections:
|
|
301
301
|
- Project Reference (core value, current focus)
|
|
@@ -6,7 +6,7 @@ Execute a phase prompt (PLAN.md) and create the outcome summary (SUMMARY.md).
|
|
|
6
6
|
Read STATE.md before any operation to load project context.
|
|
7
7
|
Read config.json for planning behavior settings.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
@./git-integration.md
|
|
10
10
|
</required_reading>
|
|
11
11
|
|
|
12
12
|
<process>
|
|
@@ -1290,7 +1290,7 @@ grep -A 50 "^user_setup:" .planning/phases/XX-name/{phase}-{plan}-PLAN.md | head
|
|
|
1290
1290
|
|
|
1291
1291
|
**If user_setup exists and is not empty:**
|
|
1292
1292
|
|
|
1293
|
-
Create `.planning/phases/XX-name/{phase}-USER-SETUP.md` using template
|
|
1293
|
+
Create `.planning/phases/XX-name/{phase}-USER-SETUP.md` using the template format below.
|
|
1294
1294
|
|
|
1295
1295
|
**Content generation:**
|
|
1296
1296
|
|
|
@@ -1351,7 +1351,7 @@ Set `USER_SETUP_CREATED=true` if file was generated, for use in completion messa
|
|
|
1351
1351
|
|
|
1352
1352
|
<step name="create_summary">
|
|
1353
1353
|
Create `{phase}-{plan}-SUMMARY.md` as specified in the prompt's `<output>` section.
|
|
1354
|
-
Use
|
|
1354
|
+
Use @./summary-template.md for structure.
|
|
1355
1355
|
|
|
1356
1356
|
**File location:** `.planning/phases/XX-name/{phase}-{plan}-SUMMARY.md`
|
|
1357
1357
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gannonh/kata",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Spec-driven development framework for Claude Code.",
|
|
6
6
|
"scripts": {
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"kata": "bin/install.js"
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
|
+
"README.md",
|
|
14
15
|
"bin",
|
|
15
16
|
"commands",
|
|
16
17
|
"kata",
|
|
@@ -20,8 +20,8 @@ Output: Milestone archived (roadmap + requirements), PROJECT.md evolved, git tag
|
|
|
20
20
|
<execution_context>
|
|
21
21
|
**Load these files NOW (before proceeding):**
|
|
22
22
|
|
|
23
|
-
-
|
|
24
|
-
-
|
|
23
|
+
- @./references/milestone-complete.md (main workflow)
|
|
24
|
+
- @./references/milestone-archive-template.md (archive template)
|
|
25
25
|
</execution_context>
|
|
26
26
|
|
|
27
27
|
<context>
|
package/{kata/workflows → skills/kata-completing-milestones/references}/milestone-complete.md
RENAMED
|
@@ -10,11 +10,10 @@ This is the ritual that separates "development" from "shipped."
|
|
|
10
10
|
|
|
11
11
|
**Read these files NOW:**
|
|
12
12
|
|
|
13
|
-
1.
|
|
14
|
-
2.
|
|
15
|
-
3. `.planning/
|
|
16
|
-
4. `.planning/
|
|
17
|
-
5. `.planning/PROJECT.md`
|
|
13
|
+
1. @./milestone-archive-template.md
|
|
14
|
+
2. `.planning/ROADMAP.md`
|
|
15
|
+
3. `.planning/REQUIREMENTS.md`
|
|
16
|
+
4. `.planning/PROJECT.md`
|
|
18
17
|
|
|
19
18
|
</required_reading>
|
|
20
19
|
|
|
@@ -38,7 +37,7 @@ When a milestone completes, this workflow:
|
|
|
38
37
|
|
|
39
38
|
**Archive Format:**
|
|
40
39
|
|
|
41
|
-
**ROADMAP archive** uses
|
|
40
|
+
**ROADMAP archive** uses `@./milestone-archive-template.md` template with:
|
|
42
41
|
- Milestone header (status, phases, date)
|
|
43
42
|
- Full phase details from roadmap
|
|
44
43
|
- Milestone summary (decisions, issues, technical debt)
|
|
@@ -196,7 +195,7 @@ If file doesn't exist:
|
|
|
196
195
|
|
|
197
196
|
If exists, prepend new entry (reverse chronological order).
|
|
198
197
|
|
|
199
|
-
Use template
|
|
198
|
+
Use this template format:
|
|
200
199
|
|
|
201
200
|
```markdown
|
|
202
201
|
## v[Version] [Name] (Shipped: YYYY-MM-DD)
|
|
@@ -423,7 +422,7 @@ Extract completed milestone details and create archive file.
|
|
|
423
422
|
|
|
424
423
|
1. Create archive file path: `.planning/milestones/v[X.Y]-ROADMAP.md`
|
|
425
424
|
|
|
426
|
-
2. Read
|
|
425
|
+
2. Read the `@./milestone-archive-template.md` template
|
|
427
426
|
|
|
428
427
|
3. Extract data from current ROADMAP.md:
|
|
429
428
|
- All phases belonging to this milestone (by phase number range)
|
|
@@ -23,8 +23,8 @@ Extract implementation decisions that downstream agents need — researcher and
|
|
|
23
23
|
</objective>
|
|
24
24
|
|
|
25
25
|
<execution_context>
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
@./references/phase-discuss.md
|
|
27
|
+
@./references/context-template.md
|
|
28
28
|
</execution_context>
|
|
29
29
|
|
|
30
30
|
<context>
|
|
@@ -19,9 +19,9 @@ Context budget: ~15% orchestrator, 100% fresh per subagent.
|
|
|
19
19
|
</objective>
|
|
20
20
|
|
|
21
21
|
<execution_context>
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
@./references/ui-brand.md
|
|
23
|
+
@./references/planning-config.md
|
|
24
|
+
@./references/phase-execute.md
|
|
25
25
|
</execution_context>
|
|
26
26
|
|
|
27
27
|
<context>
|
|
@@ -279,7 +279,7 @@ Plans with `autonomous: false` have checkpoints. The phase-execute.md workflow h
|
|
|
279
279
|
- Orchestrator presents to user, collects response
|
|
280
280
|
- Spawns fresh continuation agent (not resume)
|
|
281
281
|
|
|
282
|
-
See
|
|
282
|
+
See `@./references/phase-execute.md` step `checkpoint_handling` for complete details.
|
|
283
283
|
</checkpoint_handling>
|
|
284
284
|
|
|
285
285
|
<deviation_rules>
|