| name | gsp-production-feature |
| description | Use when a requested game feature should land as a maintainable product-grade feature, not a prototype slice. |
Game Production Feature
Goal
Build or modify a feature so it can live in a serious codebase, not just impress in a quick demo.
Quality bar
A valid production feature usually includes:
- the requested feature scope,
- clean integration with existing systems,
- production-grade code structure,
- compatibility / migration notes when relevant,
- strong user-facing flow and feedback,
- verification strong enough for continued development.
Use:
./shared/checklists/production-feature-checklist.md
./shared/checklists/production-code-checklist.md
Outputs
Follow the gsp-orchestrator output strategy:
- inline (default): present quality target updates in conversation.
- minimal or full: write or update
docs/game-studio/quality-target.md.
Workflow
- Protect the requested feature set.
- Respect project state and refactor policy.
- Update quality target (see Outputs).
- Implement the feature to completion, not as a fake shell.
- Verify the feature and touched regressions before calling it done.