Coding
3 skills available
Execute -> Plan -> General Agent Orchestrator
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>
Nextjs Performance
Run a full Next.js App Router performance audit across pages and components. Checks RSC architecture and setup (server-only, composition, Server Actions security), server/client component boundaries (INP, useTransition), data-fetching waterfalls, caching ("use cache", cacheLife, unstable_cache, cache()), images (sizes prop, priority), fonts, third-party scripts (next/script strategy), metadata/SEO, bundle size, RSC payload optimization, Suspense/streaming, PPR, and middleware performance. Trigger on: "performance pass", "perf audit", "nextjs performance", "optimize pages", "check server components", "find waterfalls", "next perf", "rsc audit", "rsc setup", "server component check", "core web vitals", "INP", "LCP".