kata-verify-work
SolidUse when the user asks to verify, validate, review, or sign off on Kata work.
AI & Automation 61 stars
6 forks Updated 3 days ago MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# kata-verify-work
## Operating Brief
When this skill is invoked, verify completed Kata work and record durable evidence.
Load the relevant project snapshot, task, and artifact context, identify the behaviors that must be verified, and walk through them one at a time. Record evidence in verification artifacts, then update task verification state through the CLI. Use UAT artifacts only when the plan explicitly calls for user acceptance testing.
After updating verification state, reload the project snapshot and recommend exactly the snapshot's next workflow. Do not infer milestone completion from verified tasks alone.
## Success Criteria
- Each relevant behavior has explicit verification evidence.
- A verification artifact records what was checked and the result.
- Verified tasks are marked with `verificationState: verified`.
- Failed checks are clearly reported without marking tasks verified.
## Do Not
- Do not mark verification complete from confidence alone.
- Do not hide or smooth over failed checks.
- Do not create new execution scope.
- Do not skip artifact updates when verification evidence was gathered.
## Process
1. Read `references/workflow.md` before taking action. Execute that workflow end-to-end.
2. Preserve every workflow gate: required checks, user confirmations, durable writes, status updates, and next-step routing.
3. Before any backend IO, read `references/runtime-contract.md` and use only the operations listed there.
4. When the workflow tells you t...
Details
- Author
- gannonh
- Repository
- gannonh/kata-symphony
- Created
- 5 months ago
- Last Updated
- 3 days ago
- Language
- Rust
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
verify
Verify that a change really works before you claim completion
38,700 Updated 2 days ago
Yeachan-Heo AI & Automation Listed
verify
Verify that a change really works before you claim completion
15 Updated today
zernie AI & Automation Listed
verify-work
Use before claiming any task is done, complete, or fixed. A final verification pass that catches unverified claims, unintended changes, and leftover debris before reporting to the user.
1 Updated yesterday
suleymanbyzt