Here's a workflow for executing implementation plans by dispatching fresh Claude instances per task, then running two-stage reviews on each result. You extract all tasks from your plan, dispatch an implementer subagent with isolated context, then run spec compliance and code quality reviews before moving to the next task. The key insight is using fresh context per task to avoid pollution while staying in your current session for coordination. Works well when you have independent tasks that don't need tight coupling. Includes prompt templates for implementer, spec reviewer, and quality reviewer roles, plus logic for handling different completion statuses and selecting appropriate model tiers based on task complexity.
npx skills add https://github.com/obra/superpowers --skill subagent-driven-development