| name | getting-started |
| description | Guided 5-minute onboarding for Director Mode Lite. Use immediately after installing Director Mode Lite, or when unsure which command to run next. |
| user-invocable | true |
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
ls .claude/agents/ | wc -l
ls .claude/hooks/ | wc -l
If any are missing, re-run the install script.
Want a different automation level (none / Auto-Loop / Auto-Loop + Evolving-Loop) than what was installed? Re-run install.sh --update --wizard from the plugin directory to pick interactively instead of editing .claude/settings.local.json by hand.
Also check dependencies:
python3 --version
jq --version
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 |
|---|
/project-init | First time in a new project |
/workflow | Starting a new feature (guided) |
/auto-loop "task" | Autonomous TDD development |
/focus-problem "issue" | Understanding a bug or codebase area |
/smart-commit | Ready to commit changes |
When You're Ready for More
| Level | Commands |
|---|
| Beginner | /workflow, /auto-loop, /focus-problem, /smart-commit, /plan |
| Intermediate | /test-first, /check-environment, /project-health-check, /changelog |
| Advanced | /evolving-loop, /evolving-status, /handoff-claude, /handoff-codex, /handoff-gemini |
| Customization | /agent-template, /skill-template, /hook-template |
| Validation | /claude-md-check, /agent-check, /skill-check, /hooks-check, /mcp-check |
Need Help?
/agents - List all available agents
/skills - List all available skills
- FAQ (
docs/FAQ.md) - Common questions
- Discord - Community support
- claude-world.com - Website