plan
Create detailed execution plan with task breakdown
git clone --depth 1 https://github.com/claude-world/director-mode-lite /tmp/plan && cp -r /tmp/plan/skills/plan ~/.claude/skills/planSKILL.md
# Task Planning Create a detailed execution plan for the current task. ## Process 1. **Analyze Requirements** - What is the goal? - What are the constraints? - What resources are available? 2. **Break Down Tasks** - Decompose into specific, actionable steps - Each task should be completable independently - Estimate relative complexity (small/medium/large) 3. **Create Task List** - Use TodoWrite tool to track progress - Mark priorities and dependencies - Keep tasks granular 4. **Identify Risks** - What could go wrong? - What are the unknowns? - What needs clarification? --- ## Task Template ```markdown ## Task: [Task Name] ### Goal [What this task achieves] ### Steps 1. [ ] [Step 1] 2. [ ] [Step 2] 3. [ ] [Step 3] ### Dependencies - Requires: [other tasks] - Blocks: [dependent tasks] ### Acceptance Criteria - [ ] [Criterion 1] - [ ] [Criterion 2] ``` --- ## Guidelines - Keep tasks small (completable in one session) - Be specific about acceptance criteria - Identify dependencies early - Update plan as you learn more
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Expert on creating and configuring custom Claude Code agents. Helps design specialized agents for project-specific tasks.
Expert on CLAUDE.md design patterns, best practices, and project configuration. Essential for project initialization and customization.
Code review specialist for quality, security, and best practices
Decision-making agent for Self-Evolving Loop. Evaluates validation results and decides next action (continue, evolve, or ship).
Debugging specialist for root cause analysis and problem resolution
Documentation specialist for README, API docs, and code comments
Lightweight orchestrator for Self-Evolving Loop with Meta-Engineering integration. Coordinates phases, manages memory, and handles lifecycle. Only returns brief summaries.