ワンクリックで
traverse-architecture
Traverse architecture documentation, analyze coverage, and identify gaps in ADRs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Traverse architecture documentation, analyze coverage, and identify gaps in ADRs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | traverse-architecture |
| description | Traverse architecture documentation, analyze coverage, and identify gaps in ADRs |
| argument-hint | [focus-area] |
You are analyzing the CadenceLMS architecture documentation to understand what decisions are recorded and identify gaps.
Read these files to understand the current architecture documentation structure:
API Repo:
/home/adam/github/cadencelms_api/agent_coms/docs/architecture/index.md - Main vault index/home/adam/github/cadencelms_api/agent_coms/docs/architecture/decision-log.md - Canonical ADR list/home/adam/github/cadencelms_api/agent_coms/dev_guidance/FEATURE_DEVELOPMENT_CHECKLIST.md - Dev guidanceUI Repo:
/home/adam/github/cadencelms_ui/devdocs/architecture/FSD_IMPLEMENTATION_SPEC.md - FSD architecture specRead all Architecture Decision Records in:
/home/adam/github/cadencelms_api/agent_coms/docs/architecture/decisions/*.mdFor each ADR, extract:
Check for additional architecture documentation in:
/home/adam/github/cadencelms_api/agent_coms/dev_guidance/architecture//home/adam/github/cadencelms_ui/devdocs/architecture//home/adam/github/cadencelms_ui/devdocs/plans/A complete LMS architecture should have decisions documented for these domains:
Output a report with:
List all documented ADRs with their status and domain.
For each missing area, explain:
Prioritize which ADRs should be created next based on:
For the top 3 priority gaps, provide a skeleton ADR:
# ADR-{DOMAIN}-{NUMBER}: {Title}
**Status:** Proposed
**Date:** {today}
**Domain:** {domain}
## Context
[What problem or decision needs to be addressed?]
## Decision
[What is the proposed solution?]
## Consequences
[What are the implications of this decision?]
## Links
- Related ADRs: [...]
- Specs: [...]
If the user asks to create an ADR, follow the template at:
/home/adam/github/cadencelms_api/agent_coms/docs/architecture/templates/adr-template.md
After creating an ADR:
If arguments are provided via $ARGUMENTS, focus the analysis: