一键导入
getting-started
Guided 5-minute onboarding for Director Mode Lite. Use immediately after installing Director Mode Lite, or when unsure which command to run next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guided 5-minute onboarding for Director Mode Lite. Use immediately after installing Director Mode Lite, or when unsure which command to run next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Self-Evolving Development Loop - Dynamic skill generation with learning and evolution
View Self-Evolving Loop session status, history, and memory metrics
Automatically routes tasks to external AI CLIs (Codex or Gemini) when more efficient; routing decisions are made automatically based on task type, with no manual commands needed. Use when a task is a large refactor, a batch operation, or needs 100K+ tokens of context better handled by an external CLI.
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.
| 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 |
Welcome! This guide walks you through your first 5 minutes with Director Mode Lite.
Run a quick check:
ls .claude/skills/ | wc -l # Should show 32
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.
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 # Required for hook configuration
jq --version # Required for hook scripts
Run /project-init to auto-detect your project and generate a CLAUDE.md:
/project-init
This will:
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"
| 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 |
| 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 |
/agents - List all available agents/skills - List all available skillsdocs/FAQ.md) - Common questions