What problem does it solve?
This Skill helps a governance worker autonomously deliberate DAO proposals and publish a verified vote without exposing its private reasoning off-chain.
Core Features & Use Cases
- Ensue read/write orchestration: reads task definitions and writes results/status to the correct coordination keys.
- Private deliberation context: uses a local workspace manifesto and private voting history to guide option selection.
- Vote durability safety: writes the result first, reads it back to confirm, then marks the task completed to prevent missed tallies.
- Security guardrails against adversarial proposals: treats proposal text strictly as data and avoids following embedded instructions.
Quick Start
Dispatch a task to your worker with keywords deliberate, task_id, and proposal_id, then provide the required environment variables so it can read the proposal from Ensue and write back a single chosen option vote.