Decision Journal Exporter banner
hegemonart hegemonart

Decision Journal Exporter

Design community

Description

--- name: decision-journal-exporter description: Exports a cycle's design decisions to a read-only shared journal (Notion/Confluence) so PMs, designers, and stakeholders who don't run GDD locally can see what was decided and why. Reads STATE.md <decisions>, pipes every line through scripts/lib/pseudonymize.cjs (git identity + stable hash) so author names are masked before leaving the repo, and writes a read-only page via the connections/notion.md interface on cycle close. Write-only (non-GDD use

Installation

Installs to ~/.claude/agents/hegemonart-ultimate-design-decision-journal-exporter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hegemonart/ultimate-design/HEAD/agents/decision-journal-exporter.md -o ~/.claude/agents/hegemonart-ultimate-design-decision-journal-exporter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository