Problem
What problem this solves
Many specs look fine until implementation begins and missing assumptions start turning into guesses.
Skill Detail
Pressure-test a spec before implementation so the thread is not coding against loose intent.
A readiness gate for checking whether a spec is complete, safe, and executable by a fresh agent.
Problem
Many specs look fine until implementation begins and missing assumptions start turning into guesses.
Outcome
You get a clearer signal on whether the spec is ready to code or still too weak to trust.
Why It Matters
This skill helps you spend structure where it pays off. It catches vague contracts before they become expensive implementation drift.
Related Skills
Turn a fuzzy request into an implementation-ready contract before code starts mutating the repo.
The spec-writing skill for shaping non-trivial work into a clear user story, behavior contract, executable task list, and chantier history.
Open skill pageStart implementation when the task is ready, and force a stronger path when it is not.
The main execution entrypoint for beginning real work after the problem and contract are clear enough, while keeping the chantier flow visible.
Open skill pageCheck whether the work really satisfies the user story, not just whether the code compiles.
A verification skill for standard readiness or an explicit excellence-focused second pass beyond the task's acceptance criteria.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.