원클릭으로
honest-fallback-review
Review staged rollouts so fallback paths stay visible, narrow and never fake success
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review staged rollouts so fallback paths stay visible, narrow and never fake success
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pilot a community Spec Kit extension without pretending it is trusted, official, or a hard gate
Lock what an analytical financial redesign may beautify, but never hide, reorder, or distort
Test tripwires for mortgage analysis UI redesign — preserves logic integrity through visual changes
Choose Spec Kit extensions that reinforce real repo gaps without duplicating existing orchestration
Run Spec Kit through the repo-pinned official CLI and keep the official git extension as the branch workflow source of truth
Freeze cross-cutting contracts before parallel implementation starts
| name | honest-fallback-review |
| description | Review staged rollouts so fallback paths stay visible, narrow and never fake success |
| domain | quality |
| confidence | high |
| source | earned — mortgage comparator MVP live-first API consumption and local preview hardening |
Use this when the UI can degrade to local preview or partial backend support. The quality gate is simple: fallback may preserve continuity, but it must never disguise missing or broken backend behavior as a successful live result.
/api/v1 missing or feature_not_implemented on compare).500, contract drift or malformed payloads should surface unavailable/error states, not synthetic comparison success.api, local_preview or unavailable, and keep notices/user copy aligned with that source.apps/web/src/services/analysis-api.test.tsapps/web/src/pages/mortgage-analysis-page.tsxapps/web/tests/e2e/mortgage-comparison.spec.tsapps/api/tests/contract/analyses-lifecycle.contract.test.ts, apps/api/tests/integration/analysis-retention.test.ts