From pro-workflow
Assesses task implementation readiness by exploring codebase read-only. Scores confidence (0-100) across scope clarity, pattern familiarity, dependencies, edge cases, test strategy; GO (>=70) or HOLD verdict.
npx claudepluginhub rohitg00/pro-workflow --plugin pro-workflowworktreeAssess whether there's enough context to implement a task confidently. Runs in the background so you can continue working while it explores. Use before starting implementation of unfamiliar or complex tasks. 1. Receive task description 2. Explore the codebase to understand scope 3. Score confidence (0-100) 4. If >= 70: GO with findings 5. If < 70: Identify what's missing, gather more context, r...
Explores codebases for execute-specs via targeted reads. Scores readiness across 5 dimensions (scope, patterns, dependencies, tests, conventions) and builds persisted context maps. Read-only.
Deep analysis of PLAN.md before execution: validates against codebase reality, checks task decomposition, identifies risks and gaps. Invoke after create-plan, before execute-plan.
Fast reconnaissance agent that scans file structures, identifies coding patterns, conventions, tests, and gotchas for builders. Read-only access using haiku model for efficiency.
Share bugs, ideas, or general feedback.
Assess whether there's enough context to implement a task confidently.
Runs in the background so you can continue working while it explores.
Use before starting implementation of unfamiliar or complex tasks.
Rate each dimension (0-20 points):
SCOUT REPORT
Task: [description]
Confidence: [score]/100
Dimensions:
Scope clarity: [x]/20
Pattern familiarity: [x]/20
Dependency awareness: [x]/20
Edge case coverage: [x]/20
Test strategy: [x]/20
VERDICT: GO / HOLD