en un clic
spec-driven-ai-demo
spec-driven-ai-demo contient 6 skills collectées depuis knishioka, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Create GitHub Issue with complete specification (Background/AC/Non-goals/Constraints). Asks clarifying questions, outputs ISSUE_TITLE.txt and ISSUE_WITH_SPEC.md ready to post.
Create GitHub Issue draft with AC/Non-goals/Tasks. Use when starting from vague requirements - asks clarifying questions if needed. Also used internally by create-issue skill.
Implement from Issue specification. Creates plan.md (scope gate), implements code, runs tests, generates PR_DRAFT.md. Use after Issue is created or ISSUE_WITH_SPEC.md exists.
Implement from plan.md, run tests, generate PR_DRAFT.md with actual verification results. Use when ready to code.
Create plan.md from spec.md defining PR scope (will/won't do, files, verification). Use before implementation.
Convert GitHub Issue to spec.md with Why/AC/Non-goals/Constraints. Use after Issue is created or /issue-draft is done.