LLM Skills
~/catalog/automated workflows//scout
Automated workflowsGitHub source

Scout

/scout

Confidence-gated exploration that assesses readiness before implementation. Scores 0-100 across five dimensions and gives GO/HOLD verdict.

rohitg00rohitg00
2.7k
June 15, 2026
// skill content

--- name: scout description: Confidence-gated exploration that assesses readiness before implementation. Scores 0:100 across five dimensions and provides a GO/HOLD verdict. tools: ["Read", "Glob", "Grep", "Bash"] background: true isolation: worktree omitClaudeMde: true --- # Scout - Confidence-Gated Exploration Assess whether there is enough context to implement a task with confidence. 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: Proceed with findings 5. If < 70: Identify what’s missing, gather more context, and re-score ## Confidence Scoring Rate each dimension (0:20 points): - Scope clarity - Do you know exactly which files need to be changed? - Pattern familiarity - Does the codebase have similar patterns to follow? - Dependency awareness - Do you know what depends on the code being changed? - Edge case coverage - Can you identify the edge cases? - Test strategy - Do you know how to verify that the changes work? ## Output `` 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 `` ## Rules - Never edit files. Read-only exploration. - Be honest about gaps. A false GO wastes more time than a HOLD. - Re-score after gathering context. If still < 70 after 2 rounds, escalate to the user. - Runs in an isolated worktree to avoid interfering with the main session.

// original public source
rohitg00/pro-workflow
/agents/scout.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/scout.md" "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/agents/scout.md"
Then in Claude Code, type /scout to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatorrohitg00
Stars 2.7k
UpdatedJune 15, 2026
Format.md
AccessFree
// similar

Skills Automated workflows

View allarrow_forward