USE when executing a project plan (PLAN.md). Orchestrates the execution of tasks, manages dependencies, delegates to worker agents, and verifies results.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install sys-builder@cattoolkitThis skill is limited to using the following tools:
For user-invoked plan execution, use /execute-plan skill.
This skill provides the execution protocols and standards. The execute-plan skill is the primary user-facing interface that wraps this functionality with user intent clarification.
Locate and read context files: You MUST locate and read:
BRIEF.md (project brief)PLAN.md (the execution plan)ADR.md (architecture decisions, if exists)Discovery Strategy:
project-strategy standards for file location.If any required file is missing: Log error and abort.
State-in-Files Enforcement: Before proceeding with execution, you MUST check for interruption state:
Check for HANDOFF.md in current phase directory:
.cattoolkit/planning/[phase-name]/HANDOFF.mdResume from Handoff State:
Handoff Format Required: When creating HANDOFF.md files, ensure they contain:
# Handoff - Phase: [Phase Name]
## Completed Tasks
- [List of tasks already completed]
## In-Progress
- [Current task being worked on, if any]
## Next Actions
- [Specific next steps to resume execution]
## Context
- [Any relevant context for resuming]
If no HANDOFF.md exists: Continue with fresh execution as normal.
Validate the injected plan against project-strategy standards:
Analyze each task to identify:
Sequential Chains:
Parallel Groups:
Async/Background Tasks:
run_in_background: trueMANDATORY: Delegate to worker subagents with comprehensive context for autonomous execution.
Format:
Each worker agent receives natural language instructions with:
software-engineering protocolsAfter ANY subagent reports success, you MUST perform Objective Audit:
If verification FAILS: Respawn the worker with refined instructions (Correction Loop).
When all tasks pass verification:
status: completeproject-strategy/assets/templates/summary.mdThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.