aboutsummaryrefslogtreecommitdiff
path: root/.claude/commands/c4-analyze.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/c4-analyze.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/c4-analyze.md')
-rw-r--r--.claude/commands/c4-analyze.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.claude/commands/c4-analyze.md b/.claude/commands/c4-analyze.md
index 1e20985..d0e5f69 100644
--- a/.claude/commands/c4-analyze.md
+++ b/.claude/commands/c4-analyze.md
@@ -1,6 +1,7 @@
---
description: Analyze a codebase or git repo and generate C4 architecture diagrams (System Context, Container, Component). Use when the user wants to visualize or document the architecture of an existing project. Dispatched by arch-document for building-block and container views; usable standalone for quick architecture visualization. Part of the architecture suite (arch-design / arch-decide / arch-document / arch-evaluate + c4-analyze / c4-diagram for notation-specific diagramming).
argument-hint: "[path-or-container-name]"
+disable-model-invocation: true
---
# /c4-analyze — Generate C4 Architecture Diagrams from Code