Use when designing or implementing API endpoints — server actions, tRPC procedures, REST routes for external consumers. Carries the factory's API conventions — the server actions vs tRPC decision, procedure tier stacking, per-mutation Zod schemas, central router composition with manual registration, pagination…
Use when wiring auth into a new project, switching auth providers, or adding role/org features. Carries the factory's auth conventions — the provider decision matrix (Better Auth + orgs primary, Supabase + RLS for RLS-heavy cases, Clerk for consumer/SSO), the unified requireAuth / requireRole / withOrgContext wrapper…
Use when planning or executing a destructive change against a production database — schema migrations with backfills, periodic data imports, one-shot RPCs, drop-constraint operations, anything that mutates prod tables and cannot be trivially undone. Sister agent to db-schema-architect (schemas) and…
Generate Apple-platform Copilot agents, skills, instructions, prompts, templates, and hook guidance from user requirements and codebase analysis for implementation, review, testing, architecture, and agile delivery workflows.
Analyze Apple platform codebases and project context to extract targets, build setup, architecture, patterns, testing strategy, concurrency model, design system, CI/CD, business domain signals, and existing Copilot agent ecosystem for agent generation. This is a kit subagent, not a generated project agent.
Audit generated Copilot customization bundles for Apple platform workflows, including trigger quality, primitive fit, scope discipline, role clarity, constraints, and likely task execution effectiveness before finalize.
Use this agent for a pre-push code review of local changes (staged or recent commits). It reviews the diff for bugs, logic errors, missing error handling, type safety issues, and readability — then gives actionable feedback with file:line references. Examples: User: "Review my changes before I push" User: "Can you…