원클릭으로
reviews-production-readiness
Verify production deployment readiness with comprehensive checks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify production deployment readiness with comprehensive checks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Unified orchestrator for all development tasks. ALWAYS execute when invoked — never skip for 'straightforward' tasks. Phases adapt based on detected task characteristics rather than predetermined types. Use for any development work that modifies code.
Internal engine for managing project documentation and technical standards in .agyflow/docs/. Handles file operations, INDEX.md generation, and AGENTS.md integration. Invoked by flow-init, standards-update, and standards-discover skills.
Initialize AI SDLC framework with intelligent project analysis and documentation generation
Orchestrates the complete migration workflow from current state analysis through implementation to compatibility verification. Handles technology migrations, platform changes, and architecture pattern transitions with adaptive risk assessment, incremental execution, and rollback planning. Use when migrating technologies, platforms, or architecture patterns.
Orchestrates performance optimization workflows using static code analysis to identify bottlenecks (N+1 queries, missing indexes, O(n^2) algorithms, blocking I/O, memory leaks). Accepts optional user-provided profiling data. Reuses standard specification, planning, implementation, and verification phases.
Interactive product/feature design orchestrator. Transforms fuzzy ideas into structured product briefs through collaborative exploration, iterative refinement, and visual prototyping. Adaptive phases detect design complexity and adjust depth.
| name | reviews-production-readiness |
| description | Verify production deployment readiness with comprehensive checks |
ACTION REQUIRED: This command delegates to a subagent. The <command-name> tag refers to THIS command, not the target. Invoke the production-readiness-checker subagent via the Task tool NOW. Pass path and target arguments. Do not read files, explore code, or execute workflow steps yourself.
You are verifying production deployment readiness using the production-readiness-checker subagent.
You are performing comprehensive production readiness analysis covering configuration, monitoring, error handling, performance, security, and deployment considerations.
Determine the following from the user's request:
Path to analyze:
Target environment:
--target=prod: Full production checks (recommended)--target=staging: Relaxed staging checksInvoke the production-readiness-checker subagent NOW using the Task tool:
Use Task tool:
subagent_type: "production-readiness-checker"
description: "Production readiness check"
prompt: |
Verify production readiness at: [path from user or from question]
Target: [production|staging]
Report path: [path]/production-readiness-report.md
Wait for the subagent to complete before proceeding.
The production-readiness-checker subagent will:
Example 1: Check specific task for production
User: /agyflow:reviews-production-readiness .agyflow/tasks/development/2025-10-24-payment-api/
Example 2: Check feature for staging
User: /agyflow:reviews-production-readiness src/features/notifications/ --target=staging
Example 3: Comprehensive project check
User: /agyflow:reviews-production-readiness .
The production-readiness-checker will provide:
Ready to Deploy:
Deploy with Caution:
Do Not Deploy: