changelog-observer
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Break a complex task into an ordered, dependency-aware task list with estimates and verification steps. Use when a request spans multiple components or days, before starting large features, or when the user runs /plan.
$ npx -y skills add claude-world/director-mode-lite --skill plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/planContext preview
The summary Claude sees to decide when to auto-load this skill.
Break a complex task into an ordered, dependency-aware task list with estimates and verification steps. Use when a request spans multiple components or days, before starting large features, or when the user runs /plan.
name: plan description: Break a complex task into an ordered, dependency-aware task list with estimates and verification steps. Use when a request spans multiple components or days, before starting large features, or when the user runs /plan. user-invocable: true
Create a detailed execution plan for the current task.
1. **Analyze Requirements**
2. **Break Down Tasks**
3. **Create Task List**
4. **Identify Risks**
---
## 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]
---
Use Claude Code like a Director, not a Programmer. MIT toolkit with Auto-Loop, guided setup, 27 commands, 14 agents, and 32 skills.
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Validate custom agent file format and structure. Use after creating or editing an agent, before committing agent changes, or when an agent fails to load.
Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.
List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.
TDD-based autonomous development loop with checkpoint recovery and observability changelog