How this command is triggered — by the user, by Claude, or both
Slash command
/dtc-growth-playbook:audit client name or "help"This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
The user wants to run a client growth audit.
If the argument is "help" or empty, explain what the audit covers and ask for:
1. Client name
2. Platform links (Shopify, Meta Ads, Google Ads, Amazon, GA4, Klaviyo — whatever they have)
3. Lookback period (default: Year to Date)
If the user provided a client name or context, proceed directly using the client-audit skill. The skill will handle gathering any missing information.
Before starting the audit, load the relevant playbook chunks from `${CLAUDE_PLUGIN_ROOT}/references/` as specified in the client-audit skill's "Before Starting" section.The user wants to run a client growth audit.
If the argument is "help" or empty, explain what the audit covers and ask for:
If the user provided a client name or context, proceed directly using the client-audit skill. The skill will handle gathering any missing information.
Before starting the audit, load the relevant playbook chunks from ${CLAUDE_PLUGIN_ROOT}/references/ as specified in the client-audit skill's "Before Starting" section.
npx claudepluginhub tdeeh8/dtc-growth-playbook --plugin dtc-growth-playbook/auditLogs and labels agent interactions (prompts, responses, tool calls) to an append-only JSONL file. Subcommands: record and label.
/auditAudits UI code against design system for spacing, depth, color, and pattern violations. Reports file-specific issues and suggestions. Supports path argument or defaults to common UI paths.
/auditAudits an existing asset for on-page SEO, content quality (CORE-EEAT), technical SEO, AI-visibility/GEO readiness, and domain authority. Also supports --full, --tech, --visibility, --authority, and --competitors flags.
/auditPerforms security audit of codebase for dependency vulnerabilities, secrets, OWASP Top 10, input validation, auth issues, and misconfigs. Outputs findings report by severity with fixes and references.
/auditRuns a heavy-weight security and safety audit on Rust projects using os-checker tools. Checks for CVEs, unsafe code issues, undefined behavior, and concurrency bugs. Supports security, safety, concurrency, and full audit modes.
/auditPerforms security audit on codebase or specified target, checking dependency vulnerabilities, auth, input validation, data exposure, configs, and secrets. Outputs prioritized findings with remediation steps.