Decisions Sync banner
lostforwurdz lostforwurdz

Decisions Sync

Project Management community

Description

--- name: decisions-sync description: Reviews the current session's chat transcript (~/.claude/projects/<project-id>/<session-uuid>.jsonl) for decisions the user made, captures each as "what + why + when + where" in bd remember under the decision.* namespace, so future sessions can search "why did we choose X" via bd memories. Runs at session close before docs-sync. Default: the most recent session JSONL for the current project. model: sonnet recommended_substrates: ["claude-code"] --- # Decisi

Installation

Installs to ~/.claude/agents/lostforwurdz-agenticos-decisions-sync.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lostforwurdz/agenticOS/HEAD/agents/decisions-sync.md -o ~/.claude/agents/lostforwurdz-agenticos-decisions-sync.md

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

Full documentation available on GitHub

View Source Repository