Project Verify Plan

Use when you have an implementation plan or design in hand and want to audit it BEFORE writing code - a risk-coverage review that checks the plan names the non-obvious traps its stack will actually hit, matches the requirement's scope, covers the edge and safety cases, and stays minimal. The cheapest place to catch a design error, since a flawed plan built perfectly is still wrong. Pairs with writing-plans (which creates the plan) and precedes project-verify-code (which reviews the built code). Trigger on review this plan, is this design sound, does the plan miss anything, before I build.

envoydev 93d6564 9.1 KB Updated

File contents

envoydev/claude-stack/tree/main/stack/skills/project-verify-plan commit 93d6564c64

Frequently asked questions

npx skillmds@latest add envoydev/project-verify-plan