agents/openai.yaml
interface: display_name: "Verify and Stop" short_description: "Run relevant proof then stop cleanly" default_prompt: "Use $verify-and-stop to prove acceptance criteria without adding scope."
juliusbrussee/caveman · GitHub
범위를 확대하지 않고도 기존 작업이 승인 조건을 충족함을 입증합니다. 검증 전용 작업, 완료 확인, 집중적인 게이트 실행 및 최종 검증에 활용하십시오.
프로젝트 폴더에서 아래 명령어를 실행하고, 설치할 에이전트를 선택하세요.
npx skills add juliusbrussee/caveman --skill verify-and-stop설치 명령을 직접 실행해야 적용됩니다. 지원 에이전트와 필요한 권한·라이선스는 제작자의 안내를 확인하세요.
agents/openai.yamlinterface: display_name: "Verify and Stop" short_description: "Run relevant proof then stop cleanly" default_prompt: "Use $verify-and-stop to prove acceptance criteria without adding scope."
SKILL.md--- name: verify-and-stop description: Prove existing work meets acceptance conditions without expanding scope. Use for validation-only tasks, completion checks, focused gate runs, and last-mile proof. --- # Verify and stop Translate acceptance conditions into smallest sufficient proof set. - Reuse still-current results with matching repository state. - Run focused checks before wider gates. - Distinguish pass, fail, unavailable, and blocked exactly. - Do not edit product code unless verification request includes fixes. - Do not add polish, cleanup, or unrelated tests after criteria pass. Stop immediately when acceptance proof is complete. Report commands, results, and unresolved risk only.