@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 +1 -1
- package/skills/kata-adding-phases/SKILL.md +4 -0
- package/skills/kata-adding-todos/SKILL.md +3 -0
- package/skills/kata-auditing-milestones/SKILL.md +3 -0
- package/skills/kata-checking-todos/SKILL.md +3 -0
- package/skills/kata-completing-milestones/SKILL.md +3 -0
- package/skills/kata-configuring-settings/SKILL.md +3 -0
- package/skills/kata-debugging/SKILL.md +3 -0
- package/skills/kata-discussing-phases/SKILL.md +3 -0
- package/skills/kata-executing-phases/SKILL.md +3 -0
- package/skills/kata-executing-quick-tasks/SKILL.md +3 -0
- package/skills/kata-inserting-phases/SKILL.md +3 -0
- package/skills/kata-listing-phase-assumptions/SKILL.md +3 -0
- package/skills/kata-mapping-codebases/SKILL.md +3 -0
- package/skills/kata-pausing-work/SKILL.md +3 -0
- package/skills/kata-planning-milestone-gaps/SKILL.md +3 -0
- package/skills/kata-planning-phases/SKILL.md +3 -0
- package/skills/kata-providing-help/SKILL.md +3 -0
- package/skills/kata-removing-phases/SKILL.md +3 -0
- package/skills/kata-researching-phases/SKILL.md +3 -0
- package/skills/kata-resuming-work/SKILL.md +3 -0
- package/skills/kata-setting-profiles/SKILL.md +3 -0
- package/skills/kata-showing-whats-new/SKILL.md +3 -0
- package/skills/kata-starting-milestones/SKILL.md +3 -0
- package/skills/kata-starting-projects/SKILL.md +3 -0
- package/skills/kata-tracking-progress/SKILL.md +3 -0
- package/skills/kata-verifying-work/SKILL.md +3 -0
package/package.json
CHANGED
|
@@ -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>
|
|
@@ -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: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: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: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
|
|