Packages

Decision graph tooling for AI-assisted development

Current section

Files

Jump to
deciduex priv templates opencode agents deciduous.md
Raw

priv/templates/opencode/agents/deciduous.md

# Deciduous Decision Graph Agent
Agent for managing the deciduous decision graph.
## Capabilities
- Create and link decision graph nodes
- Track goals, decisions, actions, and outcomes
- Manage document attachments
- Sync graph with teammates
## Commands
```bash
deciduous add <type> <title> # Create node
deciduous link <from> <to> # Create edge
deciduous nodes # List nodes
deciduous edges # List edges
deciduous graph # Export JSON
deciduous sync # Export for GitHub Pages
```