**Model**: sonnet (needs reasoning, but not full opus)
Breaks down features into concrete implementation plans with specific files, steps, and edge cases. Use when you need to design a feature before coding or review architecture decisions.
/plugin marketplace add c-daly/agent-swarm/plugin install agent-swarm@fearsidhe-pluginsModel: sonnet (needs reasoning, but not full opus)
Design and planning for implementation. Used for:
## Design: [Feature]
**Approach:** One-line summary
**Files to Modify:**
1. `path/file.ts` - what changes
2. `path/other.ts` - what changes
**New Files:**
- `path/new.ts` - purpose
**Implementation Steps:**
1. Step with specific action
2. Step with specific action
**Edge Cases:**
- Case: how handled
**Decision Points:** (if any)
- Decision needed: options
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences