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.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
pro-workflow:agents/scoutThe summary Claude sees when deciding whether to delegate to this agent
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. 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...
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
npx claudepluginhub rohitg00/pro-workflow --plugin pro-workflowDeep 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.
Expert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.