Spec-driven development engine with persistent project memory, code quality scanning, and multi-artifact epic management.
npx claudepluginhub chrsmay/codebrain-pluginSpec-driven development engine. Plan, execute, verify workflow with persistent project memory, code quality scanning, and multi-artifact epic management.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Spec-driven development engine that replaces Traycer AI. Complete lifecycle from idea to shipped product with persistent project memory, code quality enforcement, and multi-agent orchestration.
[NEEDS CLARIFICATION] markers, [SPEC_DEVIATION] detection, task recitation, fresh context per task, circuit breakers# Clone anywhere on your machine
git clone https://github.com/chrsmay/codebrain-plugin.git ~/codebrain-plugin
# Build the MCP server
cd ~/codebrain-plugin/mcp-server && npm install && npm run build
# Register the plugin with Claude Code
claude plugin add ~/codebrain-plugin
# Restart Claude Code — plugin auto-discovers
/codebrain:memory reset
This scaffolds .codebrain/, auto-detects your project stack, generates a constitution, and creates initial memory files.
/codebrain:discover → Is this worth building?
/codebrain:prd → What exactly are we building?
/codebrain:map-journeys → What are ALL the user paths?
/codebrain:design → UI mockups (Pencil.dev)
/codebrain:epic create → Tech specs + tickets (syncs to Linear)
/codebrain:plan → Implementation plan for each ticket
/codebrain:yolo → Automated plan→implement→verify→commit
/codebrain:autopilot → Fire-and-forget via Remote Control
/codebrain:verify → Spec compliance check
/codebrain:review → Agentic code review
/codebrain:quality → Dead code, stubs, duplicates scan
/codebrain:debug → Systematic debugging
/codebrain:investigate → Deep multi-system investigation
/codebrain:observe → Orchestrated debugging coordinator
/codebrain:refactor → Safe restructuring
/codebrain:analyze → Cross-artifact consistency check
/codebrain:deploy → Deployment orchestration
/codebrain:browser-verify → Visual UI verification
/codebrain:launch → Pre-launch checklist + rollout plan
/codebrain:retro → Retrospective + next iteration
MIT