Implement and ship backlog items
loom-backlog-drainworkflowsetup L2★2
fgarofalo56/csa-inabox ↗What it does
Convert backlog items to coded, reviewed, shipped PRs
Best for
Converting vague feature backlogs into shipped code with adversarial CR loop.
Inputs
- · backlog: id, title, goal, files, research, verify
Outputs
- · PR numbers per item
- · merged commits on main
Requires
- · gh CLI
- · npm/tsc
- · vitest
- · git
Preconditions
Shared repo tree, no pnpm install allowed, gh auth configured
Failure modes
- · tsc non-clean on touched files
- · vitest failure
- · git push rejected
Trust signals
- · research+build+review phases
- · no-mock gates
- · PR automation