@gannonh/kata 1.1.3 → 1.1.4
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 +1 -1
- package/skills/kata-adding-todos/SKILL.md +1 -1
- package/skills/kata-auditing-milestones/SKILL.md +1 -1
- package/skills/kata-checking-todos/SKILL.md +1 -1
- package/skills/kata-completing-milestones/SKILL.md +1 -1
- package/skills/kata-configuring-settings/SKILL.md +1 -1
- package/skills/kata-debugging/SKILL.md +1 -1
- package/skills/kata-discussing-phases/SKILL.md +1 -1
- package/skills/kata-executing-phases/SKILL.md +1 -1
- package/skills/kata-executing-quick-tasks/SKILL.md +1 -1
- package/skills/kata-inserting-phases/SKILL.md +1 -1
- package/skills/kata-listing-phase-assumptions/SKILL.md +1 -1
- package/skills/kata-mapping-codebases/SKILL.md +1 -1
- package/skills/kata-pausing-work/SKILL.md +1 -1
- package/skills/kata-planning-milestone-gaps/SKILL.md +1 -1
- package/skills/kata-planning-phases/SKILL.md +1 -1
- package/skills/kata-providing-help/SKILL.md +1 -1
- package/skills/kata-removing-phases/SKILL.md +1 -1
- package/skills/kata-researching-phases/SKILL.md +1 -1
- package/skills/kata-resuming-work/SKILL.md +1 -1
- package/skills/kata-setting-profiles/SKILL.md +1 -1
- package/skills/kata-showing-whats-new/SKILL.md +1 -1
- package/skills/kata-starting-milestones/SKILL.md +1 -1
- package/skills/kata-starting-projects/SKILL.md +1 -1
- package/skills/kata-tracking-progress/SKILL.md +1 -1
- package/skills/kata-updating/SKILL.md +1 -1
- package/skills/kata-verifying-work/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-adding-phases
|
|
3
3
|
description: Use this skill to add planned work discovered during execution to the end of the current milestone in the roadmap. This skill appends sequential phases to the current milestone's phase list, automatically calculating the next phase number. Triggers include "add phase", "append phase", "new phase", and "create phase". This skill updates ROADMAP.md and STATE.md accordingly.
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-adding-todos
|
|
3
3
|
description: Use this skill to capture an idea, task, or issue that surfaces during a Kata session as a structured todo for later work. This skill creates markdown todo files in the .planning/todos/pending directory with relevant metadata and content extracted from the conversation. Triggers include "add todo", "capture todo", "new todo", and "create todo".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-auditing-milestones
|
|
3
3
|
description: Use this skill to verify milestone achievement against its definition of done, checking requirements coverage, cross-phase integration, and end-to-end flows. Triggers include "audit milestone", "verify milestone", "check milestone", and "milestone audit". This skill reads existing phase verification files, aggregates technical debt and gaps, and spawns an integration checker for cross-phase wiring.
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-checking-todos
|
|
3
3
|
description: Use this skill when reviewing pending todos, selecting a todo to work on, filtering todos by area, or deciding what to work on next. Triggers include "check todos", "list todos", "what todos", "pending todos", "show todos", "view todos", and "select todo to work on".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-completing-milestones
|
|
3
3
|
description: Use this skill when archiving a completed milestone, preparing for the next version, marking a milestone complete, shipping a version, or wrapping up milestone work. Triggers include "complete milestone", "finish milestone", "archive milestone", "ship version", "mark milestone done", and "milestone complete".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-configuring-settings
|
|
3
3
|
description: Use this skill when configure kata workflow toggles and model profile. Triggers include "settings".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-debugging
|
|
3
3
|
description: Use this skill when systematically debugging issues, investigating bugs, troubleshooting problems, or tracking down errors with persistent state across context resets. Triggers include "debug", "investigate bug", "troubleshoot", "find the problem", "why isn't this working", and "debug session".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-discussing-phases
|
|
3
3
|
description: Use this skill when gathering phase context through adaptive questioning before planning, clarifying implementation decisions, or exploring gray areas for a phase. Triggers include "discuss phase", "clarify phase", "gather context", "what are the gray areas", and "phase discussion".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-executing-phases
|
|
3
3
|
description: Use this skill when executing all plans in a phase with wave-based parallelization, running phase execution, or completing phase work. Triggers include "execute phase", "run phase", "execute plans", "run the phase", and "phase execution".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-executing-quick-tasks
|
|
3
3
|
description: Use this skill when executing small ad-hoc tasks with Kata guarantees, running quick tasks without full planning, or handling one-off work outside the roadmap. Triggers include "quick task", "quick mode", "quick fix", "ad-hoc task", "small task", and "one-off task".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-inserting-phases
|
|
3
3
|
description: Use this skill when inserting urgent work as a decimal phase between existing phases, adding mid-milestone work, or creating intermediate phases. Triggers include "insert phase", "add urgent phase", "create decimal phase", "insert between phases", and "urgent work".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-listing-phase-assumptions
|
|
3
3
|
description: Use this skill when surfacing Claude's assumptions about a phase approach before planning, checking what Claude thinks, or validating understanding before planning. Triggers include "list assumptions", "what are you thinking", "show assumptions", "phase assumptions", and "what's the plan".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-mapping-codebases
|
|
3
3
|
description: Use this skill when analyzing an existing codebase with parallel mapper agents, creating codebase documentation, understanding brownfield projects, or mapping code structure. Triggers include "map codebase", "analyze codebase", "document codebase", "understand code", and "codebase map".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-pausing-work
|
|
3
3
|
description: Use this skill when creating a context handoff file, pausing work mid-phase, stopping work temporarily, or creating a checkpoint for session resumption. Triggers include "pause work", "stop work", "create handoff", "save progress", and "pause session".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-planning-milestone-gaps
|
|
3
3
|
description: Use this skill when create phases to close all gaps identified by milestone audit. Triggers include "plan milestone gaps", "plan gaps".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-planning-phases
|
|
3
3
|
description: Use this skill when create detailed execution plan for a phase (plan.md) with verification loop. Triggers include "plan phase", "plan phase".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-providing-help
|
|
3
3
|
description: Use this skill when showing available Kata commands, displaying the usage guide, explaining command reference, or when the user asks for help with Kata. Triggers include "help", "show commands", "list commands", "what commands", "kata commands", and "usage guide".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-removing-phases
|
|
3
3
|
description: Use this skill when remove a future phase from roadmap and renumber subsequent phases. Triggers include "remove phase", "remove phase".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-researching-phases
|
|
3
3
|
description: Use this skill when researching how to implement a phase standalone, investigating implementation approaches before planning, or re-researching after planning is complete. Triggers include "research phase", "investigate phase", "how to implement", "research implementation", and "phase research".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-resuming-work
|
|
3
3
|
description: Use this skill when resuming work from a previous session, restoring context after a break, continuing work after /clear, or picking up where you left off. Triggers include "resume work", "continue work", "pick up where I left off", "restore context", and "resume session".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-setting-profiles
|
|
3
3
|
description: Use this skill when switch model profile for kata agents (quality/balanced/budget). Triggers include "set profile", "set profile".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-showing-whats-new
|
|
3
3
|
description: Use this skill when showing what's new in Kata since the installed version, displaying changelog entries, checking for Kata updates, or reviewing recent changes. Triggers include "what's new", "whats new", "show changes", "changelog", "recent changes", and "what changed".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-starting-milestones
|
|
3
3
|
description: Use this skill when starting a new milestone cycle, beginning the next version, creating a new milestone, or planning what's next after completing a milestone. Triggers include "new milestone", "start milestone", "next milestone", "create milestone", and "milestone cycle".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-starting-projects
|
|
3
3
|
description: Use this skill when initialize a new project with deep context gathering and project.md. Triggers include "new project", "start project", "initialize project", "create project", "begin project", "setup project".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-tracking-progress
|
|
3
3
|
description: Use this skill when check project progress, show context, and route to next action (execute or plan). Triggers include "progress".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: kata-verifying-work
|
|
3
3
|
description: Use this skill when validating built features through conversational testing, running UAT, user acceptance testing, checking if features work, or verifying implementation. Triggers include "verify work", "test features", "UAT", "user testing", "check if it works", and "validate features".
|
|
4
4
|
version: 0.1.0
|
|
5
|
-
user-invocable:
|
|
5
|
+
user-invocable: false
|
|
6
6
|
disable-model-invocation: false
|
|
7
7
|
allowed-tools:
|
|
8
8
|
- Read
|