Skip to main content
Free & Open Source

Director Mode Lite

A free, community-shared toolkit to transform your Claude Code experience. Start using Director Mode in minutes.

MIT License Free Forever Community Maintained
12
Commands
3
Agents
4
Skills
5
Workflow Steps

Quick Start

1

Clone the repository

git clone https://github.com/claude-world/director-mode-lite.git
2

Copy to your project

cp -r director-mode-lite/.claude your-project/
cp director-mode-lite/docs/CLAUDE-TEMPLATE.md your-project/CLAUDE.md
3

Start using commands

/workflow # Start the 5-step development flow

The 5-Step Workflow

Director Mode Lite centers on a proven development workflow that ensures quality and efficiency.

Step 1
Focus Problem
/focus-problem

Understand before coding

Step 2
Prevent Overdev
YAGNI principle

Only build what's needed

Step 3
Test First
/test-first

Red → Green → Refactor

Step 4
Document
Auto-documented

Code is self-explanatory

Step 5
Smart Commit
/smart-commit

Conventional Commits

12 Commands

🔄 /workflow

Complete 5-step development flow

🎯 /focus-problem

Problem analysis with Explore agents

🧪 /test-first

TDD: Red-Green-Refactor cycle

📝 /smart-commit

Conventional Commits automation

📋 /plan

Task breakdown and planning

🏥 /project-health-check

7-point project audit

🚀 /project-init

Quick project setup with CLAUDE.md

🔍 /check-environment

Verify development environment

🤝 /handoff-codex

Delegate to Codex CLI

/handoff-gemini

Delegate to Gemini CLI

🤖 /agents

List available agents

/skills

List available skills

3 Agents

👁️

code-reviewer

Code quality, security, best practices

Auto-triggers when:
Code modified
Before commits
User mentions "review"
🐛

debugger

Error analysis and fix recommendations

Auto-triggers when:
Errors appear
Tests fail
User mentions "bug", "error", "debug"
📚

doc-writer

README, API docs, code comments

Auto-triggers when:
New features added
Code structure changes
User mentions "document"

4 Skills

code-reviewer

Code quality checklist, security review

🧪

test-runner

Test automation, TDD support

🔧

debugger

5-step debugging methodology

📝

doc-writer

Documentation templates

Ready to Start?

Get Director Mode Lite free on GitHub and transform how you work with Claude Code.