full-workflow
Explicit-only. Align a feature specification, produce a reviewed plan, complete the local work, and ship the pull request.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Explicit-only. Align a feature specification, produce a reviewed plan, complete the local work, and ship the pull request.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Explicit-only. Run a named autonomous mode, repeatedly selecting, implementing, and shipping coherent work while preserving anything blocked.
Use globally installed `playwright-cli` for browser automation, UI inspection, screenshots, Playwright test debugging, or test generation. Trigger when a task needs browser interaction or test repair. Do not use for generic tests, web search, non-browser docs, or API-only work.
Explicit-only. Review a plan/task/context artifact set and report material findings.
Explicit-only. Ship one pull request, observe hosted CI and review feedback, follow PR policy, reply to every eligible comment, and request merge authorization before merging and cleaning up.
Explicit-only. Verify completed work against its authoritative contract and report coverage, working-code evidence, material gaps, and the completion verdict.
Use Agent Dispatch MCP tools only when the user names an external dispatch target or another skill explicitly requires dispatch. Do not use it for generic subagent, second-agent, or fresh-context requests; use the built-in subagent instead.
| name | full-workflow |
| description | Explicit-only. Align a feature specification, produce a reviewed plan, complete the local work, and ship the pull request. |
Orchestrate the complete development process, from a user request to a shipped and ready-to-merge PR.
Require:
implementer: self-contained dispatch target for implementationcode_reviewer: self-contained semantic-review dispatch targetfixer: self-contained dispatch target for bounded repairsplan_reviewers: one or more self-contained dispatch target specificationsAsk for any missing target; do not infer roles or target specifications.
Invoking this workflow authorizes the normal branch, commit, push, and PR writes needed.
Use the current checkout and default base unless the user requested otherwise. Preserve unrelated work with explicit diff boundaries and path- or hunk-specific staging; block only when overlapping work cannot be separated safely.
Dispatch using /agent-dispatch.
.agent-layer/tmp/full-workflow.<run-id>.spec.md with objective,
scope, non-goals, constraints, settled decisions, and any remaining
user-owned choice. Resolve factual unknowns before continuing./plan-work with the spec and plan_reviewers. Validate any reported
user blocker against repository escalation rules. Continue only with an
implementation-ready result./fully-implement-plan with the reviewed artifacts and the supplied
implementer, code_reviewer, and fixer targets./ship-pr. Return its exact merge-authorization request when
required, then resume only with the caller's answer.Complete only when the approved contract is satisfied and /ship-pr reports a
merged PR with verified cleanup. Return the artifact paths, shipping result, or
a concrete blocker.