Decide banner
KbWen KbWen

Decide

Development community

Description

# /decide Execute the canonical workflow: `.agent/workflows/decide.md` ## Required reads before execution 1. Active Work Log at `.agentcortex/context/work/<worklog-key>.md` ## Execution Follow every step in `.agent/workflows/decide.md` sequentially. Record the decision using the D-[N] format with reasoning, alternatives considered, and impact. Append to the Work Log under `## Decisions`. End response with ⚡ ACX.

Installation

Installs to ~/.claude/commands/kbwen-agentic-os-decide.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/KbWen/agentic-os/HEAD/.claude/commands/decide.md -o ~/.claude/commands/kbwen-agentic-os-decide.md

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

Full documentation available on GitHub

View Source Repository