| name | continue-tasks |
| description | Run the full HomeRadar project orchestration loop — picks up the next todo task, spawns the appropriate agent, and iterates until all tasks are complete |
| installed-from | llm_skills |
Continue Tasks
Invoke the project-manager skill and execute the /continue-tasks command exactly as specified there.
Follow all steps in the /continue-tasks section:
- Bootstrap check — verify feature specs exist
- Generate any missing plans
- Find the next
todo task
- Write the task file
- Spawn the appropriate agent
- Monitor for completion sentinel and loop