Documentation
README
Implementing Tasks
Overview
Takes an in-memory batch of TDD-sized tasks and executes each through: implementer subagent (TDD) → PAR spec-compliance review → fix loop → PAR code-quality review with boxing-in check → fix loop → mark complete. This is a fork of superpowers:subagent-driven-development with the plan-file reading phase stripped and the final end-of-plan reviewer removed.
When to Use
Invoked by running-an-iteration with a list of tasks. Tasks are passed in memory, not via a file.
Per-Task Cycle
For each task in the provided list:
1. Dispatch implementer
This is the opening of the README. Read the full README on GitHub.