Slash Command
Structured workflows you can build on
A Claude Code plugin for planning, implementing, and shipping code—with artifacts saved for context.
View on GitHubThe Workflow
How to build features with Claude Code
/research_codebase(optional)Learn how your code works before making changes. Creates notes in research/ you can reference later.
/create_planTell Claude what you want to build. It analyzes your code and writes a step-by-step plan in plans/.
/implement_planClaude follows the plan and writes the code. Creates an isolated worktree by default. Use
--hereto implement in place./validate_planDouble-check that everything in the plan is done and working.
/shipCreate a pull request, merge it, and clean up. Use
--directto bypass PR.
Shipping Options
/yolo"add feature X"Full auto mode. Plans, implements, commits, and ships with no stops. Halts immediately on any failure.
/prCreate or update a PR with a detailed description.
/mergeMerge an existing PR and clean up branches.
/ship = /pr + /merge
Context Management
All output is saved to your repo so Claude can reference it later
These directories provide historical context across sessions, enabling Claude to resume work with full understanding of past decisions, find similar patterns from previous implementations, and reference research when planning new features.
Session Continuity
Pick up where you left off in a new conversation
/create_handoff— Save what you were working on/resume_handoff— Continue from that point
Install
1. Add the marketplace
/plugin marketplace add ii-vo/claude-meta2. Install the plugin
/plugin install claude-meta:slash-command