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
Create a comprehensive feature implementation plan with codebase analysis and pattern extraction
/prp-implement
Execute an implementation plan with rigorous validation loops
/prp-commit
Quick commit with natural language file targeting
/prp-pr
Create a GitHub PR from the current branch with unpushed commits
Epic Coordination (GitHub-native)
Command
What it does
/epic-decompose
Break an epic into task children without creating task branches
/epic-validate
Validate epic readiness, dependencies, and coordination policy
/epic-claim
Claim an epic issue, stamp coordination state, and sync local ownership
/epic-sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub
/epic-review
Mark epic review requested, approved, or changes requested
/epic-publish
Publish a validated epic update back to the issue and local cache
/epic-unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed
Planning & Architecture
Command
What it does
/plan
Restate requirements, assess risks, write step-by-step implementation plan — waits for your confirm before touching code
/multi-plan
Multi-model collaborative planning
/multi-workflow
Multi-model collaborative development
/multi-backend
Backend-focused multi-model development
/multi-frontend
Frontend-focused multi-model development
/multi-execute
Multi-model collaborative execution
Session Management
Command
What it does
/save-session
Save current session state to ~/.claude/session-data/
/resume-session
Load the most recent saved session from the canonical session store and resume from where you left off
/sessions
Browse, search, and manage session history with aliases from ~/.claude/session-data/ (with legacy reads from ~/.claude/sessions/)
/checkpoint
Create, verify, or list workflow checkpoints after running verification checks
/aside
Answer a quick side question without losing current task context
Cross-Harness Memory CLI
These are ecc CLI commands, not slash commands. They use one inspectable
Markdown vault across Claude, Codex, Hermes, OpenClaw, Kimi, and other
harnesses.
Command
What it does
ecc memory init
Create project, team, or user vault directories
ecc memory save
Create an unreviewed context, decision, fact, lesson, note, preference, or runbook
ecc memory handoff
Transfer bounded work state from one harness to another
ecc memory search
Search memories by text, scope, kind, or target harness
ecc memory read
Read a memory and its backlinks by stable ID
ecc memory doctor
Report malformed files, duplicate IDs, broken links, and skipped symlinks
ecc-memory-mcp
Start the optional local stdio MCP server
Pass memory bodies with --stdin or --body-file; they are intentionally not
accepted as command-line values. Recalled memories are untrusted context, not
executable instructions or policy.
Learning & Improvement
Command
What it does
/learn
Extract reusable patterns from the current session
/learn-eval
Extract patterns + self-evaluate quality before saving
Pull the latest ECC repo changes and reinstall the current managed targets
/cost-report
Generate a local Claude Code cost report from a cost-tracker SQLite database
/security-scan
Run AgentShield against agent, hook, MCP, permission, and secret surfaces
/jira
Retrieve a Jira ticket, analyze requirements, update status, or add comments
/pr
Create a GitHub PR from current branch with unpushed commits
/hookify
Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions
/hookify-configure
Enable or disable hookify rules interactively
/hookify-list
List all configured hookify rules
/hookify-help
Get help with the hookify system
Marketing
Command
What it does
/marketing-campaign
Plan and execute a full marketing campaign — positioning, landing page copy, email sequence, social posts, ad variants, video scripts, content calendar
Retired Commands
These slash commands were retired in favor of skills. The command files still exist under legacy-command-shims/commands/ for backward compatibility (not part of the default installed surface), but the maintained workflow now lives in the listed skill — invoke the skill directly instead:
Retired command
Use this skill instead
/tdd
tdd-workflow
/eval
eval-harness
/verify
verification-loop
/e2e
e2e-testing
/docs
documentation-lookup
/claw
nanoclaw-repl
/context-budget
context-budget
/devfleet
claude-devfleet
/orchestrate
dmux-workflows and autonomous-agent-harness
/prompt-optimize
prompt-optimizer
/rules-distill
rules-distill
/agent-sort
agent-sort
Quick Decision Guide
Starting a new feature? → /plan first, then TDD via the tdd-workflow skill
Code just written? → /code-review
Build broken? → /build-fix
Need live docs? → the documentation-lookup skill
Session about to end? → /save-session or /learn-eval
Resuming next day? → /resume-session
Context getting heavy? → the context-budget skill
Want to extract what you learned? → /learn-eval then /evolve
Running repeated tasks? → /loop-start