aboutsummaryrefslogtreecommitdiff
path: root/.claude/commands/arch-document.md
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-06 21:59:52 -0500
committerCraig Jennings <c@cjennings.net>2026-05-06 21:59:52 -0500
commit5710b7865549b923467f5e4b1056e040273fc6aa (patch)
tree33a87e2f8a21c2d2d24434340c100f70a895c757 /.claude/commands/arch-document.md
parentaa77f41ff803304c2bc6f224185e1247088a873e (diff)
downloadrulesets-5710b7865549b923467f5e4b1056e040273fc6aa.tar.gz
rulesets-5710b7865549b923467f5e4b1056e040273fc6aa.zip
chore(commands): mark user-invoked commands disable-model-invocation
Add disable-model-invocation: true to the user-triggered slash commands so the harness drops their descriptions from the model's preloaded skill listing while keeping /<name> routing intact. Skills meant for model recommendation (add-tests, debug, five-whys, frontend-design, humanizer, pairwise-tests, playwright-js, playwright-py, root-cause-trace) are unchanged.
Diffstat (limited to '.claude/commands/arch-document.md')
-rw-r--r--.claude/commands/arch-document.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.claude/commands/arch-document.md b/.claude/commands/arch-document.md
index 178e847..c22032a 100644
--- a/.claude/commands/arch-document.md
+++ b/.claude/commands/arch-document.md
@@ -1,5 +1,6 @@
---
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).
+disable-model-invocation: true
---
# Architecture Documentation (arc42)