architect
01Agent
Use when designing the architecture of a web application — handles requirements analysis, system design, database modeling, and API design. Part of the fullstack-webapp harness.
100 production-grade multi-agent harnesses for GitHub Copilot CLI
Agent
Use when designing the architecture of a web application — handles requirements analysis, system design, database modeling, and API design. Part of the fullstack-webapp harness.
Agent
Use when implementing the backend of a web application — builds REST/GraphQL API, database layer, authentication, and business logic. Part of the fullstack-webapp harness.
Agent
Use when setting up deployment infrastructure for a web application — configures CI/CD, containerization, and deployment. Part of the fullstack-webapp harness.
Agent
Use when implementing the frontend of a web application — builds React/Next.js UI components, state management, and API integration. Part of the fullstack-webapp harness.
Agent
Use when creating tests for a web application — designs test strategy and writes unit, integration, and E2E tests. Part of the fullstack-webapp harness.
Agent
Use when implementing an Android mobile application — covers Jetpack Compose architecture, MVVM with StateFlow, MVI patterns, Hilt dependency injection, Kotlin coroutines, Material You, and Google Play policy compliance. Part of the mobile-app-builder harness.
Agent
Use when preparing an app for App Store or Google Play submission — creates optimized metadata for Apple App Store and Google Play, specifies screenshot requirements for all device sizes, defines ASO keyword strategy, and validates compliance with review guidelines to prevent rejection. Part of the mobile-app-builder…
Agent
Use when implementing an iOS mobile application — covers SwiftUI/UIKit architecture, MVVM with Combine, TCA patterns, Swift concurrency (async/await, actors), and App Store submission requirements. Part of the mobile-app-builder harness.
Agent
Use when designing cross-platform state management — reconciles shared business logic from iOS and Android implementations, chooses a sharing strategy (KMM, React Native bridge, or native-with-protocol), specifies offline-first architecture with SQLDelight/Room, and defines sync conflict resolution. Part of the…
Agent
Use when designing mobile UX/UI — creates navigation patterns, design system, wireframe specifications, and accessibility guidelines for iOS and Android platforms. Part of the mobile-app-builder harness.
Agent
Use when designing the overall API strategy for a new service or major API overhaul — determines technology stack choice (REST vs GraphQL vs gRPC), versioning scheme, authentication approach, and gateway patterns. Part of the api-designer harness.
Agent
Use when generating the final API specification and documentation — produces a complete OpenAPI 3.0 document, Swagger UI configuration, and SDK code generation hints from the completed REST, GraphQL, and security designs. Part of the api-designer harness.
Agent
Use when designing a GraphQL API schema — defines types, queries, mutations, subscriptions, DataLoader patterns for N+1 prevention, and schema evolution strategy. Part of the api-designer harness.
Agent
Use when designing RESTful API endpoints for a service — defines resource models, HTTP method semantics, status codes, pagination, and HATEOAS links. Part of the api-designer harness.
Agent
Use when hardening an API design with security controls — specifies OAuth 2.0 flows, JWT configuration, rate limiting algorithms, CORS policy, and OWASP API Security Top 10 mitigations. Part of the api-designer harness.
Agent
Use when performing a final database design review — checks referential integrity, data consistency, missing constraints, cascade delete risks, data quality, and produces a prioritized risk report. Part of the database-architect harness.
Agent
Use when planning database schema migrations — produces migration scripts outline, zero-downtime deployment order, and rollback procedures. Part of the database-architect harness.
Agent
Use when analyzing query performance, designing index strategies, or reviewing slow query patterns — produces index recommendations, query templates, and execution plan guidance. Part of the database-architect harness.
Agent
Use when designing high-availability database topology — covers read replica setup, primary/standby failover, connection pooling, and streaming replication configuration. Part of the database-architect harness.
Agent
Use when designing a database schema from scratch or reviewing an existing one — performs data modeling, normalization (1NF through BCNF), ER diagram design, and entity relationship definition. Part of the database-architect harness.
Agent
Use when configuring CI/CD infrastructure — runner setup, container configuration, environment variables, and secrets management. Part of the cicd-pipeline harness.
Agent
Use when designing CI/CD pipeline monitoring — metrics collection, alerting, dashboards, and SLA tracking. Part of the cicd-pipeline harness.
Agent
Use when designing CI/CD pipeline stages, triggers, and branch strategies — part of the cicd-pipeline harness.
Agent
Use when reviewing a CI/CD pipeline design — evaluates efficiency, reliability, security, and alignment with best practices. Part of the cicd-pipeline harness.