From director-mode-lite
Analyzes coding problems using Explore agent to scan codebase, identify core issues, define minimal scope, evaluate solution options, and outline implementation plans with output template.
npx claudepluginhub claude-world/director-mode-liteThis skill uses the workspace's default tool permissions.
Analyze: $ARGUMENTS
Explores problem spaces for features, refactorings, or complex bugs through codebase analysis and iterative dialogue, then drafts detailed tickets for issue trackers.
Autonomously researches feature requests or architecture documents, explores codebase patterns, identifies ambiguities and gaps, produces feature-context.md for orchestrator without making technical decisions.
Explores codebases, researches best practices, evaluates 2-3 approaches with pros/cons, and recommends solutions with codebase-specific reasoning before planning.
Share bugs, ideas, or general feedback.
Analyze: $ARGUMENTS
Before diving in, use the Explore agent to understand the context:
Task(subagent_type="Explore", model="haiku", prompt="""
Explore the codebase for: $ARGUMENTS (thoroughness: medium)
Focus on:
1. Relevant files and modules
2. Existing similar features
3. Test patterns
4. Architecture patterns
""")
## Problem Definition
### Summary
[One sentence description]
### User Need
[Who needs this? What do they want to achieve?]
### Success Criteria
[How do we know it's done?]
### Scope
- In scope: [List]
- Out of scope: [List]
### Affected Files
- [file1.ts] - [why]
- [file2.ts] - [why]
### Risk Assessment
- [Potential risks and mitigations]
Follow this process strictly. Don't skip steps.