Run TDD pipeline from plan to commit
dev-pipelineworkflowsetup L3★0
nsoybean/dev-pipeline ↗What it does
TDD pipeline: read plan → write tests → red check → build until green → review →
Best for
Building features with test-first discipline across multiple implementation rounds.
Inputs
- · args: string or object
Outputs
- · execution result
- · report markdown
Requires
- · multi-agent orchestration
- · file read/write
- · test runner
Preconditions
- · Plan/spec provided
- · Git repo initialized
- · Schema or contract defined
Failure modes
- · Iteration limit reached
- · Tests still failing after max rounds
Trust signals
- · Strict structured output schemas for each phase
- · Explicit phase orchestration with gates
- · Adversarial verification step
- · Remediation/iteration loops with convergence criteria