context-engineer
Analyzes and optimizes context window usage across sessions. Use when context feels bloated, sessions run slow, or approaching compaction limits.
Confidence-gated exploration that assesses readiness before implementation. Scores 0-100 across five dimensions and gives GO/HOLD verdict.
> /plugin marketplace add rohitg00/pro-workflow > /plugin install pro-workflow@pro-workflow
How it fires
How this agent gets triggered: by you, by Claude, or both.
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.
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
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, re-score
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
Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.
Repo: rohitg00/pro-workflow
Analyzes and optimizes context window usage across sessions. Use when context feels bloated, sessions run slow, or approaching compaction limits.
Analyze session token usage and cost patterns. Identify expensive operations and recommend optimizations. Use to understand and reduce session costs.
Specialized debugging agent. Use when facing hard bugs, test failures, or runtime errors that need systematic investigation.
Multi-phase development agent. Research > Plan > Implement with validation gates. Use PROACTIVELY when building features that touch >5 files or require…
Analyze permission denial patterns and generate optimized alwaysAllow/alwaysDeny rules. Use when permission prompts slow down workflow.