Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
rohitg00
/
pro-workflow
home
/
subagents
/
rohitg00
/
pro-workflow
rohitg00/pro-workflow
8 subagents
View on GitHub
Subagent
context-engineer
Analyzes and optimizes context window usage across sessions. Use when context feels bloated, sessions run slow, or approaching compaction limits.
cost-analyst
Analyze session token usage and cost patterns. Identify expensive operations and recommend optimizations. Use to understand and reduce session costs.
debugger
Specialized debugging agent. Use when facing hard bugs, test failures, or runtime errors that need systematic investigation.
orchestrator
Multi-phase development agent. Research > Plan > Implement with validation gates. Use PROACTIVELY when building features that touch >5 files or require architecture decisions.
permission-analyst
Analyze permission denial patterns and generate optimized alwaysAllow/alwaysDeny rules. Use when permission prompts slow down workflow.
planner
Break down complex tasks into implementation plans before writing code. Use when task touches >5 files, requires architecture decisions, or has unclear requirements.
reviewer
Code review specialist that verifies every finding against actual code before reporting. Use before committing, for PR reviews, or after major changes.
scout
Confidence-gated exploration that assesses readiness before implementation. Scores 0-100 across five dimensions and gives GO/HOLD verdict.