36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
---
|
|
name: read-all-adrs
|
|
description: "Read every ADR in a project before summarizing architectural context or decisions."
|
|
category: productivity
|
|
risk: safe
|
|
source: community
|
|
source_repo: davidondrej/skills
|
|
source_type: community
|
|
date_added: "2026-07-07"
|
|
author: davidondrej
|
|
tags: [adr, documentation, architecture]
|
|
tools: [claude, codex]
|
|
license: "MIT"
|
|
license_source: "https://github.com/davidondrej/skills/blob/main/LICENSE"
|
|
disable-model-invocation: true
|
|
---
|
|
|
|
<!-- TODO(David): write the strong wording here -->
|
|
|
|
## When to Use
|
|
|
|
- Use when the user explicitly asks to load ADR context.
|
|
- Use when architectural decisions must be understood before changing or judging a project.
|
|
|
|
Read EVERY single ADR `.md` file in this project's `docs/adr/` folder, start to
|
|
finish.
|
|
|
|
Do not skim. Read each ADR completely before summarizing.
|
|
|
|
Read every single ADR file, for this project, in full.
|
|
|
|
## Limitations
|
|
|
|
- Adapted from `davidondrej/skills`; verify local paths, tools, credentials, and agent features before acting.
|
|
- For commands, remote access, scheduling, browser automation, or file-changing workflows, get explicit user approval and confirm the target environment first.
|