PROACTIVELY use when planning AI Developer Workflow execution with composable steps. Designs ADW orchestration strategies with Plan/Build/Review/Fix step composition.
Designs AI Developer Workflow orchestration strategies with composable Plan/Build/Review/Fix steps.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install google-ecosystem@melodic-softwaresonnetPlan AI Developer Workflow execution with composable step orchestration.
Design ADW orchestration strategies that compose Plan/Build/Review/Fix steps for autonomous development workflows.
Load relevant memory files:
Determine ADW needs:
Choose based on requirements:
| Workflow | When to Use |
|---|---|
plan_build | High confidence, simple tasks |
plan_build_review | Medium complexity, quality matters |
plan_build_review_fix | Full autonomy, ZTE goal |
For each step in the workflow:
Plan Step:
Build Step:
Review Step:
Fix Step:
Plan failure modes:
| Step | Failure | Recovery |
|---|---|---|
| Plan | Can't generate spec | Retry with context |
| Build | Build errors | Return to plan |
| Review | Critical issues | Proceed to fix |
| Fix | Can't resolve | Escalate |
Specify what to track:
## ADW Orchestration Design
### Task Analysis
**Task:** [description]
**Confidence Level:** [low/medium/high]
**Quality Requirements:** [list]
### Workflow Selection
**Type:** plan_build | plan_build_review | plan_build_review_fix
**Rationale:** [why this composition]
### Step Design
#### Plan Step
- **Input:** [task source]
- **Output:** `specs/{type}-{id}-{description}.md`
- **Success:** [criteria]
#### Build Step
- **Input:** [plan path]
- **Output:** [code changes, commits]
- **Success:** [criteria]
#### Review Step (if included)
- **Input:** [project path, spec]
- **Output:** [PASS/FAIL report]
- **Thresholds:** [severity rules]
#### Fix Step (if included)
- **Input:** [issue list]
- **Max Attempts:** [number]
- **Escalation:** [path]
### Error Recovery
| Step | Failure Mode | Recovery Action |
| --- | --- | --- |
| [step] | [mode] | [action] |
### Observability
**Events to Capture:**
- [event types]
**Metrics to Track:**
- [metrics]
### Implementation Notes
**SDK Requirements:**
- [requirements]
**Constraints:**
- [constraints]
| Avoid | Why |
|---|---|
| Skipping review | Quality suffers |
| Unbounded fix loops | Infinite execution |
| Missing error handling | Silent failures |
| No observability | Can't debug or improve |
| Monolithic steps | Hard to isolate failures |
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