diff options
Diffstat (limited to '.claude/commands/arch-document.md')
| -rw-r--r-- | .claude/commands/arch-document.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.claude/commands/arch-document.md b/.claude/commands/arch-document.md index 24a3720..178e847 100644 --- a/.claude/commands/arch-document.md +++ b/.claude/commands/arch-document.md @@ -1,5 +1,4 @@ --- -name: arch-document description: Produce a complete arc42-structured architecture document from a project's architecture brief and ADRs. Generates all twelve arc42 sections (Introduction & Goals, Constraints, Context & Scope, Solution Strategy, Building Block View, Runtime View, Deployment View, Crosscutting Concepts, Architecture Decisions, Quality Requirements, Risks & Technical Debt, Glossary). Dispatches to the c4-analyze and c4-diagram skills for building-block, container, and context diagrams. Outputs one file per section under `docs/architecture/`. Use when formalizing an architecture that already has a brief + ADRs, preparing documentation for a review, onboarding new engineers, or satisfying a compliance requirement. Do NOT use for shaping a new architecture (use arch-design), recording individual decisions (use arch-decide), auditing code against an architecture (use arch-evaluate), or for simple systems where a brief alone suffices. Part of the architecture suite (arch-design / arch-decide / arch-document / arch-evaluate + c4-analyze / c4-diagram for notation-specific diagramming). --- |
