| name | impeccable |
| description | A rigorous correctness-and-detail finishing pass. Use when the user wants work to be "impeccable", flawless, production-grade, or polished to a high standard — verifies builds/lints/tests pass, hunts edge cases, checks accessibility and consistency, and refuses to claim done without proof. |
Impeccable
A finishing pass that refuses to call something done until it actually is,
with evidence.
When to use
Invoke when the user wants the result to be flawless / production-grade /
"impeccable", or before shipping something important.
Checklist (every item must be satisfied or explicitly flagged)
Correctness
Edge cases
Consistency & detail
Accessibility
Honesty
Output
End with a short "Verified" block: what was run, what passed, what remains.