Contract
- Input: problem description and inputs defined by the skill body.
- Output: Markdown artifact with completed process steps.
- Side effects: none.
- Dependencies: none.
- Stop condition: all process steps executed; artifact saved with required sections.
- Risk: low.
- Boundary: produces reasoning artifact only; no system changes.
Web3 Governance Design
Design or audit a Web3 governance system — token voting, delegation, on-chain execution — with attack vectors and resilience analysis.
When to use
- A protocol needs governance designed or audited.
- Token voting or delegation mechanisms need analysis.
- DAO constitution, constitution, or multiphase governance is being designed.
Process
- Identify governance type — on-chain (token-weighted vote, quadratic, conviction), off-chain (signal vote → timelock), or hybrid.
- Define actors — token holders, delegates, multisig signers, core team, foundation.
- Define proposal lifecycle — temperature check, on-chain vote, quorum, timelock, execution; veto rights.
- Token distribution analysis — who holds tokens? Concentration vs dispersion; is the distribution stable under voting?
- Attack vectors — vote buying, plutocracy, low turnout, plutocratic capture, executive attack (multisig override).
- Resilience — fork rights, constitutional clauses, guardian roles; how can the community override bad governance?
- Deliver — artifact: governance type, actors, proposal lifecycle, token distribution, attack vectors, and resilience assessment.