DISCOVER THE FUTURE OF AI AGENTSarrow_forward

Pro Workflow

calendar_todayAdded Feb 26, 2026
categoryAgent & Tooling
codeOpen Source
Workflow AutomationAI AgentsAgent FrameworkAgent & ToolingDeveloper Tools & CodingAutomation, Workflow & RPA

A battle-tested AI coding workflow framework for Claude Code and Cursor, featuring self-correcting memory, parallel worktrees, and automated quality gates to help developers achieve the 80/20 AI coding efficiency ratio.

Overview#

Pro Workflow is a battle-tested AI coding workflow framework built on the 80/20 principle from Andrej Karpathy: "80% of my code is written by AI, 20% is spent reviewing and correcting it."

Author: Rohit Ghumare (rohitg00) Version: v1.3.0 Activity: 56 commits, actively maintained

Core Capabilities#

Eight Core Patterns#

PatternFunction
Self-Correction LoopClaude learns automatically from user corrections
Parallel WorktreesZero downtime - native claude -w worktrees
Wrap-Up RitualCapture learnings at session end
Split MemoryModular CLAUDE.md for complex projects
80/20 ReviewCheckpoint batch reviews
Model SelectionOpus 4.6 adaptive thinking, Sonnet 4.6 (1M context)
Context DisciplineManage 200k token budget
Learning LogAuto-document insights

Components#

  • 9 Skills: pro-workflow, smart-commit, wrap-up, learn-rule, parallel-worktrees, replay-learnings, session-handoff, insights, deslop
  • 3 Agents: Planner, Reviewer, Scout
  • 12 Hooks: Automated workflow execution
  • 10 Commands: Claude Code namespace commands
  • 3 Contexts: dev, review, research
  • 6 Rules: Quality gates, atomic commits, context discipline, etc.

Data Persistence#

  • SQLite database + FTS5 full-text search
  • Location: ~/.pro-workflow/data.db
  • 10 learning categories: Navigation, Editing, Testing, Git, Quality, Context, Architecture, Performance, Claude-Code, Prompting

Core Commands#

CommandPurpose
/pro-workflow:wrap-upSession end checklist
/pro-workflow:learn-ruleExtract corrections to memory
/pro-workflow:parallelWorktree setup guide
/pro-workflow:searchSearch learnings by keyword
/pro-workflow:commitSmart commit with quality gates
/pro-workflow:insightsSession analysis, learning patterns, correction heatmap
/pro-workflow:handoffGenerate session handoff document

Installation#

Claude Code One-Click Install#

# Add marketplace
/plugin marketplace add rohitg00/pro-workflow

# Install plugin
/plugin install pro-workflow@pro-workflow

Cursor Install#

/add-plugin pro-workflow

SkillKit Universal Install (32+ agents)#

npx skillkit install pro-workflow
npx skillkit translate pro-workflow --agent cursor

Architecture#

Command → Agent → Skill
  • Command: User input, slash commands
  • Agent: Orchestration, planning and review
  • Skill: Execution, domain logic

Self-Correction Loop#

1. Correct (User fixes error)
2. Propose ([LEARN] rule)
3. Approve (User confirms)
4. Persist (LEARNED.md / Database)

Split Memory Structure#

  • CLAUDE.MD: Entry point - imports all modules
  • AGENTS.MD: Workflow rules
  • SOUL.MD: Style preferences
  • LEARNED.MD: Auto-populated

Model Selection Strategy#

TaskRecommended Model
Quick fixesHaiku 4.5
Feature developmentSonnet 4.6 (adaptive thinking)
RefactoringOpus 4.6 (adaptive thinking)
ArchitectureOpus 4.6 (1M context beta)

Unconfirmed Information#

  • License type not explicitly stated in README
  • No quantitative performance benchmarks
  • No enterprise adoption cases
  • No Hugging Face association
  • Agent teams feature is experimental

Related Projects

View All arrow_forward

STAY UPDATED

Get the latest AI tools and trends delivered straight to your inbox. No spam, just intelligence.

rocket_launch