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, review-depth 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 2b98f44 23.2 KB Updated

File contents

agentworkforce/ricky/tree/main/.claude/skills/relay-80-100-workflow commit 2b98f448a1

Frequently asked questions

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