claude-code-framework/essential/skills/defi/governance-writer/SKILL.md
Write DAO governance proposals, protocol updates, community posts, and technical documentation for DeFi protocols. Triggers on "governance proposal", "DAO vote", "protocol update", "community post", "SIP", "improvement proposal", "forum post".
npx skillsauth add tokenized2027/claude-initilization-v7 governance-writerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Write clear, professional governance content for DAO protocols — proposals, updates, community posts, and technical summaries.
# [SIP-XXX]: [Short Title]
## Summary
[2-3 sentences: What this proposal does and why it matters]
## Motivation
[Why is this change needed? What problem does it solve?]
- Current situation: [what's happening now]
- Problem: [what's broken or suboptimal]
- Impact: [who is affected and how]
## Specification
[Technical details of the proposed change]
### Parameters
| Parameter | Current Value | Proposed Value | Rationale |
|-----------|--------------|----------------|-----------|
| [param] | [current] | [proposed] | [why] |
### Implementation
[How this will be implemented — smart contract changes, parameter updates, etc.]
## Risks
- [Risk 1]: [mitigation]
- [Risk 2]: [mitigation]
## Timeline
- Discussion period: [dates]
- Voting period: [dates]
- Implementation: [dates]
## References
- [Link to relevant data/dashboard]
- [Link to prior discussions]
# [Protocol Name] Update — [Month Year]
## Key Metrics
- TVL: [amount] ([change]% from last month)
- Stakers: [count]
- APY: [rate]%
## What Happened This Month
[3-5 bullet points of the most important developments]
## Technical Updates
[Any protocol upgrades, smart contract changes, or infrastructure improvements]
## Governance Recap
- [Proposal X]: [outcome — Passed/Failed/Pending]
- [Proposal Y]: [outcome]
## What's Next
[2-3 things the community can look forward to]
## Get Involved
- [Link to forum]
- [Link to Discord]
- [Link to governance portal]
## [Title — Clear and Specific]
**TL;DR:** [One sentence summary]
Hey everyone,
[Opening that frames the topic — 2-3 sentences]
### The Situation
[Current state with data to support your points]
### The Proposal / Question / Discussion Point
[What you're proposing or asking — be specific]
### Why This Matters
[Impact on token holders, operators, protocol health]
### Open Questions
1. [Question for community input]
2. [Question for community input]
Looking forward to the discussion.
| Context | Tone | |---------|------| | Governance proposal | Formal, precise, data-backed | | Protocol update | Professional, accessible, optimistic but honest | | Forum discussion | Conversational, respectful, open to feedback | | Technical documentation | Clear, structured, no ambiguity | | Twitter/social threads | Concise, engaging, visual-friendly |
✅ Use governance-writer when:
❌ Don't use for:
development
Methodical debugging using reproducible steps, instrumentation, and root-cause analysis. Use when something is broken and you don't know why. Triggers on "bug", "broken", "not working", "error", "fails intermittently", "regression", "unexpected behavior".
development
Optimize prompts for Claude Code agents, API calls, and multi-agent orchestration. Use when writing system prompts, agent instructions, or refining LLM interactions. Triggers on "improve prompt", "write a prompt", "agent instructions", "system prompt", "prompt not working", "LLM output quality".
tools
Structured ideation and design review before any creative or constructive work. Use before building features, components, architecture, dashboards, or automation workflows. Triggers on "plan this", "design this", "brainstorm", "think through", "what should we build", "how should I approach".
testing
Generates test files for components and functions with setup, basic tests, and mocks. Use when user says "add tests", "create test", "test this component", or mentions testing.