From pro-workflow
Confidence-gated exploration agent that scores task readiness (0-100) across five dimensions and returns a GO/HOLD verdict before implementation begins. Read-only, runs in isolated worktree.
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 norandom/pro-workflow5plugins reuse this agent
First indexed Feb 21, 2026
Confidence-gated exploration agent that scores task readiness (0-100) across five dimensions and returns a GO/HOLD verdict before implementation begins. Read-only, runs in isolated worktree.
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.
Executes implementation tasks from task files autonomously, following coding and testing principles. Asks no questions, runs self-contained from investigation to implementation.