From tac
Executes scout-then-build pattern: Explore subagent scouts codebase for patterns/dependencies, then builds feature implementations with tests. Invoke via /scout-and-build <feature>.
npx claudepluginhub melodic-software/claude-code-plugins --plugin tacThis skill is limited to using the following tools:
Execute the foundational orchestration pattern: scout first, then build based on findings.
Orchestrates 5-phase feature development (/do <task>): Understand, Clarify, Design, Implement, Complete; delegates to codeagent-wrapper agents with optional git worktree.
Automates 7-phase feature development workflow using specialized agents for codebase exploration, architecture design, and quality review. Invoke via /feature-dev for multi-file features or ambiguous requirements.
Orchestrates Commands, Agents, and Skills through research, planning, implementation, and review phases for complex, multi-file features.
Share bugs, ideas, or general feedback.
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.