Skip to main content

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 Karpathy
Pro 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:
Command (entry point, user-facing)
  └── Agent (execution, constrained tools)
        └── Skill (domain knowledge, preloaded)
Each layer has a single responsibility:
  • Commands handle user interaction and parameter collection
  • Agents execute workflows with constrained tool access
  • Skills provide domain-specific knowledge and procedures

Quick Start

1

Install the Plugin

/add-plugin pro-workflow
2

Try Your First Command

Run a multi-phase feature development:
/develop add user authentication
Or check your setup:
/doctor
3

Explore the Patterns

Learn the core workflows:

Philosophy

  1. Compound improvements — Small corrections lead to big gains over time
  2. Trust but verify — Let AI work, review at checkpoints
  3. Zero dead time — Parallel sessions keep momentum
  4. Memory is precious — Both yours and Claude’s
  5. 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

Build docs developers (and LLMs) love