From kk
Executes implementation plans from tasks.md files with plan review, batch task processing, verifications, and code review checkpoints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kk:implementation-processThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
For capy knowledge base conventions, see [capy-knowledge-protocol.md](../_shared/capy-knowledge-protocol.md).
For capy knowledge base conventions, see capy-knowledge-protocol.md.
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
By default, review checkpoints use standard mode. The user can request isolated review mode for the entire session:
tasks.md metadata: a review-mode: isolated field in the headerWhen set, all review checkpoints automatically use isolated variants (kk:solid-code-review:isolated, kk:implementation-review:isolated) without per-checkpoint prompting. The user can override at any checkpoint ("use standard review for this one").
tasks.md file to get the task list and current progressdesign.md and implementation.md for full contextkk:arch-decisions, kk:project-conventions, kk:lang-idioms, and kk:review-findings for context relevant to the identified tasktasks.md: set the task's status to in-progress- [x]) in tasks.md as you complete themtesting-process skillkk:solid-code-review:isolated — this handles both sub-agent and pal codereview internally with independent reviewers. Do NOT run a separate pal codereview call, as it is already included in the isolated workflow. The user can say "use standard review for this one" to override.kk:solid-code-review skill, then run pal mcp code-review, consolidate findingskk:solid-code-review:isolated — same as abovekk:project-conventionstasks.md: set the task's status to donetasks.mdAfter all tasks complete and verified:
testing-process skill to verify and validate functionalitydocumentation-process skill to create or update any relevant docstasks.md header to doneSTOP executing immediately when:
IMPORTANT! Always ask for clarification rather than guessing.
Return to Review (Step 1) when:
IMPORTANT! Don't force through blockers - stop and ask.
npx claudepluginhub serpro69/claude-toolbox --plugin kkUse when you have a written implementation plan to execute in a separate session with review checkpoints.
Executes written implementation plans in batched sessions: critically review plan, process first 3 tasks with verifications, report for feedback, repeat until complete with branch finishing. Use for structured dev with checkpoints.
Executes written implementation plans in batches with review checkpoints between batches. Useful when you have a plan file to follow step-by-step.