AI Delivery Spec
Convierte una solicitud de característica vaga en un informe de requisitos o PRD rastreable y controlado
Probado · Funciona
Qué hace
Un requirements-management kernel para Claude Code: it routes a request a la right stage (frame, explore, intake, clarify, specify, review, baseline, change, acceptance) y delivers the smallest complete artifact para esa stage, con stable REQ/DEC/UNK ids y owned open questions. Bundled Python gates then check the artifact statically y refuse to call structural conformance business correctness. Se activa on writing, changing, reviewing o accepting requirements, PRDs y prototypes; it explicitly excludes coding, CI/CD y deployment.
Informe de la prueba
Se escribió el same 'add CSV export to the orders list' brief twice y ran the skill's own Python gate on both: la no-skill version came back BLOCKED, la skill-guided one came back REVIEW_COMPLETE_WITH_GAPS con zero blockers y three open unknowns que each carry an owner, a blocking stage y a fallback. El content gap fue bigger than the format gap — la skill version caught CSV formula injection, row-count parity against the list counter, a separate export permission y an audit record, none of which the plain brief mentioned, y it converted three ownerless 'open questions' into tracked items. The gate es honest about its own limits: every run prints NOT_PROVEN para domain correctness, runtime behaviour y real acceptance. El catch es language — SKILL.md y el README son roughly ninety percent Chinese, y parts of the CLI help son too, so English-only teams read the manual through a translator.
Probado el: 2026-08-10 · Claude Code 2.x (agent harness)
Instalación
git clone https://github.com/franklinxkk/ai-delivery-spec.git mkdir -p ~/.claude/skills cp -r ai-delivery-spec ~/.claude/skills/ai-delivery-spec
Comandos y prompts de ejemplo
/ai-delivery-specConvierte una solicitud de característica vaga en un informe de requisitos o PRD rastreable y controlado
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Write a clarify-stage requirement brief for a CSV export buttonDraft a PRD with REQ/DEC/UNK ids for this new feature requestMove this feature from intake to specify stage with open questions