원클릭으로
reviews-reality-check
Comprehensive reality assessment of completed work to verify it actually works and is production-ready
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Comprehensive reality assessment of completed work to verify it actually works and is production-ready
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-reality-check |
| description | Comprehensive reality assessment of completed work to verify it actually works and is production-ready |
ACTION REQUIRED: This command delegates to a different skill. The <command-name> tag refers to THIS command, not the target. Call the Task tool with subagent_type="reality-assessor" NOW. Pass the task path in the prompt. Do not read files, explore code, or execute workflow steps yourself.
You are running a comprehensive reality check using the reality-assessor agent.
You are performing no-nonsense reality assessment to determine if completed work actually works and solves the business problem.
Determine the following from the user's request:
Invoke the reality-assessor agent NOW using the Task tool:
Task Tool:
- subagent_type: reality-assessor
- description: Reality assessment
- prompt: |
You are the reality-assessor agent. Assess the reality of completion for: [task-path]
Your task:
1. Load all available verification reports (implementation-verifier, pragmatic-review.md, code-review-report.md, spec-audit.md)
2. Assess claimed completion (check implementation-plan.md markers, test results, verification status)
3. Validate functional completeness:
- Run tests yourself (don't trust reports)
- Test end-to-end workflows (not just unit tests)
- Try error scenarios (invalid inputs, edge cases, realistic data)
- Test integration with dependent systems
- Test under realistic conditions
4. Identify reality gaps (functionality, quality, production readiness)
5. Check integration points (data flow, API contracts, auth, external systems)
6. Generate reality assessment report with clear deployment decision
Save report to: verification/reality-check.md
Focus on: Does this ACTUALLY work for intended purpose? Functional reality over technical perfection.
Provide clear deployment decision: ✅ Ready | ⚠️ Issues Found | ❌ Not Ready
Wait for the agent to complete before proceeding.
The reality-assessor agent will:
Example 1: Reality check before deployment
User: /agyflow:reviews-reality-check .agyflow/tasks/development/2025-11-17-payment-processing/
Example 2: Verify claimed completion
User: /agyflow:reviews-reality-check .agyflow/tasks/development/2025-11-17-login-timeout/
Example 3: Production readiness check
User: /agyflow:reviews-reality-check .agyflow/tasks/development/2025-11-17-user-dashboard/ --production
The reality-assessor will provide: