factory-adr-management

Manage ADR, FDR, and Divergence Record lifecycles with constitution synchronization and CI gate enforcement.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/e2its/myrmion-AI-factory --skill factory-adr-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: factory-adr-management
Source: https://github.com/e2its/myrmion-AI-factory/tree/main/.claude/skills/factory-adr-management
Command: npx skills add https://github.com/e2its/myrmion-AI-factory --skill factory-adr-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates ungoverned, scattered architectural decision tracking that leads to inconsistent project rules, missed compliance gates, and broken traceability between decisions and binding operational law.

Core Features & Use Cases

  • Full ADR/FDR Lifecycle Management: Propose, ratify, and query Architectural Decision Records and Feature Decision Records with strict validation and formal ceremony.
  • Automatic Constitution Synchronization: Mechanically copies accepted ADR operational rules into the project constitution as binding [LAW] sections, eliminating manual editing and single-source-of-truth drift.
  • CI Gate Enforcement: Integrates with PR checks to ensure constitution and ADR changes are always synced in the same commit.
  • Use Case: When a team decides to require JWT validation for all public endpoints, this skill formalizes the decision as an ADR, amends the constitution automatically, and ensures all future builds enforce the new rule.

Quick Start

Use the factory-adr-management skill to formalize the decision to adopt a BaseRepository pattern for all data access as an accepted ADR amending the Code Architecture constitution section.

Frequently Asked Questions about factory-adr-management

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

FAQPage Schema
How do I automate architectural decision record management for my SDLC workflows?

Architectural decision record management is automated by managing the full lifecycle of ADRs and FDRs, enforcing consistent governance of project-wide architectural rules across SDLC workflows including blueprint design and audit mitigation.

How does automatic constitution synchronization work for architectural decisions?

Automatic constitution synchronization works by mechanically copying accepted ADR operational rules into the project constitution as binding law sections, eliminating manual editing and preventing single-source-of-truth drift.

Can I enforce ADR and constitution sync checks in my CI pipeline?

Yes, CI gate enforcement integrates with PR checks to ensure constitution and ADR changes are always synced in the same commit, preventing ungoverned architectural rule tracking and missed compliance gates.

What is the best way to formalize a decision to require JWT validation across public endpoints?

The best way to formalize such decisions is by proposing and ratifying them as an ADR, which amends the project constitution automatically and ensures all future builds enforce the new rule via CI gates.

When do I need feature decision records and divergence records for architectural governance?

Feature decision records and divergence records are needed when implementing code vision deviation checks and retrospective decision catalog promotion, ensuring traceable decision querying and immutable governance versioning.

Does this approach to architectural governance require any specific dependencies or components?

No specific dependencies or components are required, as this advanced implementation provides standalone lifecycle management and validation formalities for architectural governance without external module prerequisites.