What problem does it solve?
This Skill solves the problem of building blockchain apps without a clear architecture, leading to wasted time, over-engineering, broken integrations, and insecure design decisions.
Core Features & Use Cases
- Architecture-first planning: Use the onchain litmus test to decide what belongs onchain vs offchain, and estimate MVP contract count before writing Solidity.
- State-transition clarity: Produce a function-by-function worksheet that forces you to define who calls each function, why it should be called, and what happens if it never is.
- End-to-end build discipline: Follow a phased workflow covering contracts, testing, frontend delivery, deployment/verification, pre-ship QA, and post-launch monitoring and incident readiness.
Quick Start
Use the ship skill to produce a complete deployment-ready plan for a new dApp by fetching the referenced skills in the correct phases, starting with how many contracts you need and which chain you will target.