/director-mode
Direct substantial repository work across Claude Code, Codex CLI, or Grok Build with a concise brief, parallel agents, evidence-based completion, and optional cross-CLI continuation. Use for project onboarding, multi-step implementation, agent coordination, verification
$ npx -y skills add claude-world/director-mode-lite --skill director-mode --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/director-mode
Context preview
The summary Claude sees to decide when to auto-load this skill.
Direct substantial repository work across Claude Code, Codex CLI, or Grok Build with a concise brief, parallel agents, evidence-based completion, and optional cross-CLI continuation. Use for project onboarding, multi-step implementation, agent coordination, verification
SKILL.md
director-mode.SKILL.mdname: director-mode
description: Direct substantial repository work across Claude Code, Codex CLI, or Grok Build with a concise brief, parallel agents, evidence-based completion, and optional cross-CLI continuation. Use for project onboarding, multi-step implementation, agent coordination, verification planning, low-interruption setup, or deciding how another CLI should take over. Do not use it as a permission gate or mandatory workflow.
user-invocable: true
Director Mode
Use `.director-mode/GUIDANCE.md` when the project runtime is installed. For a plugin-only install, use this skill's bundled `references/GUIDANCE.md` instead. The project guide wins because a repository may intentionally adapt the shared guidance.
Keep the working contract small:
1. State the outcome, relevant context, meaningful constraints, and completion evidence. 2. Inspect the repository before choosing an approach. 3. Use independent agents when parallel work or an independent review helps. 4. Keep one integrator responsible for the final diff and verification. 5. If another CLI should take over, use the `session-relay` skill.
Keep guidance proportional. A small request does not need a ceremony, a plan file, or an agent team. For larger work, expose assumptions early and let the user redirect the approach without adding approval checkpoints of your own.
Read-only diagnosis
When discovery, adapters, or hooks seem wrong, run `director-doctor` from the first available location:
1. `.director-mode/bin/director-doctor` in the project; 2. `$HOME/.claude/bin/director-doctor` from Bootstrap Kit; 3. this skill's bundled `scripts/director-doctor.py` for plugin-only use.
Use `--json --no-probe` for deterministic inspection. The doctor reports known runtime, CLI, asset, and hook surfaces; it never repairs, installs, deletes, or changes permissions. Treat its recommendations as diagnostic leads, not gates.
Capability boundary
If the user explicitly chooses an unrestricted session in a trusted workspace, the installed `director-open` launcher can express that choice with the CLI's native controls. Do not launch it or rewrite persistent settings merely because this skill was selected.
These are operating suggestions, not a policy engine. Do not change the CLI's permissions, approvals, sandbox, network access, or hook trust on behalf of this skill.
Read more
name: director-mode description: Direct substantial repository work across Claude Code, Codex CLI, or Grok Build with a concise brief, parallel agents, evidence-based completion, and optional cross-CLI continuation. Use for project onboarding, multi-step implementation, agent coordination, verification planning, low-interruption setup, or deciding how another CLI should take over. Do not use it as a permission gate or mandatory workflow. user-invocable: true
Director Mode
Use `.director-mode/GUIDANCE.md` when the project runtime is installed. For a plugin-only install, use this skill's bundled `references/GUIDANCE.md` instead. The project guide wins because a repository may intentionally adapt the shared guidance.
Keep the working contract small:
1. State the outcome, relevant context, meaningful constraints, and completion evidence. 2. Inspect the repository before choosing an approach. 3. Use independent agents when parallel work or an independent review helps. 4. Keep one integrator responsible for the final diff and verification. 5. If another CLI should take over, use the `session-relay` skill.
Keep guidance proportional. A small request does not need a ceremony, a plan file, or an agent team. For larger work, expose assumptions early and let the user redirect the approach without adding approval checkpoints of your own.
Read-only diagnosis
When discovery, adapters, or hooks seem wrong, run `director-doctor` from the first available location:
1. `.director-mode/bin/director-doctor` in the project; 2. `$HOME/.claude/bin/director-doctor` from Bootstrap Kit; 3. this skill's bundled `scripts/director-doctor.py` for plugin-only use.
Use `--json --no-probe` for deterministic inspection. The doctor reports known runtime, CLI, asset, and hook surfaces; it never repairs, installs, deletes, or changes permissions. Treat its recommendations as diagnostic leads, not gates.
Capability boundary
If the user explicitly chooses an unrestricted session in a trusted workspace, the installed `director-open` launcher can express that choice with the CLI's native controls. Do not launch it or rewrite persistent settings merely because this skill was selected.
These are operating suggestions, not a policy engine. Do not change the CLI's permissions, approvals, sandbox, network access, or hook trust on behalf of this skill.
Use Claude Code like a Director, not a Programmer. MIT toolkit with Auto-Loop, guided setup, 27 commands, 14 agents, and 32 skills.
Other skills on director-mode-lite.
- /changelog-observer
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Open skill - /agent-check
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.
Open skill - /agent-template
Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.
Open skill - /agents
List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.
Open skill - /auto-loop
TDD-based autonomous development loop with checkpoint recovery and observability changelog
Open skill - /changelog
View and manage the runtime changelog for observability
Open skill

