pro-workflow v1.2.0
What's New in v1.2.0
New Features
-
Scout Agent — Confidence-gated exploration. Scores readiness (0-100) across 5 dimensions before implementation. If confidence < 70, automatically gathers more context. Integrates with learnings DB to reduce confidence for historically problematic patterns.
-
/replay— Surface past learnings for current task. Uses FTS5 BM25 ranking to find relevant learnings + checks session history for correction rates on similar work. Like muscle memory for coding sessions. -
/handoff— Structured session handoff documents. Generates a copy-paste-ready briefing (status, done, pending, decisions, gotchas, resume command) for seamless continuation in the next session. -
Drift Detection — New UserPromptSubmit hook that tracks original task intent and warns after 6+ edits with low relevance to the original goal. Recognizes explicit task switches.
-
Adaptive Quality Gates — Quality gate thresholds now adjust based on your correction history from the DB. High correction rate (>25%) = gates at 3 edits. Low rate (<5%) = gates at 10 edits. Gets smarter over time.
-
Correction Heatmap — New
/insights heatmapoption showing correction distribution by category and project, adaptive gate status, hot learnings (frequently corrected, rarely captured), and cold learnings (captured but never applied).
Fixes
- Added YAML frontmatter to planner and reviewer agents (fixes #7)
- Added
.gitattributesenforcing LF line endings for Windows compatibility - Synced all version files to 1.2.0
Commits
- feat: add scout agent, /replay, /handoff, drift detection, adaptive gates, correction heatmap
- fix: add YAML frontmatter to planner and reviewer agents
- fix: bump version to 1.2.0 for next release
Installation
Claude Plugin
claude plugin marketplace add rohitg00/pro-workflow
claude plugin install pro-workflow@pro-workflow
npm Package
npm install pro-workflow
Build SQLite Support
cd ~/.claude/plugins/*/pro-workflow
npm install && npm run build