By MaTriXy
Complete AI coding workflow system. Orchestration patterns, 18 hook events, 5 agents, 7 reference guides, cross-agent support, and searchable learnings.
Create a well-crafted commit after running pro-workflow quality checks.
Build a feature using Research > Plan > Implement phases
Diagnose pro-workflow setup and Claude Code configuration
Generate a structured handoff document that another Claude session (or your future self) can consume immediately to continue where you left off.
Surface patterns from your pro-workflow learnings and session history.
Break down complex tasks into implementation plans before writing code. Use when task touches >5 files, requires architecture decisions, or has unclear requirements.
Code review specialist that checks for logic errors, security issues, and quality problems. Use before committing, for PR reviews, or after major changes.
Confidence-gated exploration that assesses readiness before implementation. Scores 0-100 across five dimensions and gives GO/HOLD verdict.
Multi-phase development agent. Research > Plan > Implement with validation gates. Use PROACTIVELY when building features that touch >5 files or require architecture decisions.
Specialized debugging agent. Use when facing hard bugs, test failures, or runtime errors that need systematic investigation.
Optimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.
Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, and strips defensive code. Use when cleaning up code, simplifying, removing boilerplate, or before committing.
Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.
Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says "remember this", "don't forget", "note this", or "learn from this".
Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Complete AI coding workflow system.
Orchestration patterns • 18 hook events • 5 agents • 7 reference guides • Cross-agent support
Works with Claude Code, Cursor, and 32+ agents via SkillKit.
| Orchestration Patterns | Command > Agent > Skill architecture with multi-phase development |
| 5 Agents | planner, reviewer, scout, orchestrator (RPI workflow), debugger |
| 18 Hook Events | Added SubagentStart/Stop, TaskCompleted, PermissionRequest, TeammateIdle, PostToolUseFailure |
| 7 Reference Guides | Settings, CLI cheatsheet, orchestration patterns, context loading, cross-agent workflows, new features, daily habits |
| Context Optimizer | Token management and context budget planning skill |
| Production Settings | Full settings.example.json with permissions, spinner, output style |
| Curated MCP Config | Battle-tested server recommendations with scope guidance |
/develop Command | Research > Plan > Implement > Review & Commit with validation gates |
/doctor Command | Health check for your pro-workflow setup |
"80% of my code is written by AI, 20% is spent reviewing and correcting it." — Karpathy
Pro Workflow optimizes for that ratio. Every pattern reduces correction cycles.
Corrections compound. Each mistake becomes a rule that prevents future mistakes. After 50 sessions, Claude barely needs correcting.
/develop Flow
Multi-phase development with validation gates. Research before planning, plan before implementing, review before committing.
/develop Command in Action
| Pattern | What It Does |
|---|---|
| Self-Correction Loop | Claude learns from your corrections automatically |
| Parallel Worktrees | Zero dead time - native claude -w worktrees |
| Wrap-Up Ritual | End sessions with intention, capture learnings |
| Split Memory | Modular CLAUDE.md for complex projects |
| 80/20 Review | Batch reviews at checkpoints |
| Model Selection | Opus 4.6 adaptive thinking, Sonnet 4.6 (1M context) |
| Context Discipline | Manage your 200k token budget |
| Learning Log | Auto-document insights |
| Orchestration | Command > Agent > Skill wiring for complex features |
| Multi-Phase Dev | Research > Plan > Implement > Review & Commit with validation gates |
/add-plugin pro-workflow
The plugin includes 11 skills, 5 agents, and 6 rules that load automatically.
/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow
cd ~/.claude/plugins/*/pro-workflow
npm install && npm run build
claude --plugin-dir /path/to/pro-workflow
## Pro Workflow
### Self-Correction
When corrected, propose rule -> add to LEARNED after approval.
### Planning
Multi-file: plan first, wait for "proceed".
### Quality
After edits: lint, typecheck, test.
### LEARNED
npx claudepluginhub matrixy/pro-workflowAutomatically detect workflow patterns, generate skills, and load them dynamically mid-session
Execution and product management skills: PRDs, OKRs, roadmaps, sprints, pre-mortems, stakeholder maps, user stories, prioritization frameworks, and more.
Product discovery skills for PMs: ideation, experiments, assumption testing, feature prioritization, and customer interview synthesis.
Product strategy skills for PMs: vision, strategy canvas, value propositions, lean canvas, business model canvas, SWOT, PESTLE, Ansoff Matrix, Porter's Five Forces, and monetization.
Go-to-market skills for PMs: GTM strategy, growth loops, GTM motions, beachhead segments, and ideal customer profiles.
Harness-native ECC operator layer - 60 agents, 232 skills, 75 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and antigravity CLIs when installed) to get diverse perspectives on coding problems
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code