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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/director-mode-lite:focus-problemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze: $ARGUMENTS
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.
npx claudepluginhub claude-world/director-mode-liteAutonomously researches feature requests or architecture documents, explores codebase patterns, identifies ambiguities and gaps, produces feature-context.md for orchestrator without making technical decisions.
Explores problem spaces through codebase investigation and iterative dialogue, then creates detailed tickets for features, refactorings, or bug fixes without writing implementation code.
Explores codebases, researches best practices, evaluates 2-3 approaches with pros/cons, and recommends solutions with codebase-specific reasoning before planning.