speckit-adlc-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 speckit-adlc-architect-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-adlc-architect-implement
Source: https://github.com/chaimt/GarminShabbatMode/tree/main/.cursor/skills/speckit-adlc-architect-implement
Command: npx skills add https://github.com/chaimt/GarminShabbatMode --skill speckit-adlc-architect-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning ADR-driven decisions into a cohesive Architecture Description (AD.md) using a multi-agent DAG orchestration, reducing manual effort and improving traceability.

Core Features & Use Cases

  • Plan ADR-driven sub-systems and generate per-subsystem DAGs for consistent documentation
  • Execute views in topological order with dependency context propagation to ensure coherence across views
  • Summarize across sub-systems, resolve conflicts, and produce a unified AD.md with perspectives
  • Persist state for resumable sessions and auditability across AI-agent interactions
  • Apply security and performance perspectives during view generation to enforce quality

Quick Start

Provide a complete Architecture Description (AD.md) from ADRs using the multi-agent DAG workflow.

Frequently Asked Questions about speckit-adlc-architect-implement

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

FAQPage Schema
How do I generate a complete Architecture Description from ADRs?

To generate an Architecture Description from ADRs, this Skill uses a multi-agent DAG orchestration to plan sub-systems, execute views in topological order, and summarize them into a unified AD.md with conflict resolution.

What is the best way to maintain consistency across architecture views in documentation?

Maintaining consistency across architecture views requires executing views in topological order with dependency context propagation, which this workflow applies alongside per-view templates and ADR source-of-truth governance.

Can I resume an architecture documentation generation session if it gets interrupted?

Yes, you can resume interrupted architecture documentation generation because the workflow persists state for resumable sessions and auditability across multi-agent interactions.

How are security and performance perspectives applied during architecture view generation?

Security and performance perspectives are applied during view generation to enforce quality, ensuring the final Architecture Description meets specific architectural requirements beyond standard structural documentation.

Does ADR-driven architecture documentation work without dependencies?

Yes, ADR-driven architecture documentation generation works without external dependencies, using an internal multi-agent DAG to enforce ADR source-of-truth governance and resolve conflicts autonomously.