Problem
What problem this solves
Execution either starts too early from vague intent or gets blocked by too much ceremony on work that is actually ready.
Skill Detail
Start 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.
Problem
Execution either starts too early from vague intent or gets blocked by too much ceremony on work that is actually ready.
Outcome
You get a practical start point that either builds directly or reroutes to stronger preparation when needed.
Why It Matters
This skill matters because it keeps momentum and discipline in the same move. It is where planning turns into code.
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 pagePressure-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.
Open skill pageOpen a URL in a real browser and verify one observable non-auth objective.
A general browser verification skill for checking public UI, previews, production pages, visible assertions, screenshots, console messages, and network signals without turning every page check into auth debugging or manual QA.
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.