Implement features test-driven with reviews
evolve-implementworkflowsetup L2★0
Antonio20045/programme ↗What it does
Implement feature slices sequentially via TDD with inline review and optional fix
Best for
Sequential TDD-driven implementation of feature slices with build-log persistence and no parallel execution breaking the lint hook.
Inputs
- · [object Object]
Outputs
- · [object Object]
Requires
- · pnpm
- · vitest
- · typescript
- · git
- · Lint hook (PostToolUse, blocking)
Preconditions
Worktree set up; build log path writable; slices from frozen Phase 4 plan; lint hook active and blocking; no parallel execution
Failure modes
- · Parallel execution breaks lint hook (PostToolUse blocking requires linear edit history)
- · Large content passed through tool-call channel instead of build log (serialization anti-pattern)
- · Slice dependencies not topologically ordered
- · Reviewer skips REAL code reading, returns placeholder findings
Trust signals
- · Serialization discipline explicit (full report → build log, return only status pointer)
- · Build log is the source of truth, not tool-call returns
- · WIP commits per green slice, conventional messages
- · Linear ordering enforced to preserve lint hook correctness