ワンクリックで
task-orchestrator
task-orchestrator には solisoft から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Implement the fix described in tasks/todo/<slug>.md, run the project's verification loop, commit, create a draft PR, and stop. Use when the orchestrator dispatches a task into a fresh worktree and asks you to do the work.
Review the uncommitted fix in this worktree against tasks/todo/<slug>.md, then convert draft PR to regular PR (or stop on Rejected). Use after /do-task — the orchestrator runs us in the same worktree to verify and update the PR.
Take rough free-text notes for a task and produce a structured task spec markdown ready for `/do-task`. Args: <notes_path> [<project_root>]. Reads the notes from the first path; if a project_root is given, ground the plan against THAT tree (read its CLAUDE.md, glob its files) — not the cwd. Prints the structured spec to stdout. Used by the task-orchestrator's "Plan it" form button. Can call AskUserQuestion when an ambiguity would otherwise force a wrong plan.