From aidoc-flow
Generates a phased implementation roadmap from Architecture Decision Records, mapping dependencies, critical path, timeline, risk, and testing strategy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidoc-flow:adr-roadmapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze a project's Architecture Decision Records (ADRs, Layer 5) and produce a
Analyze a project's Architecture Decision Records (ADRs, Layer 5) and produce a phased implementation roadmap: dependency mapping, critical path, phase decomposition, timeline estimates, per-phase risk assessment, and a testing and technical-debt strategy. Engine-agnostic — works for any domain (web, mobile, data, ML, infrastructure, embedded).
Upstream: ADR. Downstream: feeds SPEC → TDD → IPLAN delivery sequencing.
Use adr-roadmap when:
Do not use it for a single ADR with a trivial implementation, for
informational ADRs with no build work, when planning from requirements (use
../doc-brd/SKILL.md / ../doc-prd/SKILL.md / ../doc-ears/SKILL.md), or when
you only need diagrams (use ../charts-flow/SKILL.md).
ADR-*.md, extract ID, title, status,
complexity (1–5), effort, and dependencies; warn on missing complexity or
broken dependency references; error if no ADRs are found.poc-mvp-prod default,
iterative, or waterfall), respecting dependencies, capping phase length
(default 8 weeks), isolating risk, and ending phases on natural milestones.
Adapt for greenfield, brownfield/migration (add rollback + dual-run), or
refactoring (module-by-module) projects.../charts-flow/SKILL.md) with milestones.{adr_dir}/ADR-00_IMPLEMENTATION-ROADMAP.md:
Document Control, executive summary, per-phase sections (objectives, ADRs,
architecture diagram, order, deliverables, success/exit criteria, risk),
dependency matrix, technical-debt management, risk assessment, testing
strategy, and traceability back to upstream (BRD–BDD) and downstream
(SPEC/TDD/IPLAN) artifacts.Constraints: use ADR decisions as-is (make no technology choices); map every ADR to exactly one phase; never exceed the phase cap; keep language objective; require rollback plans for production phases. Keep each document under 100k tokens.
framework/layers/05_ADR/README.md ·
framework/layers/05_ADR/ADR-TEMPLATE.yamlframework/governance/ID_NAMING_STANDARDS.mdframework/governance/TRACEABILITY.md../charts-flow/SKILL.md../doc-spec/SKILL.md · ../doc-tdd/SKILL.md ·
../doc-iplan/SKILL.md../trace-check/SKILL.mdnpx claudepluginhub vladm3105/aidoc-flow-framework --plugin aidoc-flowGenerates Architecture Decision Records (ADRs) by analyzing project structure, dependencies, and documentation. Use for onboarding existing projects to Blueprint system and documenting implicit decisions.