---
title: "Slash Commands — AI Coding Agent Commands & Codex Shortcuts"
description: "124 slash commands for Claude Code, Codex CLI, and Gemini CLI — sprint planning, tech debt analysis, PRDs, OKRs, and more."
---
# :material-console: Slash Commands
124 commands for quick access to common operations
- :material-console:{ .lg .middle } **[`/a11y-audit`](a11y-audit.md)**
---
Scan a frontend project for WCAG 2.2 accessibility issues, show fixes, and optionally check color contrast.
- :material-console:{ .lg .middle } **[`/changelog`](changelog.md)**
---
Generate Keep a Changelog entries from git history and validate commit message format.
- :material-console:{ .lg .middle } **[`/chaos-experiment`](chaos-experiment.md)**
---
Step through the design of a chaos engineering experiment using the chaos-engineering skill. Produces a plan, calcula...
- :material-console:{ .lg .middle } **[`/code-to-prd`](code-to-prd.md)**
---
Reverse-engineer a frontend codebase into a complete Product Requirements Document.
- :material-console:{ .lg .middle } **[`/competitive-matrix`](competitive-matrix.md)**
---
Build competitive matrices with weighted scoring, gap analysis, and market positioning insights.
- :material-console:{ .lg .middle } **[`/cs-aeo`](cs-aeo.md)**
---
Command: /cs:aeo action args
- :material-console:{ .lg .middle } **[`/cs-backend-review`](cs-backend-review.md)**
---
Use the cs-backend-engineer agent (uses context: fork) to handle this inquiry:
- :material-console:{ .lg .middle } **[`/cs-engineer-grill`](cs-engineer-grill.md)**
---
Walk the user through the Matt Pocock forcing-question discipline before they lock any engineering decision. This is ...
- :material-console:{ .lg .middle } **[`/cs-frontend-review`](cs-frontend-review.md)**
---
Use the cs-frontend-engineer agent (uses context: fork) to handle this inquiry:
- :material-console:{ .lg .middle } **[`/cs-fullstack-review`](cs-fullstack-review.md)**
---
Use the cs-fullstack-engineer agent (which uses context: fork to keep the parent thread clean) to handle this inquiry:
- :material-console:{ .lg .middle } **[`/cs-webinar`](cs-webinar.md)**
---
Command: /cs:webinar mode args
- :material-console:{ .lg .middle } **[`/financial-health`](financial-health.md)**
---
Analyze financial statements, build valuation models, assess budget variances, and construct forecasts.
- :material-console:{ .lg .middle } **[`/flag-cleanup`](flag-cleanup.md)**
---
Run the full feature-flag cleanup workflow:
- :material-console:{ .lg .middle } **[`/focused-fix`](focused-fix.md)**
---
Systematically repair an entire feature or module using the 5-phase protocol. Target: $ARGUMENTS (a feature path or m...
- :material-console:{ .lg .middle } **[`/google-workspace`](google-workspace.md)**
---
Google Workspace CLI administration via the gws CLI. Run setup diagnostics, security audits, browse and execute recip...
- :material-console:{ .lg .middle } **[`/karpathy-check`](karpathy-check.md)**
---
Review your staged changes (or last commit) against Karpathy's 4 coding principles.
- :material-console:{ .lg .middle } **[`/okr`](okr.md)**
---
Generate cascaded OKR frameworks from company-level strategy down to team-level key results.
- :material-console:{ .lg .middle } **[`/operator-audit`](operator-audit.md)**
---
Run the full audit on a Kubernetes Operator repository:
- :material-console:{ .lg .middle } **[`/persona`](persona.md)**
---
Generate structured user personas with demographics, goals, pain points, and behavioral patterns.
- :material-console:{ .lg .middle } **[`/pipeline`](pipeline.md)**
---
Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI.
- :material-console:{ .lg .middle } **[`/plugin-audit`](plugin-audit.md)**
---
Full audit pipeline for any skill, plugin, agent, or command in this repository. Runs 8 validation phases, auto-fixes...
- :material-console:{ .lg .middle } **[`/prd`](prd.md)**
---
Generate a concise, evidence-gated product requirements document for $ARGUMENTS.
- :material-console:{ .lg .middle } **[`/project-health`](project-health.md)**
---
Generate portfolio health dashboards and risk matrices for project oversight.
- :material-console:{ .lg .middle } **[`/retro`](retro.md)**
---
Analyze retrospective data for recurring themes, sentiment trends, and action item effectiveness.
- :material-console:{ .lg .middle } **[`/rice`](rice.md)**
---
Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints.
- :material-console:{ .lg .middle } **[`/saas-health`](saas-health.md)**
---
Calculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project ...
- :material-console:{ .lg .middle } **[`/seo-auditor`](seo-auditor.md)**
---
Systematically scan, audit, and optimize documentation files for SEO. Targets README.md files and docs/ pages — fixes...
- :material-console:{ .lg .middle } **[`/slo-design`](slo-design.md)**
---
Step through SLO design using the slo-architect skill. Produces an SLO definition, computes error budget + multi-wind...
- :material-console:{ .lg .middle } **[`/sprint-health`](sprint-health.md)**
---
Score sprint health across delivery, quality, and team metrics with velocity trend analysis.
- :material-console:{ .lg .middle } **[`/sprint-plan`](sprint-plan.md)**
---
Create a sprint plan for $ARGUMENTS with explicit capacity math, a carry-over check, and a definition-of-ready gate. ...
- :material-console:{ .lg .middle } **[`/tc`](tc.md)**
---
Dispatch a TC (Technical Change) command. Arguments: $ARGUMENTS.
- :material-console:{ .lg .middle } **[`/tdd`](tdd.md)**
---
Drive a test-first workflow for $ARGUMENTS using the TDD Guide skill. The first word of $ARGUMENTS selects the mode (...
- :material-console:{ .lg .middle } **[`/tech-debt`](tech-debt.md)**
---
Scan codebases for technical debt, score severity, and generate prioritized remediation plans.
- :material-console:{ .lg .middle } **[`/user-story`](user-story.md)**
---
Generate structured user stories with acceptance criteria, story points, and sprint capacity planning.
- :material-console:{ .lg .middle } **[`/wiki-ingest`](wiki-ingest.md)**
---
Ingest a new source into the LLM Wiki. This is the most-used command.
- :material-console:{ .lg .middle } **[`/wiki-init`](wiki-init.md)**
---
Bootstrap a new LLM Wiki vault. Creates raw/, wiki/{entities,concepts,sources,comparisons,synthesis}, the index and l...
- :material-console:{ .lg .middle } **[`/wiki-lint`](wiki-lint.md)**
---
Health-check the wiki. Surfaces orphan pages, broken wikilinks, stale claims, missing frontmatter, contradictions, an...
- :material-console:{ .lg .middle } **[`/wiki-log`](wiki-log.md)**
---
Show recent entries from wiki/log.md. Every LLM operation on the wiki leaves a standardized entry:
- :material-console:{ .lg .middle } **[`/wiki-query`](wiki-query.md)**
---
Ask the wiki a question. The librarian reads index.md first, picks relevant pages across categories, synthesizes an a...
- :material-console:{ .lg .middle } **[`/cs-harness`](cs-harness.md)**
---
Parse $ARGUMENTS: the first token is the domain (one of the 18 manifest names under
- :material-console:{ .lg .middle } **[`/cs-memory`](cs-memory.md)**
---
Argument: $ARGUMENTS (default: status)
- :material-console:{ .lg .middle } **[`/cs-book-to-plugin`](cs-book-to-plugin.md)**
---
Command: /cs:book-to-plugin
--domain --rights
- :material-console:{ .lg .middle } **[`/cs-book-to-skill`](cs-book-to-skill.md)**
---
Command: /cs:book-to-skill ... skill-name-slug
- :material-console:{ .lg .middle } **[`/cs-caveman`](cs-caveman.md)**
---
Command: /cs:caveman
- :material-console:{ .lg .middle } **[`/cs-claude-coach`](cs-claude-coach.md)**
---
Activates the claude-coach skill. From this point on, the conversation gains:
- :material-console:{ .lg .middle } **[`/cs-grill-me`](cs-grill-me.md)**
---
Command: /cs:grill-me
- :material-console:{ .lg .middle } **[`/cs-grill-with-docs`](cs-grill-with-docs.md)**
---
Command: /cs:grill-with-docs
- :material-console:{ .lg .middle } **[`/cs-handoff`](cs-handoff.md)**
---
Command: /cs:handoff
- :material-console:{ .lg .middle } **[`/cs-human-gate`](cs-human-gate.md)**
---
Command: /cs:human-gate step
- :material-console:{ .lg .middle } **[`/cs-forgetting-audit`](cs-forgetting-audit.md)**
---
The short pass. Skip the cost and architecture work; answer one question about
- :material-console:{ .lg .middle } **[`/cs-memory-engineering`](cs-memory-engineering.md)**
---
Run the memory-engineering pass on $ARGUMENTS.
- :material-console:{ .lg .middle } **[`/cs-skill-doctor`](cs-skill-doctor.md)**
---
Run the skill-doctor pass with $ARGUMENTS (pass any --repo, --days,
- :material-console:{ .lg .middle } **[`/skillopt-sleep`](skillopt-sleep.md)**
---
You are driving SkillOpt-Sleep: a tool that lets this user's Claude agent
- :material-console:{ .lg .middle } **[`/cs-scrape`](cs-scrape.md)**
---
Run a gated extraction pipeline for $ARGUMENTS using skills/universal-scraping-architect/SKILL.md.
- :material-console:{ .lg .middle } **[`/cs-workflow-build`](cs-workflow-build.md)**
---
Command: /cs:workflow-build
- :material-console:{ .lg .middle } **[`/cs-write-a-skill`](cs-write-a-skill.md)**
---
Command: /cs:write-a-skill
- :material-console:{ .lg .middle } **[`/cs-grill-product`](cs-grill-product.md)**
---
Interrogate this plan — do not execute anything yet:
- :material-console:{ .lg .middle } **[`/cs-product-loop`](cs-product-loop.md)**
---
Inputs (defaults: discoverylog.json and ost.json in the workspace; shapes in
- :material-console:{ .lg .middle } **[`/cs-product`](cs-product.md)**
---
Route this inquiry through the product-skills orchestrator:
- :material-console:{ .lg .middle } **[`/cs-grill-pm`](cs-grill-pm.md)**
---
Interrogate this plan — do not execute anything yet:
- :material-console:{ .lg .middle } **[`/cs-pm-loop`](cs-pm-loop.md)**
---
Goal:
- :material-console:{ .lg .middle } **[`/cs-pm`](cs-pm.md)**
---
Route this inquiry through the pm-skills orchestrator:
- :material-console:{ .lg .middle } **[`/cs-arquiteto`](cs-arquiteto.md)**
---
Command: /cs:arquiteto
- :material-console:{ .lg .middle } **[`/cs-andreessen`](cs-andreessen.md)**
---
Command: /cs:andreessen
- :material-console:{ .lg .middle } **[`/cs-pmf-check`](cs-pmf-check.md)**
---
Command: /cs:pmf-check
- :material-console:{ .lg .middle } **[`/cs-capture`](cs-capture.md)**
---
Command: /cs:capture
- :material-console:{ .lg .middle } **[`/cs-deep-work`](cs-deep-work.md)**
---
Command: /cs:deep-work today's task list
- :material-console:{ .lg .middle } **[`/cs-time-block`](cs-time-block.md)**
---
Command: /cs:time-block task list + start/end
- :material-console:{ .lg .middle } **[`/cs-inbox-setup`](cs-inbox-setup.md)**
---
Command: /cs:inbox-setup
- :material-console:{ .lg .middle } **[`/cs-inbox-triage`](cs-inbox-triage.md)**
---
Command: /cs:inbox-triage
- :material-console:{ .lg .middle } **[`/cs-fable-goal`](cs-fable-goal.md)**
---
Command: /cs:fable-goal
- :material-console:{ .lg .middle } **[`/cs-handoff-setup`](cs-handoff-setup.md)**
---
Configure the handoff skill. Walks 5 questions (plus 1-2 optional) and writes the config. Re-run any time.
- :material-console:{ .lg .middle } **[`/cs-meeting-actions`](cs-meeting-actions.md)**
---
Command: /cs:meeting-actions notes file or pasted notes
- :material-console:{ .lg .middle } **[`/cs-meeting-prep`](cs-meeting-prep.md)**
---
Command: /cs:meeting-prep the meeting
- :material-console:{ .lg .middle } **[`/cs-reflect`](cs-reflect.md)**
---
Command: /cs:reflect
- :material-console:{ .lg .middle } **[`/cs-roast`](cs-roast.md)**
---
Command: /cs:roast the idea
- :material-console:{ .lg .middle } **[`/cs-weekly-review`](cs-weekly-review.md)**
---
Command: /cs:weekly-review directory or notes
- :material-console:{ .lg .middle } **[`/cs-landing`](cs-landing.md)**
---
Command: /cs:landing
- :material-console:{ .lg .middle } **[`/cs-deep-research`](cs-deep-research.md)**
---
Command: /cs:deep-research
- :material-console:{ .lg .middle } **[`/cs-dossier`](cs-dossier.md)**
---
Command: /cs:dossier
- :material-console:{ .lg .middle } **[`/cs-grants`](cs-grants.md)**
---
Command: /cs:grants
- :material-console:{ .lg .middle } **[`/cs-litreview`](cs-litreview.md)**
---
Command: /cs:litreview
- :material-console:{ .lg .middle } **[`/cs-notebooklm`](cs-notebooklm.md)**
---
Command: /cs:notebooklm
- :material-console:{ .lg .middle } **[`/cs-patent`](cs-patent.md)**
---
Command: /cs:patent
- :material-console:{ .lg .middle } **[`/cs-pulse`](cs-pulse.md)**
---
Command: /cs:pulse
- :material-console:{ .lg .middle } **[`/cs-research`](cs-research.md)**
---
Command: /cs:research
- :material-console:{ .lg .middle } **[`/cs-syllabus`](cs-syllabus.md)**
---
Command: /cs:syllabus
- :material-console:{ .lg .middle } **[`/cs-bizops`](cs-bizops.md)**
---
Use the cs-bizops-orchestrator agent + business-operations-skills orchestrator skill to handle this inquiry:
- :material-console:{ .lg .middle } **[`/cs-capacity-plan`](cs-capacity-plan.md)**
---
Run the capacity-planner skill on this input:
- :material-console:{ .lg .middle } **[`/cs-grill-bizops`](cs-grill-bizops.md)**
---
Apply Matt Pocock's grill-with-docs discipline to this BizOps plan / problem:
- :material-console:{ .lg .middle } **[`/cs-internal-comms`](cs-internal-comms.md)**
---
Run the internal-comms skill on this input:
- :material-console:{ .lg .middle } **[`/cs-knowledge-ops`](cs-knowledge-ops.md)**
---
Run the knowledge-ops skill on this input:
- :material-console:{ .lg .middle } **[`/cs-process-map`](cs-process-map.md)**
---
Run the process-mapper skill on this input:
- :material-console:{ .lg .middle } **[`/cs-procurement`](cs-procurement.md)**
---
Run the procurement-optimizer skill on this input:
- :material-console:{ .lg .middle } **[`/cs-vendor-review`](cs-vendor-review.md)**
---
Run the vendor-management skill on this input:
- :material-console:{ .lg .middle } **[`/cs-channel-econ`](cs-channel-econ.md)**
---
Run the channel-economics skill on this input:
- :material-console:{ .lg .middle } **[`/cs-commercial-forecast`](cs-commercial-forecast.md)**
---
Run the commercial-forecaster skill on this input:
- :material-console:{ .lg .middle } **[`/cs-commercial-policy`](cs-commercial-policy.md)**
---
Run the commercial-policy skill on this input:
- :material-console:{ .lg .middle } **[`/cs-commercial`](cs-commercial.md)**
---
Use the cs-commercial-orchestrator agent + commercial-skills orchestrator skill to handle this inquiry:
- :material-console:{ .lg .middle } **[`/cs-deal-review`](cs-deal-review.md)**
---
Run the deal-desk skill on this input:
- :material-console:{ .lg .middle } **[`/cs-grill-commercial`](cs-grill-commercial.md)**
---
Apply Matt Pocock's grill-with-docs discipline to this Commercial plan / problem:
- :material-console:{ .lg .middle } **[`/cs-partner-tier`](cs-partner-tier.md)**
---
Run the partnerships-architect skill on this input:
- :material-console:{ .lg .middle } **[`/cs-pricing-strategy`](cs-pricing-strategy.md)**
---
Run the pricing-strategist skill on this input:
- :material-console:{ .lg .middle } **[`/cs-rfp-respond`](cs-rfp-respond.md)**
---
Run the rfp-responder skill on this input:
- :material-console:{ .lg .middle } **[`/cs-clinical-research`](cs-clinical-research.md)**
---
Run the clinical-research skill on this input:
- :material-console:{ .lg .middle } **[`/cs-grill-research-ops`](cs-grill-research-ops.md)**
---
Apply Matt Pocock's grill-with-docs discipline to this plan / problem:
- :material-console:{ .lg .middle } **[`/cs-market-research`](cs-market-research.md)**
---
Run the market-research skill on this input:
- :material-console:{ .lg .middle } **[`/cs-product-research`](cs-product-research.md)**
---
Run the product-research skill on this input:
- :material-console:{ .lg .middle } **[`/cs-research-finance`](cs-research-finance.md)**
---
Run the research-finance skill on this input:
- :material-console:{ .lg .middle } **[`/cs-research-ops`](cs-research-ops.md)**
---
Route this inquiry through the research-ops-skills orchestrator:
- :material-console:{ .lg .middle } **[`/cs-design-system`](cs-design-system.md)**
---
Run the design-system wizard:
- :material-console:{ .lg .middle } **[`/cs-grill-markdown-html`](cs-grill-markdown-html.md)**
---
Walk the user through 5 forcing questions before routing to the converter. One question per turn, with a recommended ...
- :material-console:{ .lg .middle } **[`/cs-markdown-html`](cs-markdown-html.md)**
---
Route this conversion through the markdown-html-orchestrator skill:
- :material-console:{ .lg .middle } **[`/cs-md-document`](cs-md-document.md)**
---
Convert the markdown at $ARGUMENTS into a single-file interactive HTML document.
- :material-console:{ .lg .middle } **[`/cs-md-review`](cs-md-review.md)**
---
Convert the review markdown at $ARGUMENTS into a single-file 2-column HTML review.
- :material-console:{ .lg .middle } **[`/cs-md-slides`](cs-md-slides.md)**
---
Convert the markdown deck at $ARGUMENTS into a single-file interactive HTML presentation.
- :material-console:{ .lg .middle } **[`/cs-goal`](cs-goal.md)**
---
The goal is one sentence for one agent. It selects the phase and the loop shape.
- :material-console:{ .lg .middle } **[`/cs-grade`](cs-grade.md)**
---
Run the grade-iterate skill.
- :material-console:{ .lg .middle } **[`/cs-grill-agent-launcher`](cs-grill-agent-launcher.md)**
---
Grill the current goal's phase using its SKILL.md "Forcing-question library".
- :material-console:{ .lg .middle } **[`/cs-interview`](cs-interview.md)**
---
Run the interview skill.
- :material-console:{ .lg .middle } **[`/cs-launch`](cs-launch.md)**
---
Route through the agent-launcher-orchestrator skill.
- :material-console:{ .lg .middle } **[`/cs-run-without-you`](cs-run-without-you.md)**
---
Run the run-without-you skill.
- :material-console:{ .lg .middle } **[`/cs-stage-launch`](cs-stage-launch.md)**
---
Run the stage-launch skill.
- :material-console:{ .lg .middle } **[`/cs-wrap-up`](cs-wrap-up.md)**
---
Run the wrap-up skill.