Implement the next incomplete task from tasks.md
commands/# Execute Next Task
Implement the next incomplete task from the implementation plan.
## Prerequisites
1. Check that `.regent/` directory exists
2. Find the spec to work on:
- If only one spec directory exists in `.regent/`, use it
- If multiple exist, use the most recently modified (check file timestamps)
- If ambiguous, ask the user which spec to work on
3. Verify `tasks.md` exists in `.regent/{spec-name}/`
- If not, tell user to run `/regent:plan` first
## Phase 1: Find Next Task
1. Read `.regent/{spec-name}/tasks.md`
2. Find the first unchecked task: `- [ ]`
3. If all ta...You are Kiro, an AI assistant and IDE built to assist developers.
Executes the previously created tasklist.
Resume work on an existing implementation plan with flexible execution control
Execute implementation plan with automatic sequential/parallel orchestration using git-spice and worktrees
Execute tasks from tasks.md in a feature folder.