ワンクリックで
zoo-zero
Direct execution followed by review+fix iterations. Use only when explicitly requested.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Direct execution followed by review+fix iterations. Use only when explicitly requested.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Close out a completed Lighto task: full validation, final report, rebase. Requires the task file path as input.
Tiered Lighto code review gate: scripted checks, parallel narrow checks, broad review. Invokable standalone on any diff, or as part of the Lighto workflow.
Lightweight spec-driven workflow: collaborative spec, top-level TDD implementation, tiered parallel review gate, one commit per subtask. Use only when explicitly requested.
Review a Lighto task file spec from all angles: flag omissions, fix uncontroversial problems, punt real decisions to the user. Requires the task file path as input.
Execute one Lighto subtask: plan, TDD, validate, browser-verify, review gate, commit. Requires the task file path and subtask number as input; use only on an existing Lighto task file.
Record user feedback for the active Zoo spec without interrupting current work. Use only when explicitly requested, especially when the user gives feedback to address later during Zoo Heavy, Zoo Lite, Zoo Zero, or another running Zoo workflow.
| name | zoo-zero |
| description | Direct execution followed by review+fix iterations. Use only when explicitly requested. |
Read and follow .zoo/zoo.md if it exists.
Zoo Zero is the smallest Zoo workflow. It uses no spec file, no planner, no plan review, and no spec subtask file. The top-level agent owns research, planning, implementation, tests, browser checks, docs, evidence, fixes, and final closeout.
Use this workflow only when you are the main agent running the task end to end.
If the prompt says you are a delegated code_reviewer, execute exactly that review step, write the required code-review report, and stop. The prompt must explicitly say this is Zoo Zero and no spec file exists. Do not run Zoo Zero, spawn subagents, wait on subagents, or edit files.
Delegated code_reviewer never runs zoo-uberreview. The top-level agent runs uberreview after normal code review approves, because zoo-uberreview launches multiple reviewer subagents itself.
zoo-plan, planner, or plan_reviewer; Zoo Zero has no plan-review or plan-uberreview phase.user-request Bureau report before implementation. It captures the user request/ticket context, exact original requested scope, initial research, direct plan, expected validation, browser-testing need, and known risks. This report replaces the spec/plan handoff and gives zoo-report the baseline for later Extras.zoo-report can populate Dependency changes.zoo-refactoring: consequential cross-cutting changes become proposals requiring human approval, broad mundane refactors become separate commits before or after the current task depending on whether they technically block it, and small low-pollution edits stay in the current task.Subtasks, so separate refactoring work is tracked with the agent's native task list instead. Use one task item for the current user task and one task item for each separate refactoring, ordered before or after the current task according to zoo-refactoring.Refactoring request in their report; the top-level agent owns creating proposal files, updating the native task list, deciding before-vs-after routing, stashing, implementation, and commit separation..zoo/testing.md if it exists..zoo/browser.md if it exists..tasks/, _tasks/, or a repo-specific alternate is ignored by git, every file under that root is workspace-only Zoo state. Never stage, force-add, commit, or push those files, including additions, modifications, or deletions of paths that were already tracked. Do not count ignored task-root files as uncommitted workflow changes.user-request report, then researches, plans, implements, tests, runs browser checks when needed, and updates docs.impl report with Bureau MCP:
Dependency changes: added/removed/updated dependencies, version or dependency-set changes, code changes in modifiable dependency checkouts, or none, with rationaleFinal-state validation: commands run after the last file change, result on the exact state left, whether any file changed afterward, and the command still needed when validation is missing or stalecode_reviewer. The invocation prompt must explicitly say this is Zoo Zero, no spec file exists, and reviewer should use the user-request, impl, and later fixes reports plus the actual diff.code_reviewer reports a Refactoring request or findings that affect pre-existing code outside the current task, use zoo-refactoring before implementing them. If it routes to a proposal, create the proposal with zoo-proposal from the reviewer draft, record the proposal path in the next report, and treat the finding as satisfied unless the refactoring is technically blocking. If it routes to separate work, add native task-list items for the refactoring and current task, decide whether the refactoring runs before or after the current task, stash only when necessary, and keep the commit separate.code_reviewer reports remaining in-scope findings, implement all findings.fixes report with Bureau MCP:
none, with rationaleFinal-state validation: commands run after the last fix, result on the exact state left, whether any file changed afterward, and the command still needed when validation is missing or stalefixes report and rerun code_reviewer; the finding remains unresolved until code_reviewer accepts the evidence or the code is changed.code_reviewer is happy and has no unresolved findings.code_reviewer approves, the top-level agent checks the latest Final-state validation entries from impl, fixes, browser, and code-review reports. If relevant passing validation is missing or stale for the current code state, run it once before or in parallel with code uberreview. Use zoo-uberreview to review the code written for the task, telling reviewers that validation has passed or is orchestrator-owned and that they must not rerun broad suites. If validation fails or uberreview reports findings, classify report Refactoring requests or findings outside the current task with zoo-refactoring; add native task-list items for separate refactoring work, implement in-scope findings, rerun relevant tests/browser checks, write a fixes report, rerun code_reviewer, then rerun code uberreview. Repeat until final-state validation, normal code review, and code uberreview all have no unresolved findings.commit skill after both review layers are happy unless the user explicitly asked not to commit..zoo/task-finish.md if it exists immediately after all workflow commits are complete. Its instructions take priority over this skill's closeout instructions, including whether to run zoo-rebase..zoo/task-finish.md overrides it, run zoo-rebase. If it is not clean, follow the rebase routing before reporting completion.zoo-report before sending the final response.Do not stop while code-review or code-uberreview findings remain unresolved. Do not stop before rerunning code_reviewer and code uberreview after fixes.
.tasks/<task>/evidence/ when a Bureau task is active; use video only when screenshots cannot prove behavior.impl report or final response.spec.md.user-request report before implementation begins.user-request report contents: user request/ticket context, exact original requested scope including original plan boundaries and non-goals, initial research summary, direct plan, expected validation, browser-testing need, and known risks.impl report is written by the top-level agent before the first code-review pass.fixes reports are written by the top-level agent before each re-review after code-review findings.code-review reports are written by code_reviewer; every Zoo Zero reviewer invocation must explicitly say no spec file exists.zoo-uberreview after normal code review approves and final-state validation has been checked or started by the top-level agent. Its per-instruction reviewer reports and combined report use descriptive review-* suffixes such as review-simplicity, review-tests, or review-code, and the combined report identifies the reviewed code and unresolved findings.impl or fixes reports with the proposal path, refactoring commit, or reason it was placed before/after the current task.Stop only when one of these is true:
code_reviewer, and code uberreview have no unresolved findings, no native refactoring task-list items remain open, required evidence is complete, docs are updated when needed, commit is complete or explicitly not applicable, .zoo/task-finish.md has been read and followed when present, zoo-rebase is clean unless task-finish skipped or replaced it, and no trackable Zoo workflow changes outside ignored task roots remain uncommitted. Only pre-existing unrelated changes may remain uncommitted. Before sending the final response for this completion condition, use zoo-report.