afx-adr

Create, review, accept, list, and supersede Architecture Decision Records in AgenticFlowX projects.

19|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/AgenticFlowX/agenticflowx --skill afx-adr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: afx-adr
Source: https://github.com/AgenticFlowX/agenticflowx/tree/main/apps/vscode/resources/skills/agenticflowx/afx-adr
Command: npx skills add https://github.com/AgenticFlowX/agenticflowx --skill afx-adr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the creation, review, listing, and superseding of Architecture Decision Records (ADR) within AgenticFlowX projects, ensuring traceability and collaboration.

Core Features & Use Cases

  • ADR Creation: Generate new ADRs with structured templates.
  • Review & Acceptance: Validate and accept ADRs with detailed checks.
  • Listing: View all ADRs grouped by status.
  • Superseding: Mark ADRs as superseded and link to replacements.
  • Use Case: When planning significant changes to a project, use this Skill to document decisions, review them with the team, and track their implementation.

Quick Start

To create a new ADR, type /afx-adr create <title>.

Frequently Asked Questions about afx-adr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Architecture Decision Records for project collaboration?

Creating ADRs uses structured templates with YAML frontmatter for metadata. You generate new records via commands, ensuring project traceability and collaboration by standardizing how architecture decisions are documented.

What is the best way to supersede an old architecture decision record and link replacements?

Superseding architecture decision records involves marking old entries as superseded and linking them to their replacements. This maintains historical traceability within project workflows while updating code management decisions.

How do I list and group architecture decision records by status?

Listing architecture decision records groups all entries by their current status. This provides a clear overview of accepted, superseded, or pending records to streamline project collaboration and decision tracking.

Do I need to configure paths before creating an ADR?

Path configuration is required before creating an ADR. Setting up these paths ensures the records integrate correctly with your project workflow and are stored properly for team collaboration and traceability.

How does ADR review and acceptance validate architecture decisions?

ADR review and acceptance validates architecture decisions through detailed checks. It ensures proposed records meet project standards before being officially accepted, maintaining strict code management and collaboration governance.