Workflow Start
This skill is the workflow router for the simplified project.
Phase 1: Inspect State
Check for these files:
design/gdd/game.mddesign/gdd/systems-index.mddesign/gdd/*.mdexceptgame.mdandsystems-index.mddesign/art/art-direction.mddesign/art/*-art.mdproduction/milestone.mdproduction/milestone-*/tasks.mdproduction/milestone-*/tech.mdproduction/milestone-*/art-prompts.md
Also inspect whether any milestone tasks.md contains Status: Ready.
Phase 2: Summarize State
Report a short factual summary:
- Game overview present or missing
- Systems index present or missing
- Number of system GDDs
- Art direction present or missing
- Number of system art docs
- Milestone plan present or missing
- Number of milestone directories
- Whether a milestone
tasks.mdexists - Whether a milestone
tech.mdexists - Whether a ready task exists
- Whether any milestone art prompt pack exists
Phase 3: Route
Use this logic:
- If
design/gdd/game.mdis missing: recommend/gat-design(with optional hint) - If any system in
systems-index.mdlacks a GDD or art doc: recommend/gat-designto continue the pipeline - If
production/milestone.mdis missing: recommend/gat-milestone - If milestone directories exist but at least one lacks
tasks.mdortech.md: recommend/gat-plan - If a ready task exists:
recommend
/gat-implement - Otherwise: state that the workflow is set up and point to the next milestone artifact that is still missing
Phase 4: Hand Off
End with one short line telling the user which command to run next.