rohitg00/pro-workflow

Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.

2.8kStars on the repository
83Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

context-discipline

03

rohitg00/pro-workflow

Cursor rule

Manage AI context window efficiently - read before write, no re-reads, tool-call budgets, one-pass discipline.

2.8k 14d ago A 274 tokens

incremental-verify

04

rohitg00/pro-workflow

Cursor rule

Verify each behavior before building the next. One test, one implementation, one commit. No bulk-writing tests for behavior that does not yet exist.

2.8k 14d ago A 352 tokens

module-shape

05

rohitg00/pro-workflow

Cursor rule

Prefer modules with a narrow public surface and a thick internal implementation. Inject external dependencies at the boundary. Mock only at system edges.

2.8k 14d ago A 544 tokens

quality-gates

08

rohitg00/pro-workflow

Cursor rule

Enforce quality checks before commits - lint, typecheck, and test affected code.

2.8k 14d ago A 121 tokens

self-correction

09

rohitg00/pro-workflow

Cursor rule

Self-correction protocol - capture mistakes as learnings, compound improvements over time.

2.8k 14d ago A 128 tokens

skill-conventions

10

rohitg00/pro-workflow

Cursor rule

Conventions every pro-workflow skill follows - invocation intent, write semantics, buckets, and sync. A skill that gets these wrong misfires, duplicates state, or hides from the people who need it.

2.8k 14d ago A 817 tokens

token-efficiency

11

rohitg00/pro-workflow

Cursor rule

Token efficiency rules - eliminate waste in AI output, enforce read-before-write, prevent iteration cycles.

2.8k 14d ago B 353 tokens