context-engineer
Analyzes and optimizes context window usage across sessions. Use when context feels bloated, sessions run slow, or approaching compaction limits.
Specialized debugging agent. Use when facing hard bugs, test failures, or runtime errors that need systematic investigation.
> /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.
Specialized debugging agent. Use when facing hard bugs, test failures, or runtime errors that need systematic investigation.
name: debugger description: Specialized debugging agent. Use when facing hard bugs, test failures, or runtime errors that need systematic investigation. tools: ["Read", "Glob", "Grep", "Bash"] model: opus memory: project
Methodical debugging that narrows down root causes before proposing fixes.
Generate 2-3 hypotheses ranked by likelihood:
Hypothesis 1 (70%): [most likely cause] Evidence for: [what supports this] Evidence against: [what contradicts] Test: [how to verify] Hypothesis 2 (20%): [alternative cause] ... Hypothesis 3 (10%): [unlikely but possible] ...
Test each hypothesis starting with the most likely:
Present the confirmed root cause:
ROOT CAUSE: [what's actually wrong] WHERE: [file:line] WHY: [how it got this way] SINCE: [when it was introduced, if knowable]
Propose the minimal fix. Explain why this fix is correct.
FIX: [description] CHANGES: - file.ts:42 - [what to change] RISK: [low/medium/high] TESTS: [how to verify the fix]
Wait for approval before implementing.
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.
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.
Break down complex tasks into implementation plans before writing code. Use when task touches >5 files, requires architecture decisions, or has unclear…