with one click
Document architectural choices
npx skills add https://github.com/davekilleen/Dex --skill architecture-decisionCopy and paste this command into Claude Code to install the skill
Document architectural choices
npx skills add https://github.com/davekilleen/Dex --skill architecture-decisionCopy and paste this command into Claude Code to install the skill
| name | architecture-decision |
| description | Document architectural choices |
| role_groups | ["engineering","leadership"] |
| jtbd | Architecture decisions get made in meetings and lost. This provides an ADR template, prompts for context/options/decision, links to related projects, and saves to 06-Resources/ so future engineers understand why choices were made. |
| time_investment | 20-30 minutes per decision |
Document architecture decisions with context and rationale using Architecture Decision Records (ADR).
/architecture-decision [topic] - Document specific architecture decisionPrompt for decision context:
Gather options considered:
Document decision made:
Link to related context:
Create ADR document in 06-Resources/Architecture_Decisions/
# ADR: [Title]
**Date:** [Today]
**Status:** Accepted
**Deciders:** [Names]
## Context
[What problem are we solving? What constraints?]
## Options Considered
### Option 1: [Name]
**Pros:**
- [Pro 1]
**Cons:**
- [Con 1]
### Option 2: [Name]
[Same structure]
## Decision
We chose [Option] because [reasoning].
## Trade-offs
- [Trade-off accepted]
## Implementation Notes
[How to implement this decision]
Generate context-aware daily plan with calendar, tasks, and priorities. Includes midweek awareness, meeting intelligence, commitment tracking, and smart scheduling suggestions.
End of day review with learning capture, daily plan completion tracking, and meeting follow-up surfacing.
Review quarter completion and capture learnings
Review week's progress with concrete accomplishments (not fake percentages), pattern detection, and goal tracking.
Configure AI model options - budget cloud models (save 80%+) and offline mode (use Dex without internet)
Safely update Dex with one command (handles everything automatically)