You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mode-specific slash commands: /c4-design, /c4-document-code, /c4-document-prose, /c4-review, /c4-update. Each skips the router in SKILL.md and goes straight to its mode's workflow (skills/c4-model/mode-<name>.md). The catch-all /c4-model from v1.0.2 is still available for users who want auto-detection. All six commands live under commands/ and are registered via the commands: ["./commands"] entry in marketplace.json.
README: The 5 modes table now includes a Slash command column; the How it works section points at the mode commands for users who already know the mode.