architect-implement

Generate a unified AD.md from ADRs using multi-agent DAG orchestration.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chaimt/GarminShabbatMode --skill architect-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect-implement
Source: https://github.com/chaimt/GarminShabbatMode/tree/main/.cursor/skills/architect-implement
Command: npx skills add https://github.com/chaimt/GarminShabbatMode --skill architect-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a comprehensive Architecture Description (AD.md) directly from ADRs using a multi-agent DAG orchestration, reducing manual effort and ensuring traceability from decisions to architecture artifacts.

Core Features & Use Cases

  • End-to-end AD generation across Plan, Execute, and Summarize phases from ADRs.
  • Sub-system DAG customization, per-ADR traceability, and cross-subsystem conflict resolution.
  • Produces a unified AD.md at repository root with per-view artifacts and integrated perspectives.

Quick Start

Run the architect-implement workflow to generate a complete Architecture Description from your ADRs.

Frequently Asked Questions about architect-implement

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

FAQPage Schema
How do I generate architecture documentation directly from ADRs?

To generate architecture documentation from ADRs, a multi-agent DAG orchestration processes decision records through plan, execute, and summarize phases. This produces a unified AD.md file at the repository root alongside per-view artifacts with full traceability.

What is ADR traceability in automated architecture description generation?

ADR traceability in architecture description generation ensures every architectural decision record is explicitly linked to its corresponding section in the generated AD.md. The DAG orchestration enforces this by mapping each ADR to specific per-view artifacts and perspectives.

How do I organize ADRs by sub-systems for automated AD.md generation?

Organize ADRs by sub-systems to enable sub-system DAG customization during AD.md generation. This structure allows the orchestration workflow to execute topologically across sub-systems, resolve cross-subsystem conflicts, and integrate perspectives into the final architecture description.

Can I resume an interrupted architecture documentation generation workflow?

Yes, the architecture documentation generation workflow supports stateful resumability. If the DAG execution is interrupted, you can resume the plan, execute, and summarize phases without losing prior state or ADR traceability mappings.

Does automated AD generation work with existing ADRs organized by sub-systems?

Automated AD generation works specifically with projects that have existing ADRs organized by sub-systems. It applies a multi-agent DAG orchestration to these records to produce a unified AD.md and per-view artifacts with integrated perspectives.

What's the best way to resolve cross-subsystem conflicts when generating an Architecture Description?

The best way to resolve cross-subsystem conflicts during Architecture Description generation is through topological DAG execution. The orchestration workflow automatically identifies and resolves conflicting decisions across sub-systems before integrating them into the final AD.md.