setup-adrs

Solid

Create the foundational Architecture Decision Record (ADR) sequence for a new project. Use after bootstrap-project, when establishing decision documentation, or when standardizing ADR practices.

Data & Documents 15 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
40
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Foundation ADRs Create the foundational Architecture Decision Record (ADR) sequence for a new project. ## When to Use - After running `bootstrap-project` skill - When establishing decision documentation for an existing project - When standardizing ADR practices across projects ## Required Inputs 1. **Project name** and description (from CLAUDE.md or user) 2. **Project type**: Development, Infrastructure, or Hybrid 3. **Technology stack** decision and rationale 4. **Development practices** to adopt (can use defaults) 5. **Operations requirements** (critical for Infrastructure projects) 6. **Project-specific constraints** or requirements ## Foundational ADR Framework Every project should have these foundational ADRs: | ADR | Purpose | Scope | Critical For | |-----|---------|-------|--------------| | ADR-0001 | HOW TO DECIDE | Decision methodology | All projects | | ADR-0002 | HOW TO DEVELOP | Development practices | All projects | | ADR-0003 | WHAT TECH | Technology stack | All projects | | ADR-0004 | HOW TO OPERATE | Operations practices | Infrastructure, Hybrid (optional) | **Note**: ADR-0004 is only needed for Infrastructure and Hybrid projects. Skip it for pure development projects (libraries, CLI tools, web apps without self-hosting concerns). ### Audience Traceability ADRs serve the **Contribution** audience category (maintainers, contributors, future architects). They provide the "understanding-oriented" content in Diátaxis terms, explaining *why* decisions ...

Details

Author
jrjsmrtn
Repository
jrjsmrtn/project-orchestration-skills
Created
8 months ago
Last Updated
1 weeks ago
Language
N/A
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category