All 12 agent modes that define specialized behaviors for different development workflows.
.github/agent/brainstorm.mdTrigger: Plan mode / complex questionsSocratic exploration mode. Asks structured clarifying questions before proposing solutions. Uses brainstorming + behavioral-modes skills.
.github/agent/create.mdTrigger: Build, implement, scaffoldFull implementation mode. Coordinates agents, checks CODEBASE.md, applies all quality rules. Offers task plan file for complex work.
.github/agent/debug.mdTrigger: Error, investigate, trace, why4-phase systematic debugging: Reproduce → Isolate → Root Cause → Fix. Evidence-based, never guesses.
.github/agent/deploy.mdTrigger: Deploy, production, releaseActivates L3 LOCKDOWN. Runs full 5-phase gate: security scan → lint → tests → UX audit → performance. Requires explicit confirm.
.github/agent/enhance.mdTrigger: Improve, optimize, refactor, upgradeEnhancement mode. Measure before changing. Risk Engine scores changes, applies rollback thinking for L2+.
.github/agent/orchestrate.mdTrigger: Multi-domain, cross-module, complexMulti-agent coordination. Decomposes complex tasks, assigns to specialist agents in parallel, synthesizes results.
.github/agent/plan.mdTrigger: Copilot Plan mode4-phase planning: ANALYSIS → PLANNING → SOLUTIONING (no code) → IMPLEMENTATION. project-planner agent.
.github/agent/preview.mdTrigger: Preview, show, demonstratePreview mode. Shows what would be done without making changes. Ideal for reviewing impact before committing.
.github/agent/test.mdTrigger: Test, coverage, spec, TDDTesting-focused mode. Activates tdd-workflow + testing-patterns. AAA pattern, test pyramid, meaningful coverage.
.github/agent/ui-ux-pro-max.mdTrigger: Design, UI, component, layoutPremium UI/UX mode. Activates frontend-design + web-design-guidelines. Accessibility, Core Web Vitals, design principles.
.github/agent/rai.mdTrigger: AI safety, ethics, responsible AIResponsible AI mode. Evaluates AI outputs for bias, fairness, safety, and ethical considerations.
.github/agent/status.mdTrigger: Status, progress, what did you doStatus reporting mode. Summarizes what was done, what remains, and any blockers in a structured format.