Releases: claude-world/director-mode-lite
v1.7.2 — Onboarding, Spec Alignment & Documentation Overhaul
What's New
New Features
/getting-startedskill — Guided 5-minute onboarding with command priority tiers- Migration guide (
docs/MIGRATION.md) — Version upgrade instructions for each major release - Dependency checks in installer — Warns about missing
python3andjqat install time - README "Start Here" section — 3 essential commands above the fold for new users
Official Spec Alignment (Claude Code v2.1.76)
- Agent validator: description limit removed (was 100 chars, now 10-5000), tools field now optional
- Hook template/guide: expanded from 4 to 12 hook types, added
type: "prompt"support - Skill validator: fixed hooks format to official
PreToolUse/PostToolUsestructure
Improved Skills
/project-init— Expanded from thin outline to full 6-phase guide with multi-language detection/check-environment— Added python3/jq checks, multi-language project detection- Hook template — All 12 hook types,
once/timeoutfields, complete input JSON schema
Documentation
- FAQ: 4 new entries (hooks troubleshooting, evolving-loop decision guide, recovery)
- HOOKS-GUIDE: complete rewrite with all hook types, input schema, config reference
- ROADMAP: updated to v1.7.2 with delivered milestones
- CI: enhanced agent validation, removed obsolete commands job
Fixes
- Version/count consistency across all 30 files
handoff-gemini: wrong package name- 3 broken internal documentation links
- Missing CLAUDE.md for examples 03 and 04
Full changelog: CHANGELOG.md
v1.7.1 — Security Fix + Install Verification
What's Changed
Security
- Removed
.auto-explore/directory containing leaked absolute filesystem paths, added to.gitignore
Added
- Install verification script (
scripts/verify-install.sh) — validates installation and reports component status (closes #6)
Changed
- Added release, stars, and license badges to README for better visibility (closes #5)
Full Changelog: v1.7.0...v1.7.1
v1.7.0 — Opus 4.6 + Interop Router + Changelog Observer
What's Changed
New Features
- Interop Router (
v1.6.0): Auto-trigger skill for external CLI routing (Codex, Gemini) - Changelog Observer (
v1.7.0): Observability skill tracking session events for subagent context
Documentation
- Updated README for Opus 4.6 compatibility
- Added Related Projects section
Compatibility
- Aligned agent/skill templates with official Claude Code templates
Full Changelog: v1.5.0...v1.7.0
v1.5.0 — Official Claude Code Spec Alignment
What's Changed
Features
- Aligned agent/skill frontmatter with official Claude Code specification
- Updated template structure for better compatibility
Full Changelog: v1.4.1...v1.5.0
v1.1.0 - Expert Agents, Validators & Generators
What's New in v1.1.0
🎓 Expert Agents (5 new)
Specialized agents that deeply understand Claude Code's official features:
| Agent | Purpose |
|---|---|
claude-md-expert |
CLAUDE.md design patterns & best practices |
mcp-expert |
MCP server configuration & troubleshooting |
agents-expert |
Custom agent creation & tool permissions |
skills-expert |
Slash command creation & workflow design |
hooks-expert |
Stop hooks, PreToolUse/PostToolUse patterns |
Why? Anthropic provides documentation, but no specialized helpers. These experts know the official docs and help you implement correctly.
✅ Validator Commands (5 new)
Validate your configurations and get actionable fix suggestions:
/claude-md-check- Validate CLAUDE.md structure/mcp-check- Validate MCP settings.json/agent-check [file.md]- Validate agent file format/skill-check [file.md]- Validate skill file format/hooks-check- Validate hooks config + scripts
🏗️ Generator Commands (4 new)
Generate properly-formatted files from templates:
/claude-md-template- Generate CLAUDE.md for your project/agent-template [name] [purpose]- Generate custom agents/skill-template [name] [purpose]- Generate custom skills/hook-template [type] [purpose]- Generate hook scripts
📊 Updated Counts
| Category | v1.0.0 | v1.1.0 |
|---|---|---|
| Commands | 13 | 22 (+9) |
| Agents | 3 | 8 (+5) |
| Skills | 4 | 4 |
🔄 Enhanced /project-init
Now uses "Read-then-Apply" pattern with Expert Agents for comprehensive 6-phase project setup.
Full Changelog: v1.0.0...v1.1.0
Director Mode Lite v1.0.0
Director Mode Lite v1.0.0
Use Claude Code like a Director, not a Programmer
First stable release of Director Mode Lite - a complete toolkit for autonomous AI-assisted development with Claude Code.
✨ Features
13 Commands
/auto-loop- TDD-based autonomous development cycle/workflow- Complete 5-step development flow/focus-problem- Analyze and understand problems/test-first- TDD cycle (Red-Green-Refactor)/smart-commit- Conventional commits automation/plan- Task breakdown with TodoWrite/project-health-check- 7-point project audit/project-init- Quick project setup/check-environment- Environment verification/handoff-codex- Delegate to Codex CLI/handoff-gemini- Delegate to Gemini CLI/agents- List available agents/skills- List available skills
3 Agents
code-reviewer- Quality, security, performancedebugger- 5-step debugging methoddoc-writer- README, API docs, comments
4 Skills
code-reviewer- Code checklistdebugger- Error diagnosisdoc-writer- Documentation templatestest-runner- TDD support
📦 Installation
# Plugin install (recommended)
/plugin marketplace add claude-world/director-mode-lite
# Or one-line script
curl -fsSL https://raw.githubusercontent.com/claude-world/director-mode-lite/main/install.sh | bash -s .🚀 Quick Start
/auto-loop "Create a calculator with add, subtract, multiply, divide functions. Include unit tests."📚 Documentation
🌐 Community
📄 License
MIT License - Free for personal and commercial use.
Full Changelog: https://github.com/claude-world/director-mode-lite/commits/v1.0.0