Execute the scout-then-build pattern for a feature implementation. Use when you need to explore the codebase before implementing changes.
Executes a scout-then-build pattern for feature implementation. Use when you need to explore the codebase and understand existing patterns before implementing changes.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install google-ecosystem@melodic-software<feature-or-change>Execute the foundational orchestration pattern: scout first, then build based on findings.
$ARGUMENTS - The feature or change to implement
This command implements the two-phase pattern within Claude Code's subagent constraints.
Launch scout agent (Explore subagent, opus model):
Capture scout report with:
Plan implementation based on scout report:
Execute changes:
Report results:
## Scout and Build Report
**Task:** [feature description]
### Scout Phase
**Duration:** [time]
**Files Analyzed:** [count]
**Key Findings:**
1. [finding]
2. [finding]
**Recommended Approach:**
[implementation strategy]
### Build Phase
**Duration:** [time]
**Files Created:**
- [file]: [purpose]
**Files Modified:**
- [file]: [changes]
**Implementation Summary:**
[what was done]
### Next Steps
[any remaining work or recommendations]
/scout-and-build Add user session timeout handling
This command uses Claude Code's Task tool with Explore subagent for scouting, then performs building in the main context. For true parallel agent orchestration with separate builder agents, use Claude Agent SDK.