← ClaudeAtlas

mvp-e2e-promotabilitylisted

Convert requirements into narrow but end-to-end promotable MVP slices instead of shallow demos or decorative code.
authenticfake/clike · ★ 1 · AI & Automation · score 70
Install: claude install-skill authenticfake/clike
# MVP E2E Promotability Skill ## Intent A REQ should produce a small but complete slice that can be run, tested, evaluated, promoted, and extended. This skill prevents CLike from generating outputs that look plausible but are not useful as an MVP step: decorative dashboards, isolated modules with no entrypoint, fake local success, missing run commands, missing API wiring, missing route/page composition, or tests that do not prove acceptance criteria. ## Use when Use this skill when a REQ contributes to a user-facing feature, API capability, workflow, service boundary, integration, persistence path, AI feature, runtime profile, or product slice that should be promotable. ## Do not use when Do not use this skill for pure prose-only documents, isolated research notes, or deliberate spike/prototype REQs that are explicitly non-promotable. ## Signals Apply this skill when the REQ mentions: - MVP; - E2E; - demo-ready; - pilot-ready; - promotable; - backoffice; - app; - frontend/backend integration; - workflow; - route; - API; - local run; - validation; - archive; - export; - Q&A; - runtime profile; - launch script; - finalize; - runnability. ## Required behavior When selected, KIT or FINALIZE must: - reuse existing source before creating new layers; - patch existing composition before creating parallel composition; - wire existing services, routers, pages, clients, or adapters when available; - provide a local deterministic run path; - provide exact commands for local