Pro Workflow
Complete AI coding workflow system from production use. Orchestration patterns, 18 hook events, 5 agents, 7 reference guides, and cross-agent support.Works with Claude Code, Cursor, and 32+ agents via SkillKit.
The Core Insight
“80% of my code is written by AI, 20% is spent reviewing and correcting it.” — Andrej KarpathyPro Workflow optimizes for that ratio. Every pattern reduces correction cycles.
Key Features
Self-Correcting Memory
SQLite-backed learning system with FTS5 search. Claude learns from your corrections automatically.
Orchestration Patterns
Command > Agent > Skill architecture for multi-phase development workflows.
18 Hook Events
Lifecycle management from SessionStart to SubagentStop. Track everything.
5 Specialized Agents
Planner, reviewer, scout, orchestrator, and debugger. Each with constrained tools.
11 Modular Skills
From smart-commit to context-optimizer. Load what you need.
Multi-Phase Development
Research > Plan > Implement > Review with validation gates.
Parallel Worktrees
Zero dead time. Native worktree support for concurrent sessions.
Cross-Agent Support
Works across Claude Code, Cursor, and 32+ agents via SkillKit translation.
What’s New in v2.0
- Orchestration Patterns — Command > Agent > Skill architecture
- 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
Architecture Overview
Pro Workflow uses a three-layer orchestration pattern:- Commands handle user interaction and parameter collection
- Agents execute workflows with constrained tool access
- Skills provide domain-specific knowledge and procedures
Quick Start
Explore the Patterns
Learn the core workflows:
- Self-Correction Loop — Compound improvements over time
- Multi-Phase Development — Research before implementing
- Parallel Worktrees — Zero dead time between sessions
Philosophy
- Compound improvements — Small corrections lead to big gains over time
- Trust but verify — Let AI work, review at checkpoints
- Zero dead time — Parallel sessions keep momentum
- Memory is precious — Both yours and Claude’s
- Orchestrate, don’t micromanage — Wire patterns together, let agents execute
Next Steps
Quickstart Guide
Get up and running in 30 seconds
Installation
Detailed installation for all environments
Core Concepts
Understand the framework architecture
Commands Reference
Explore all available commands