Pro Workflow
Skill Verified ActiveScore every decision point with a Thoroughness Rating (1-10). AI makes the marginal cost of doing things properly near-zero — pick the higher-rated option every time. Includes scope checks to distinguish contained vs unbounded work.
To significantly improve AI agent reliability and knowledge persistence by allowing users to capture corrections, build research wikis, and manage complex workflows effectively.
Features
- Persistent self-correction memory via SQLite
- FTS5-indexed research wikis with auto-research loops
- Budget-capped AI research capabilities
- Multi-LLM deliberation and planning
- Quality gates for commits and destructive operations
- Session analytics and cost tracking
Use Cases
- Reducing repetitive AI corrections by storing learnings persistently
- Building and querying personal or project-specific knowledge bases
- Automating research and literature review on specific topics
- Managing complex AI-assisted development workflows with validation gates
Non-Goals
- Replacing the core AI agent's reasoning capabilities
- Directly managing cloud infrastructure deployments
- Providing generic task management outside of AI workflow enhancement
Workflow
- Install the extension and its dependencies.
- Configure settings and API keys as needed.
- Utilize commands like `/wiki` to manage knowledge bases.
- Leverage skills for developing features, committing code, and analyzing sessions.
- Benefit from persistent memory and automated research loops.
Practices
- AI Workflow Enhancement
- Knowledge Management
- Developer Productivity
- Code Quality
Prerequisites
- Node.js runtime
- Claude Code or compatible agent environment
Installation
First, add the marketplace
/plugin marketplace add rohitg00/pro-workflow/plugin install pro-workflow@pro-workflowQuality Score
VerifiedTrust Signals
Similar Extensions
Agent Teams
100Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Manus
100Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.
ARA Research Manager
100Records research provenance as a post-task epilogue, scanning conversation history at the end of a coding or research session to extract decisions, experiments, dead ends, claims, heuristics, and pivots, and writing them into the ara/ directory with user-vs-AI provenance tags. Use as a session epilogue — never during execution — to maintain a faithful, auditable trace of how a research project actually evolved.