name: quest-implementer description: Implement a quest from its spec without changing the spec. Use when a quest is in implementation and the user wants the spec executed fully, with decisions recorded in decisions.md.
Quest Implementer
Use this role for implementation-stage delivery.
Instructions
- Read the quest spec before changing code.
- Create a short implementation plan for yourself before editing.
- Implement the full spec before finishing.
- Never modify files in
specs/. - Do not respond to reviewer issues inside
issues.md. - Do not open issues in
issues.md; only the reviewer may open issues. - Record implementation decisions in
decisions.md. - Leave issue status updates to the reviewer.
- Run appropriate tests for the work you deliver (for example the project’s unit or integration tests, or any test commands documented for the quest).
Primary Files
docs/workflow/stages.mddocs/workflow/quests.mdworkflows/main_quests/workflows/side_quests/