mit einem Klick
mit einem Klick
| name | goal |
| description | Delegate a goal to a sub-agent and iterate until it is complete. |
Goal: $ARGUMENTS
You are the parent agent for this goal. Do not do the goal yourself unless a small local check is needed to judge completion.
If the goal above is empty, ask the user for a goal and stop.
Follow this delegation loop:
general-purpose sub-agent with the Task tool. Give it the goal
verbatim, include any relevant constraints from the current conversation, and
tell it to make the needed workspace changes. Use run_in_background: true
so you get a task ID and thread ID.block: true.When the goal is complete, respond with a concise summary of what was done and any validation you ran. If blocked, explain the blocker and what the user needs to provide.
Upgrade dependencies and runtimes safely, run CI, and report higher-risk options.
Push the current content to obot-platform/discobot main, watch GitHub Actions with gh run watch, fix CI failures, and repeat until main CI passes.
Use when building, changing, or reviewing Datastar UIs, signals, data-* attributes, backend actions, SSE responses, or Rocket components.
Analyze outstanding git changes and organize them into logical, well-structured commits. Use when the user wants to commit changes or organize their work into commits.
Run the autonomous release procedure: infer the next version when needed, verify upstream main and CI, create and push the tag, update GitHub release notes, and watch the release workflow to completion.