Load All Architecture Decision Records for Context
Skill that reads every ADR file in a project's docs/adr folder end-to-end before any summary or judgment is made.
Why it matters
Ensure AI agents and developers have complete architectural context by reading every ADR file in a project's documentation folder before making changes or judgments about the codebase.
Outcomes
What it gets done
Locate and enumerate all ADR markdown files in the docs/adr/ directory
Read each ADR file completely from start to finish without skipping
Extract architectural decisions and rationale from every document
Provide comprehensive context before code changes or architectural reviews
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/ag-read-all-adrs | bash Overview
Read All Adrs
This skill reads every ADR markdown file in a project's docs/adr folder from start to finish, without skimming, before any summary or judgment is made. Use it when you need full ADR context loaded, or before changing or judging a project's architecture. Get explicit approval before any file-changing or remote action it triggers.
What it does
Reads every single ADR (Architecture Decision Record) markdown file in a project's docs/adr/ folder from start to finish, without skimming, before summarizing or judging the project. The skill is adapted from davidondrej/skills.
When to use - and when NOT to
Use it when you explicitly need to load ADR context, or when a project's architectural decisions must be understood before changing or judging that project. Because it is adapted from a third-party skill, verify local paths, tools, credentials, and available agent features before acting, and for any commands, remote access, scheduling, browser automation, or file-changing workflows it triggers, get explicit user approval and confirm the target environment first.
Who it's for
Developers and agents who need to ground a code review, architectural judgment, or change to a project in the project's own recorded ADRs, rather than working from partial or skimmed context.
Source README
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.
Discussion
Questions & comments ยท 0
Sign In Sign in to leave a comment.