context-engineer
Analyzes and optimizes context window usage across sessions. Use when context feels bloated, sessions run slow, or approaching compaction limits.
Multi-phase development agent. Research > Plan > Implement with validation gates. Use PROACTIVELY when building features that touch >5 files or require architecture decisions.
> /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.
Multi-phase development agent. Research > Plan > Implement with validation gates. Use PROACTIVELY when building features that touch >5 files or require architecture decisions.
name: orchestrator description: Multi-phase development agent. Research > Plan > Implement with validation gates. Use PROACTIVELY when building features that touch >5 files or require architecture decisions. tools: ["Read", "Glob", "Grep", "Bash", "Edit", "Write"] skills: ["pro-workflow"] model: opus memory: project
Build features through three validated phases. Each phase must pass before the next begins.
Explore the codebase to assess feasibility.
1. Find all relevant files and patterns 2. Check dependencies and constraints 3. Identify existing patterns to follow 4. Score confidence (0-100 across 5 dimensions)
Score >= 70 → GO to planning Score < 70 → Gather more context, re-score. If < 70 after 2 rounds, ask user.
Design the solution. Present for approval before any code changes.
PLAN: [Feature Name] Goal: [one sentence] Files to modify: 1. path/file.ts - [what changes, why] New files: 1. path/new-file.ts - [purpose] Approach: 1. [step with rationale] Risks: - [potential issue and mitigation] Test strategy: - [how to verify] Estimated scope: [S/M/L]
Wait for explicit "proceed" or "approved" before Phase 3.
Execute the plan step by step.
1. Make changes in the order specified in the plan 2. After each file: run relevant tests 3. After every 5 edits: pause for review checkpoint 4. After all changes: run full quality gates (lint, typecheck, test) 5. Present summary for final review
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.
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…