Fast 3-agent workflow for quick fixes and small changes (analyst → developer → qa)
Executes fast 3-agent workflow for quick fixes and small changes.
/plugin marketplace add ashchupliak/dream-team/plugin install dream-team@dream-team-marketplacearchive/Lightweight 3-agent workflow for small changes. Faster than full team.
ANALYZE → IMPLEMENT → VERIFY
│ │ │
analyst developer qa
(quick) (focused) (fast)
Prompt: "Quick analysis for: $ARGUMENTS
Provide brief output:
- What needs to change (1-3 points)
- Files likely affected
- Any gotchas to watch for
Keep it under 200 words. This is a quick fix, not a feature."
Prompt: "Implement the fix based on analyst notes.
Guidelines:
- Minimal changes only
- Follow existing patterns
- Commit when done
This is a quick fix - don't over-engineer."
Prompt: "Quick verification:
1. Run relevant tests
2. Check the fix works
3. Spot check for obvious issues
Keep review brief - this is a quick fix.
Output: APPROVED or NEEDS WORK with specific issues."
✅ Use Quick Fix for:
❌ Use Full Team (/team) for:
## Quick Fix Complete
**Task**: [what was fixed]
**Files Changed**: [list]
**Tests**: [pass/fail]
**Status**: ✅ DONE / ⚠️ NEEDS ATTENTION
**Changes Summary**:
[1-2 sentences]