What problem does it solve?
This Skill prevents dApp teams from building without a roadmap by guiding them through architecture planning, contract/testing/front-end sequencing, and production launch decisions.
Core Features & Use Cases
- End-to-end dApp shipping workflow: maps phases from architecture planning through contracts, testing, frontend, deployment, and post-launch monitoring.
- Onchain vs offchain architecture discipline: applies an “onchain litmus test” to decide what belongs in Solidity versus offchain systems.
- MVP scoping and state-transition audits: enforces contract-count limits and requires a “who calls it and why” audit to avoid dead code and broken systems.
- Chain selection and production readiness: supports deliberate L1/L2 selection and includes deployment verification, multisig ownership, and QA/monitoring guardrails.
- Use cases: planning an Ethereum/Sepolia or L2-backed dApp MVP, designing token/NFT/marketplace/vault/governance flows, and converting a concept into a deployable production plan.
Quick Start
Ask an AI to produce a step-by-step shipping plan for a zero-knowledge zakat donor dApp on Ethereum Sepolia, including contract count, onchain/offchain decisions, and the exact phase-by-phase skills to fetch.