architect-implement

Installation
SKILL.md

architect-implement

What this skill does

Generate a full Architecture Description (AD.md) from Architecture Decision Records (ADRs) using a multi-agent DAG orchestration approach:

  1. Plan Agent: Analyze ADRs, detect sub-systems, generate a customized DAG, and get user approval.
  2. Execute Agent: Generate architecture views per sub-system following the DAG, with dependency context passing.
  3. Summarize Agent: Aggregate all views, resolve cross-subsystem conflicts, and generate a unified AD.md.

Key Insight: ADRs capture why decisions were made; the Architecture Description captures what the system looks like as a result of those decisions.

When to use

  • After /architect-specify or /architect-clarify: Generate AD from discussed and accepted ADRs.
  • After /architect-init: Document brownfield architecture.
  • ADR Updates: Regenerate AD.md after new decisions.
  • Documentation Sprint: Create comprehensive architecture docs.
Installs
50
GitHub Stars
135
First Seen
Jul 22, 2026
architect-implement — tikalk/adlc-team-skills