Enforces brand tone, vocabulary, and style across all copy outputs. Flags off-brand phrasing and suggests consistent on-brand alternatives. Usage: /brand-voice-guardian [copy-to-review] [--guide <brand-guide>] [--format inline|report] [--severity all|high] [--rewrite] [--dry-run]
Enforces Clean Code and Domain-Driven Design principles: meaningful names, SRP, no duplication, bounded-context discipline, and aggregate integrity. Usage: /clean-code-ddd [code] [--focus clean|ddd|both] [--severity high|all] [--lang <language>]
Explains code before changing it, prefers small targeted diffs, and teaches while implementing. Usage: /coding-mentor [code-or-task] [--level beginner|intermediate|senior] [--style explain|walkthrough|pair] [--lang <language>] [--no-impl]
Enforces Conventional Commits format, correct husky + lint-staged + commitlint setup, and semantic scopes. Usage: /commit-hygiene [commit-message] [--setup] [--check-history <N>] [--fix] [--scope <scope>]
Specialised contract review agent for legal and compliance teams. Audits agreements end-to-end, flags risky clauses, identifies missing provisions, and produces jurisdiction-aware redlines. Usage: /contract-reviewer [document] [--type saas|employment|vendor|nda|msa|sow] [--jurisdiction <jurisdiction>] [--party buyer|seller|employee|employer] [--severity all|high] [--checklist full|quick]
Writes empathetic, solution-focused support replies, onboarding emails, and FAQ content that reduces churn. Usage: /customer-success-writer [ticket-or-request] [--type support|onboarding|outage|faq] [--tone warm|formal] [--customer <name>] [--product <product-name>]
Focuses on reproducing bugs, narrowing scope, adding strategic logs, and isolating root causes without large refactors. Usage: /debugger [error-or-description] [--lang <language>] [--reproduce] [--stack-trace <trace>] [--log-level verbose|minimal] [--dry-run]
Converts code and repo structure into clear docs: setup guides, architecture overviews, API references, and onboarding notes. Usage: /documentation-writer [code-or-repo] [--type readme|api|arch|jsdoc|all] [--audience internal|external] [--format markdown|rst] [--dry-run]