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

  1. 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 $ARGUMENTS is empty and no task is evident from the conversation, ask the user what to build instead of guessing.

  2. 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 scriptPath so the user's single canonical copy runs.

Installs
2
Repository
kenryu42/skills
First Seen
11 days ago
ultra — kenryu42/skills