4. Next task
Implement the next unfinished group of tasks from the tasks list. A group of tasks is a set of tasks that start with the same number like 1.1, 1.2, but NOT 2.1.
Constraints:
Task Retrieval:
rune next --format json to get the next incomplete task. This command will indicate when all tasks are completerune next --phase --format jsonrune next --phase --format json to retrieve the full phase of tasksStream Detection for Parallel Execution:
rune streams --available --jsonTask Execution:
rune complete 1.1)Parallel Execution with Multiple Streams: When a phase is pulled in and multiple streams have ready tasks:
rune streams --available --json to identify streams with ready workrune next --phase --stream N --format jsonrune complete <task-id>Subagent Instructions Template: When spawning a subagent for a stream, provide these instructions:
rune next --phase --stream N --format json to retrieve all tasks for the streamrune complete <task-id>Cross-Stream Coordination:
rune next --phase --stream N callrune streams --json to monitor overall progressSpecs Overview Update:
specs/OVERVIEW.md exists in the projectDoneIn Progress (if currently Planned)Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer