@gannonh/kata 1.1.12 → 1.1.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gannonh/kata",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "type": "module",
5
5
  "description": "Spec-driven development framework for Claude Code.",
6
6
  "scripts": {
@@ -10,12 +10,16 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:add-phase</user_command>
14
+
13
15
  <objective>
14
16
  Add a new integer phase to the end of the current milestone in the roadmap.
15
17
 
16
18
  This command appends sequential phases to the current milestone's phase list, automatically calculating the next phase number based on existing phases.
17
19
 
18
20
  Purpose: Add planned work discovered during execution that belongs at the end of current milestone.
21
+
22
+ IMPORTANT: When showing examples to users, always use `/kata:add-phase` (the command), not the skill name.
19
23
  </objective>
20
24
 
21
25
  <execution_context>
@@ -11,6 +11,9 @@ allowed-tools:
11
11
  - Glob
12
12
  ---
13
13
 
14
+ <user_command>/kata:add-todo</user_command>
15
+
16
+
14
17
  <objective>
15
18
  Capture an idea, task, or issue that surfaces during a Kata session as a structured todo for later work.
16
19
 
@@ -13,6 +13,9 @@ allowed-tools:
13
13
  - Write
14
14
  ---
15
15
 
16
+ <user_command>/kata:audit-milestone</user_command>
17
+
18
+
16
19
  <objective>
17
20
  Verify milestone achieved its definition of done. Check requirements coverage, cross-phase integration, and end-to-end flows.
18
21
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:check-todos</user_command>
14
+
15
+
13
16
  <objective>
14
17
  List all pending todos, allow selection, load full context for the selected todo, and route to appropriate action.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:complete-milestone</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Mark milestone {{version}} complete, archive to milestones/, and update ROADMAP.md and REQUIREMENTS.md.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:configure-settings</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Allow users to toggle workflow agents on/off and select model profile via interactive settings.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:debug-issue</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Debug issues using scientific method with subagent isolation.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:discuss-phase</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Extract implementation decisions that downstream agents need — researcher and planner will use CONTEXT.md to know what to investigate and what choices are locked.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:execute-phase</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Execute all plans in a phase using wave-based parallel execution.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:quick-task</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Execute small, ad-hoc tasks with Kata guarantees (atomic commits, STATE.md tracking) while skipping optional agents (research, plan-checker, verifier).
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:insert-phase</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Insert a decimal phase for urgent work discovered mid-milestone that must be completed between existing integer phases.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:list-assumptions</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Analyze a phase and present Claude's assumptions about technical approach, implementation order, scope boundaries, risk areas, and dependencies.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:map-codebase</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Analyze existing codebase using parallel kata-codebase-mapper agents to produce structured codebase documents.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:pause-work</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Create `.continue-here.md` handoff file to preserve complete work state across sessions.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:plan-milestone-gaps</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Create all phases necessary to close gaps identified by `/kata:audit-milestone`.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:plan-phase</user_command>
14
+
15
+
13
16
  <execution_context>
14
17
  @./references/ui-brand.md
15
18
  </execution_context>
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:help</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Display the complete Kata command reference with version info.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:remove-phase</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Remove an unstarted future phase from the roadmap and renumber all subsequent phases to maintain a clean, linear sequence.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:research-phase</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Research how to implement a phase. Spawns kata-phase-researcher agent with phase context.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:resume-work</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Restore complete project context and resume work seamlessly from previous session.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:set-profile</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Switch the model profile used by Kata agents. This controls which Claude model each agent uses, balancing quality vs token spend.
15
18
  </objective>
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:whats-new</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Display changes between installed version and latest available version.
15
18
 
@@ -12,6 +12,9 @@ allowed-tools:
12
12
  - AskUserQuestion
13
13
  ---
14
14
 
15
+ <user_command>/kata:new-milestone</user_command>
16
+
17
+
15
18
  <objective>
16
19
  Start a new milestone through unified flow: questioning → research (optional) → requirements → roadmap.
17
20
 
@@ -12,6 +12,9 @@ allowed-tools:
12
12
  - AskUserQuestion
13
13
  ---
14
14
 
15
+ <user_command>/kata:new-project</user_command>
16
+
17
+
15
18
  <objective>
16
19
 
17
20
  Initialize a new project through unified flow: questioning → research (optional) → requirements → roadmap.
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:check-progress</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Check project progress, summarize recent work and what's ahead, then intelligently route to the next action - either executing an existing plan or creating the next one.
15
18
 
@@ -10,6 +10,9 @@ allowed-tools:
10
10
  - Bash
11
11
  ---
12
12
 
13
+ <user_command>/kata:verify-work</user_command>
14
+
15
+
13
16
  <objective>
14
17
  Validate built features through conversational testing with persistent state.
15
18