Executes implementation plans from tasks.md files with plan review, batch task processing, verifications, and code review checkpoints.
From kknpx claudepluginhub serpro69/claude-toolbox --plugin kkThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
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.