.claude/skills/aget-make-decision/SKILL.md
Make decisions with documented rationale
npx skillsauth add aget-framework/template-executive-aget aget-make-decisionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Make decisions with documented rationale, authority verification, and communication plan. Creates decision records for audit trail.
When this skill is invoked:
Verify Authority
Analyze Options
Make Decision
Plan Communication
Create Decision Record
# Decision Record: [Title]
**Date**: [YYYY-MM-DD]
**Decision Maker**: [Agent/Role]
**Status**: [Proposed / Accepted / Superseded]
---
## Context
[What situation requires this decision]
---
## Decision
**We will**: [Clear statement of decision]
---
## Authority
| Check | Status |
|-------|--------|
| Within scope | [Yes/No/Escalate] |
| Delegation | [N/A or source] |
---
## Options Considered
| Option | Pros | Cons | Risk |
|--------|------|------|------|
| [Option 1] | [+] | [-] | [Risk] |
| [Option 2] | [+] | [-] | [Risk] |
| **Selected** | | | |
---
## Rationale
[Why this option was chosen over alternatives]
---
## Trade-offs Accepted
- [What we're giving up]
- [What we're gaining]
---
## Communication Plan
| Stakeholder | Method | Timing | Key Message |
|-------------|--------|--------|-------------|
| [Who] | [Email/Meeting/etc.] | [When] | [What to convey] |
---
## Consequences
- [Expected outcome 1]
- [Potential risk to monitor]
testing
End AGET session with state capture and sanity checks
tools
Initialize AGET session with status briefing
development
Research a topic across the knowledge base before implementation. Searches L-docs, patterns, PROJECT_PLANs, SOPs, and governance for relevant context.
development
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.