adr

Create Architecture Decision Records through interactive conversation.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "adr" with this command: npx skills add taylorhuston/local-life-manager/taylorhuston-local-life-manager-adr

/adr

Create Architecture Decision Records through interactive conversation.

Usage

/adr # Start conversation /adr "database selection for coordinatr" # Provide topic

Output Location

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

Execution Flow

  1. Gather Context

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

  1. Interactive Conversation

Ask one at a time:

  • What decision needs to be made?

  • Why is this decision needed now?

  • What options are you considering? (2-4 alternatives)

  • What are the constraints? (time, budget, skills)

  • What are the trade-offs for each?

  • Which option do you prefer and why?

  1. Research Support

If user unsure about options:

  • Check existing research in resources/research/

  • Suggest /research for deeper dive

  • Use WebSearch for current best practices

  1. Create ADR Document

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

When to Use

  • Technology/framework selection

  • Architecture patterns

  • Third-party service choices

  • Data modeling approaches

  • Cross-project standards

Not for: Implementation details, temporary decisions, already-decided standards

ADR Lifecycle

  • Accepted - Decision made, actively followed

  • Deprecated - No longer relevant

  • Superseded - Replaced by newer ADR

Workflow

/brief -> /research -> /adr -> /spec

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

daily-journal

No summary provided by upstream source.

Repository SourceNeeds Review
General

weekly-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

learning-system

No summary provided by upstream source.

Repository SourceNeeds Review
General

life-planning

No summary provided by upstream source.

Repository SourceNeeds Review