--- description: Do the next task toward the objective on a fresh context, then report status mode: subagent params: objective: string tools: - read - bash --- schema Progress { done: boolean, summary: string } let status: Progress = @`Objective: ${objective} Inspect the current state of the project, do the single most important unfinished task toward the objective, run the test suite with bash, commit the result, and report whether the objective is now fully met.`? status