Generate deployment runbook documentation following the DEPLOYMENT-RUNBOOK template. Use when planning deployments, documenting procedures, or when the user asks for a runbook.
Score 70/100
Platform-specific deployment scripts and configurations. Use when deploying applications, configuring cloud platforms, validating deployment environments, setting up CI/CD…
Score 70/100
Deployment workflows, pre-deploy validation, and smoke testing patterns. Use when deploying to staging or production, running smoke tests, or validating deployments.
Score 70/100
Azure Deployment Stacks GA 2025 features for unified resource management, deny settings, and lifecycle management
Score 70/100
Deployment Strategy Agent. Feature Flag, Canary/Blue-Green 배포, 롤백 전략을 담당합니다. 안전한 배포와 점진적 롤아웃을 관리합니다.
Score 70/100
You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations.
Score 70/100
Validates application readiness for Render/production deployment. Auto-runs when user mentions deployment. Prevents "works locally, fails in production" issues.
Score 70/100
Validate release readiness through comprehensive pre-deployment checks. Use before deploying schedules, features, or infrastructure changes to production.
Score 70/100
部署验证技能:确保部署成功的验证工作流和检查清单。 Use when: 部署到 Vercel/GCP 后需要验证、检查环境变量同步、排查部署问题。 Triggers: "部署", "deploy", "验证", "上线", "发布", "环境变量", "CI/CD"
Score 70/100
Use this agent when a PR touches production data, migrations, or behavior that could silently discard or duplicate records.
Score 70/100
CI/CD pipelines, zero-downtime deployments, infrastructure as code, and production deployment strategies
Score 70/100
Deployments - rollback, feature flags, ops tooling. Use when shipping to production.
Score 70/100
Diagnose and fix Deptrac architectural violations automatically. Use when Deptrac reports dependency violations, layers are incorrectly coupled, or when refactoring code to…
Score 70/100
Generate an onboarding-level summary of a codebase for new developers, including architecture, patterns, and key entry points
Score 70/100
Distinction between laws (invariants) and style (conventions). Load when determining if a constraint is a law or style.
Score 70/100
Make interfaces truly adaptive — not just responsive. Uses container queries for component-level adaptation, adaptive navigation patterns, and platform-aware layouts for web,…
Score 70/100
Use when making architecture decisions, setting up CI/CD, managing technical debt, or choosing branching strategies - enforces ADR requirements and prevents resume-driven design
Score 70/100
API設計エージェント - リファクタリング後のマイクロサービスAPI設計。REST/GraphQL/gRPC/AsyncAPIの仕様書、API Gateway設計、認証・認可設計を策定。/design-api [対象パス] で呼び出し。
Score 70/100
Create Mermaid diagrams (activity, deployment, sequence, architecture) from text descriptions or source code.
Score 70/100
Transform approved requirements into comprehensive technical designs. Define system architecture, component interactions, data models, and interfaces to create a blueprint for…
Score 70/100
Help users understand and build design engineering capabilities. Use when someone is creating a design engineering function, hiring design engineers, or bridging the gap between…
Score 70/100
Establish or formalize your design system foundation. Create design tokens (color, typography, spacing, shadows, borders), define component architecture, document design…
Score 70/100
Modern UI design principles and guidelines for building clean, professional interfaces. Use when creating any UI components, layouts, web pages, or interactive elements including…
Score 70/100
Initialize new design documentation from templates. Use when creating new design docs, documenting new systems, starting architecture documentation, or setting up design docs for…
Score 70/100
Designs and implements state transition analysis systems for tracking time spent in different states.
Score 70/100
Apply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems.
Score 70/100
Comprehensive Ruby implementations of Gang of Four (GoF) design patterns. Use when implementing object-oriented design solutions, refactoring to reduce coupling, solving…
Score 70/100
Create and maintain persistent design plan files for non-ticket architecture discussions. Auto-triggers when user starts a design discussion; accumulates decisions as file not…
Score 70/100
Comprehensive PostgreSQL-specific table design reference covering data types, indexing, constraints, performance patterns, and advanced features
Score 70/100
Comprehensive PostgreSQL-specific table design reference covering data types, indexing, constraints, performance patterns, and advanced features
Score 70/100
UI/UX design system for dashboards, admin panels, SaaS interfaces, and web apps. Stack: React, Tailwind, CSS, styled-components.
Score 70/100
Engineering design cycle covering requirements elicitation, specifications writing, constraint identification, iterative prototyping, and design communication.
Score 70/100
Remove historical cruft from design docs. Use when docs accumulate outdated content, after major refactorings, or when preparing for releases.
Score 70/100
Design complete database schemas with tables, relationships, constraints, and indexes for Supabase. Triggers when user describes data models, entities, or requests schema design.
Score 70/100
Verify code implementation aligns with design specifications. Use after implementing features, during code reviews, or when refactoring to ensure architectural compliance.
Score 70/100
Extracts design tokens from images and generates CSS custom properties, atomic utility classes (Tailwind-style), and platform-specific formats following W3C standards and modern…
Score 70/100
Use when implementing design token systems, CSS variable architectures, or Style Dictionary pipelines.
Score 70/100
Extract, consolidate, and modernize design tokens — oklch color scales, fluid spacing with clamp(), typography scales, motion timing, and shadow depths.
Score 70/100
PROACTIVELY track and document project design decisions without being asked. Activate automatically when detecting architecture discussions, implementation decisions, pattern…
Score 70/100
Create technical solution architecture from requirements with REQ-* traceability. Designs components, APIs, data models, and interactions.
Score 70/100
Designs REST and GraphQL APIs including endpoints, error handling, versioning, and documentation. Use when creating new APIs, designing endpoints, reviewing API contracts, or when…
Score 70/100
Guides REST and GraphQL API design, endpoint patterns, request/response schemas, versioning, and API best practices.
Score 70/100
Designs software architecture and selects appropriate patterns for projects. Use when designing systems, choosing architecture patterns, structuring projects, making technical…
Score 70/100
Defines the basic solution structure for AvaloniaUI Desktop Applications using CustomControl. Use when creating new AvaloniaUI projects or designing stand-alone control styles…
Score 70/100
Guides designing, reviewing, and refactoring modules for depth — maximizing functionality hidden behind minimal interfaces.
Score 70/100
When designing distributed systems for scalability, reliability, and consistency. Covers CAP/PACELC theorems, consistency models (strong, eventual, causal), replication patterns…
Score 70/100
Guides the design and analysis of hexagonal architecture (Ports & Adapters) for backend systems. Use when structuring modular applications with clean separation between business…
Score 70/100
Designs hybrid AI context architectures that combine RAG, knowledge graphs, episodic memory, and long-context synthesis appropriately.
Score 70/100
Create professional, attractive, and visually striking user interfaces in Next.js. Use when building beautiful websites, landing pages, dashboards, or any UI that needs to stand…
Score 70/100
Create professional, attractive, and visually striking user interfaces in Next.js. Use when building beautiful websites, landing pages, dashboards, or any UI that needs to stand…
Score 70/100
Guides designing, reviewing, and governing RESTful APIs — resource modeling, URL structure, HTTP methods, status codes, error handling (RFC 9457), pagination, versioning,…
Score 70/100
Design scalable, reliable software systems. Use when planning new systems, major features, or architecture changes.
Score 70/100
Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked…
Score 70/100
Generates unique, high-fidelity, and non-generic UI designs by synthesizing modern component libraries with specific design movements.
Score 70/100
Designs stand-alone control styles using WPF CustomControl and ResourceDictionary. Use when creating reusable custom controls or organizing control themes in Generic.xaml.
Score 70/100
Designs Zod schemas following Zod-first development. Creates validation schemas, branded types, discriminated unions, and transforms. Infers TypeScript types from schemas.
Score 70/100
Generate end-to-end tests for the complete Desktop Ethereal application, including UI interactions, system integration, and user workflows.
Score 70/100
Use when the user asks for a fortune reading, daily destiny, life reading, horoscope, hexagram, I-Ching, 운세, 사주, 명리, or invokes /destiny.
Score 70/100
Managing destructiveChanges.xml manifests for safe metadata deletion in Salesforce deployments. Use when deleting metadata components via Metadata API or sf CLI.
Score 70/100
Comprehensive detection of competing and conflicting systems in Vue 3 + TypeScript + Pinia projects. Identifies duplicate implementations, architectural conflicts, and competing…
Score 70/100