一键导入
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: