| name | pscode-task-runner |
| description | Implements the next pending subtask in refine.md — only one, without expanding the scope, showing the diff and running the relevant validation. Use it during /ps:dev, one subtask at a time. |
| generatedBy | 3.1.0 |
Task Runner
Implement only the next pending subtask in refine.md (the ## Subtasks
checklist). This is the implementation loop inside /ps:dev.
How to act
- Read
brief.md and refine.md.
- Take the first unchecked subtask (
- [ ]) under ## Subtasks.
- Implement only that subtask. Don't expand the scope.
- Show a short diff of what changed.
- Run the relevant validation (tests/lint), if possible, and report the result.
- Ask whether you can mark the subtask as done (
- [x]).
Respect apply_mode: one_task_at_a_time and approval_required in
pscode/config.yaml. One task at a time, always with human validation.