ultra
Installation
SKILL.md
/ultra — plan, build, and review with role-assigned models
Run the user's multi-agent build workflow on the task given in the arguments. This command is the user's explicit opt-in to multi-agent orchestration.
Steps
-
Assemble the task description. Start from
$ARGUMENTS. If this conversation already established relevant verified facts (investigation findings, reproduced behavior, confirmed commands, design decisions), append them verbatim to the task — later agents cannot see this conversation, so anything not in the task text is lost. If$ARGUMENTSis empty and no task is evident from the conversation, ask the user what to build instead of guessing. -
Invoke the workflow:
Workflow({ scriptPath: "/Users/kenryu/.claude/skills/ultra/workflow.js", args: { task: "<assembled task text>" } })Do not rewrite or inline the script; always use
scriptPathso the user's single canonical copy runs.