From release
Captures architectural decisions and proposals from the current session, generating a structured markdown document organized by topic with statuses. Prepends to an existing decisions.md file.
How this command is triggered — by the user, by Claude, or both
Slash command
/release:decisionsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Decisions Document Generator Capture decisions and proposals from the current session for future reference. Includes both implemented decisions and proposals still under consideration. **Model**: Uses the model configured in `release-plugin.model` (see /release:changelog for model selection). ## How to Run - **Standalone**: Run `/decisions` directly at any point to capture decisions from the current session - **From /release:changelog**: After generating a changelog, you'll be prompted to run this command ## When to Use - After discussing architectural approaches - When a decision w...
Capture decisions and proposals from the current session for future reference. Includes both implemented decisions and proposals still under consideration.
Model: Uses the model configured in release-plugin.model (see /release:changelog for model selection).
/decisions directly at any point to capture decisions from the current sessionReview current session for:
Capture regardless of implementation status:
Organize by topic for easy future reference
If decisions.md doesn't exist, ask the user: "Where should I create the decisions document?"
./decisions.md)./docs/decisions.md)If decisions.md already exists, use its current location.
If file exists: Prepend new entries after the # Decisions & Proposals header (newest entries at top). Read existing content first to avoid duplicates.
Structure:
# Decisions & Proposals
## [Topic/Feature Area] - YYYY-MM-DD
### Status: [Implemented | Proposed | Rejected | Deferred]
### Context
[What problem or question prompted this decision/proposal?]
### Proposal
[What was proposed or decided?]
### Options Considered
1. **[Option A]**: [Brief description]
- Pros: [advantages]
- Cons: [disadvantages]
2. **[Option B]**: [Brief description]
- Pros: [advantages]
- Cons: [disadvantages]
### Decision
[What was decided, or "Pending review" if still a proposal]
### Rationale
[Why this approach was chosen/proposed]
### Trade-offs Accepted
[What compromises come with this decision]
### References
- [Links to docs, samples, related PRs]
---
If a specific topic is provided, scope to that area: $ARGUMENTS
npx claudepluginhub scarrillo/release --plugin release/decision-logRecords an architectural or scope decision with context, alternatives, and rationale into DECISIONS.md by executing the learnship decision-log workflow.
/decisionRecords one architecture decision by interviewing the user for context, alternatives, consequences, and revisit conditions, then writes a structured markdown file to the decision log.
/decision-docDrafts an architectural or technical decision record (ADR) from a brief topic description, outputting a structured document with context, decision, options, consequences, and revisit conditions.
/bencium-decideLogs an architectural decision record (ADR) with structured context, options, choice, rationale, and consequences. Creates a dated file in .harness/archive/ and appends a summary to .harness/memory.md.
/obsidian-decideRecords decisions from conversation as dated one-liners in project notes, or full Architecture Decision Records with --formal flag.
/decisionRecords, lists, shows, and manages project decisions with structured rationale, alternatives, and affected issue links. Also supports superseding decisions and adding context via comments.