What problem does it solve?
It prevents agents from skipping required build steps by enforcing a consistent plan-before-build workflow, including dependency research, canvas/spec correctness, an explicit approval gate, and verification/document reconciliation.
Core Features & Use Cases
- Universal build flow gate: Orchestrates planning, dispatch, and correctness invariants for build-shaped requests (canvas cards, standalone tools, and doc-only specs).
- Dependency and API grounding: Triggers research when non-trivial domain work is involved and loads the canvas handbook when building card classes to reduce wrong API usage.
- Approval-gated execution: Writes the spec, then explicitly pauses for the user’s next message before moving to implementation—avoiding silent drift from the user’s intent.
Quick Start
Tell your agent to use the develop skill to plan and spec a new build artifact, then ask you for review before it writes any code.