원클릭으로
openspec-analyze
Passive: analyze artifact consistency before implementation — auto-triggers when all artifacts are complete
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Passive: analyze artifact consistency before implementation — auto-triggers when all artifacts are complete
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Save current session state to a handover document for seamless continuation in a new session. Invoke manually or triggered automatically when context window reaches 85%.
Use when the user wants to delegate a task to OpenAI Codex CLI, get a second opinion, or run codex review on changes
Configurable 9-phase feature development workflow enforcer (Phase 0 Context Setup → Phase 8 Approval & Commit). Delegates planning to OpenSpec (proposal→specs→design→tasks) and enhances execution with superpowers skills (TDD, subagent-driven-development, worktrees, verification). Auto-validates phase transitions, manages state via context.md, and orchestrates specialized agents. Use when user says "start feature" or "resume feature", mentions implementing/building/creating a feature, needs structured development process, references TDD or test-driven development, asks about feature planning or implementation phases, references 9-phase workflow or mentions "Phase 1" or "Planning phase", needs approval gates or phase validation, or asks "how do I start a feature" or "what's the development workflow".
Structured E2E test troubleshooting using the 6-layer diagnostic ladder (Frontend → API → SP/Schema → Infra → CI/CD). Use when any E2E test fails, UI doesn't render, auth drops, unexpected status codes, CI passes locally but fails in pipeline, or any test failure where the root cause is unclear. Routes to the correct read-only diagnostic agent based on the symptom, walks the sequential ladder with [EVIDENCE]/[HANDOFF]/[ROOT-CAUSE] taxonomy, and enforces the Fix Gate (no action before root cause confirmed).
Post-session retrospective — append tagged learnings (with severity) to configured learnings file (default: `learnings.md`)
| name | openspec-analyze |
| description | Passive: analyze artifact consistency before implementation — auto-triggers when all artifacts are complete |
Analyze artifact consistency for a change (read-only). This is a passive skill — invoke it automatically when all artifacts of a change are completed, before suggesting implementation.
Trigger: When openspec status --change "<name>" --json shows isComplete: true (all artifacts done), run this analysis before recommending /openspec-apply.
Input: A change name (from context — do NOT prompt the user to select, infer from the current conversation).
Steps
Run openspec status --change "<name>" --json and confirm at least 2 artifacts are done.
Get context files via openspec instructions apply --change "<name>" --json. Read all artifacts from contextFiles.
Analyze four dimensions:
Coverage:
specs/<capability>/spec.md### Requirement: headers)Consistency:
Ambiguity:
### Requirement: has at least one #### Scenario:Gaps:
Present findings inline (≤30, grouped by CRITICAL > WARNING > SUGGESTION):
## Artifact Analysis: <change-name>
| Dimension | Status |
|-------------|--------------------------|
| Coverage | N/M capabilities covered |
| Consistency | Aligned / N issues |
| Ambiguity | N vague items found |
| Gaps | N potential gaps |
[List findings with file locations and actionable recommendations]
Based on results:
/openspec-apply/openspec-applyGraceful Degradation
Guardrails