dev-story
Installation
SKILL.md
Before following this workflow, read the host guide for tool and delegation rules.
Dev Story
This skill bridges planning and code. It reads a story file in full, assembles all the context a programmer needs, routes to the correct specialist agent, and drives implementation to completion — including writing the test.
The loop for every story:
/gamedev:qa-plan [epic] ← define test requirements for the epic's stories
/gamedev:story-readiness [path] ← validate before starting
/gamedev:dev-story [path] ← implement it (this skill)
/gamedev:code-review [files] ← review it
/gamedev:story-done [path] ← verify and close it (sets the Backlog task to Done)
After a milestone's stories are done: run /gamedev:team-qa [milestone] to execute the full QA cycle and get a sign-off verdict before advancing the project stage.