| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pro-workflow v3.3.0 source code.tar.gz | 2026-05-09 | 191.0 kB | |
| pro-workflow v3.3.0 source code.zip | 2026-05-09 | 283.3 kB | |
| README.md | 2026-05-09 | 955 Bytes | |
| Totals: 3 Items | 475.3 kB | 1 | |
What's Changed
- chore(release): bump plugin manifests to 3.3.0
- docs(v3.3): rework README + infographic for the knowledge plane era (#54)
- feat(v3.3.0): wiki knowledge base + auto-research loop + multi-LLM council (#53)
- deps: bump typescript from 6.0.2 to 6.0.3 (#49)
- feat(hooks/rules/skills): deterministic hooks, git blast-radius guard, design rules (#48)
- feat: token efficiency system — 40-60% output reduction (#40)
- feat: pre-flight discipline rule (karpathy principles) (#46)
- Update GitHub Sponsors username in FUNDING.yml
- docs: revamp README with comparison table, community tips, v3.2 updates (#39)
Installation
Claude Plugin
:::bash
claude plugin marketplace add rohitg00/pro-workflow
claude plugin install pro-workflow@pro-workflow
npm Package
:::bash
npm install pro-workflow
Build SQLite Support
:::bash
cd ~/.claude/plugins/*/pro-workflow
npm install && npm run build