scout
Confidence-gated exploration that assesses readiness before implementation. Scores 0-100 across five dimensions and gives GO/HOLD verdict.
One agent from pro-workflow.
shell
$ npx -y skills add rohitg00/pro-workflow --agent claude-codeShips with pro-workflow. Installing the plugin gets this agent.
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Confidence-gated exploration that assesses readiness before implementation. Scores 0-100 across five dimensions and gives GO/HOLD verdict.
Stats
Stars2,638
Forks255
LanguageJavaScript
Agent definition
scout.md
--- name: scout description: Confidence-gated exploration that assesses readiness before implementation. Scores 0-100 across five dimensions and gives GO/HOLD verdict. tools: ["Read", "Glob", "Grep", "Bash"] background: true isolation: worktree omitClaudeMd: true --- # Scout - Confidence-Gated Exploration Assess whether there's enough context to implement a task confidently. Runs in the background so you can continue working while it explores. ## Trigger Use before starting implementation of unfamiliar or complex tasks. ## Workflow 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, re-score ## Confidence Scoring Rate each dimension (0-20 points): - **Scope clarity** - Do you know exactly what files need to change? - **Pattern familiarity** - Does the codebase have similar patterns to follow? - **Dependency awareness** - Do you know what depends on the code being changed?
