.claude/skills/adr/SKILL.md
Create Architecture Decision Records through interactive conversation. Use when making technology choices, architecture patterns, or third-party service selections.
npx skillsauth add taylorhuston/local-life-manager adrInstall 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.
Create Architecture Decision Records through interactive conversation.
/adr # Start conversation
/adr "database selection for coordinatr" # Provide topic
ADRs live with code in spaces/:
spaces/[project]/docs/project/adrs/
├── ADR-001-database-choice.md
├── ADR-002-auth-strategy.md
└── ADR-003-testing-strategy.md
# Current architecture
Read: spaces/[project]/docs/project/architecture-overview.md
# Existing ADRs
Glob: spaces/[project]/docs/project/adrs/ADR-*.md
# Project context
Read: ideas/[project]/project-brief.md
# Relevant research
Glob: resources/research/*.md
Ask one at a time:
If user unsure about options:
resources/research//research for deeper dive# ADR-###: [Decision Title]
**Status**: Accepted
**Date**: YYYY-MM-DD
**Decision Makers**: [who was involved]
## Context
[Why this decision is needed]
## Decision
We will use **[chosen option]** because [rationale].
## Options Considered
### Option 1: [Name]
**Pros**: ...
**Cons**: ...
### Option 2: [Name]
**Pros**: ...
**Cons**: ...
## Consequences
### Positive
- What we gain
### Negative
- What we lose
- Technical debt accepted
### Risks
- Risk and mitigation
## Related Decisions
- Links to related ADRs/specs
## References
- Documentation links
Not for: Implementation details, temporary decisions, already-decided standards
/brief -> /research -> /adr -> /spec
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).