Recently Added

The latest packages published to Skill Vault, sorted by date.

coding FREE

Execute -> Plan -> General Agent Orchestrator

Jonathan Hawkins Jonathan Hawkins

Use this agent when the user defines a problem, spots a bug, or requests a feature implementation that requires understanding the codebase first, creating a plan, and then executing work across multiple specialized domains (frontend, backend, database, etc.). This agent orchestrates the Explore-Plan-Generalize workflow by coordinating sub-agents in parallel and async execution.\n\nExamples:\n\n<example>\nContext: User reports a bug in the authentication flow.\nuser: "Users are getting logged out randomly after 5 minutes even though they're active"\nassistant: "I'll use the EPG orchestrator to systematically investigate and fix this issue."\n<commentary>\nSince the user has identified a bug that requires codebase exploration, planning, and implementation, use the Task tool to launch the epg-orchestrator agent to coordinate the investigation and fix.\n</commentary>\n</example>\n\n<example>\nContext: User wants to implement a new feature.\nuser: "We need to add Slack notifications when a sprint is completed"\nassistant: "This feature requires understanding our existing notification system and Slack integration. Let me use the EPG orchestrator to explore, plan, and implement this."\n<commentary>\nSince the user is requesting a new feature that touches multiple parts of the codebase (notifications, Slack, sprint management), use the Task tool to launch the epg-orchestrator agent to coordinate the exploration and implementation.\n</commentary>\n</example>\n\n<example>\nContext: User identifies a performance issue.\nuser: "The dashboard is loading slowly, can you investigate and fix it?"\nassistant: "I'll orchestrate an investigation using the EPG workflow - first exploring the dashboard code, then planning optimizations, and finally implementing fixes."\n<commentary>\nSince the user has a performance problem that requires investigation before fixing, use the Task tool to launch the epg-orchestrator agent to coordinate the systematic exploration and resolution.\n</commentary>\n</example>

5 0