Relay 80 100 Workflow

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, mandatory sequential Claude-then-Codex fresh-eyes review/fix loops with test hardening, PGlite for in-memory Postgres testing, mock sandbox patterns, test-fix-rerun loops, verify gates after every edit, and the full lifecycle from implementation through passing tests to commit.

AgentWorkforce Updated

File contents

agentworkforce/workflows/tree/main/.claude/skills/relay-80-100-workflow commit de7e4d92a7

Frequently asked questions

npx skillmds@latest add agentworkforce/relay-80-100-workflow-4