install
source · Clone the upstream repo
git clone https://github.com/claude-world/director-mode-lite
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/claude-world/director-mode-lite "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/getting-started" ~/.claude/skills/claude-world-director-mode-lite-getting-started && rm -rf "$T"
manifest:
skills/getting-started/SKILL.mdsource content
Getting Started with Director Mode
Welcome! This guide walks you through your first 5 minutes with Director Mode Lite.
Step 1: Verify Installation
Run a quick check:
ls .claude/skills/ | wc -l # Should show 31+ ls .claude/agents/ | wc -l # Should show 14 ls .claude/hooks/ | wc -l # Should show 5+
If any are missing, re-run the install script.
Also check dependencies:
python3 --version # Required for hook configuration jq --version # Required for hook scripts
Step 2: Initialize Your Project
Run
/project-init to auto-detect your project and generate a CLAUDE.md:
/project-init
This will:
- Detect your language and framework
- Create a CLAUDE.md with your project config
- Verify hooks are configured
- List available expert agents
Step 3: Your First Workflow
Try the 5-step development workflow:
/workflow
Or jump straight to autonomous TDD:
/auto-loop "Implement [your feature] Acceptance Criteria: - [ ] First requirement - [ ] Second requirement - [ ] Tests pass"
Quick Reference: Start Here
| Command | When to Use |
|---|---|
| First time in a new project |
| Starting a new feature (guided) |
| Autonomous TDD development |
| Understanding a bug or codebase area |
| Ready to commit changes |
When You're Ready for More
| Level | Commands |
|---|---|
| Beginner | , , , , |
| Intermediate | , , , |
| Advanced | , , , |
| Customization | , , |
| Validation | , , , , |
Need Help?
- List all available agents/agents
- List all available skills/skills- FAQ (
) - Common questionsdocs/FAQ.md - Discord - Community support
- claude-world.com - Website