ワンクリックで
execute-plan
Read PLAN.md, create an agent team, and execute the implementation plan using recommended subagents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read PLAN.md, create an agent team, and execute the implementation plan using recommended subagents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Tensorlake SDK — sandboxes for AI agents and applications. Use when the user mentions tensorlake or sandboxes, or asks about Tensorlake APIs/docs/capabilities. Also use when building an application, coding agent, or agentic system that needs a sandbox to run code — e.g., executing LLM-generated or untrusted code, persistence via suspend/resume, snapshots/checkpoints for forking parallel workers, custom images, exposing ports, egress allowlists, PTY/interactive shells, computer-use / desktop automation, browser automation (Chrome CDP, Playwright), local tunnels for non-HTTP protocols, async parallel sandboxes, Harbor evals or RL rollouts, file transfer, SSH access, remote-dev (VS Code Remote-SSH), or OCI base images. Also covers Tensorlake's sandbox-native durable workflow orchestration. Works alongside any LLM provider (OpenAI, Anthropic), agent framework (Claude/OpenAI agents SDK, LangChain), database, or API. When this skill applies, ALWAYS WebFetch https://docs.tensorlake.ai/llms.txt first.
Ship Tribunal to production and triage deployment, health-check, Fly, Neon, GitHub OAuth/App, Tensorlake, proxy, review-engine, or live-review rollout issues. Use when a user asks to deploy Tribunal, prepare production secrets, verify production readiness, enable live reviews, debug broken deploys, inspect production health, or recover/rollback Tribunal services.
Ship Tribunal to production and triage deployment, health-check, Fly, Neon, GitHub OAuth/App, Tensorlake, proxy, review-engine, or live-review rollout issues. Use when a user asks to deploy Tribunal, prepare production secrets, verify production readiness, enable live reviews, debug broken deploys, inspect production health, or recover/rollback Tribunal services.
Address unresolved GitHub pull request review comments by analyzing feedback, implementing fixes, and resolving threads.
Generate or refresh a multi-agent project context document and execution-plan authoring prompt from repository analysis. Use when bootstrapping multi-agent orchestration, updating architecture/ownership/contracts guidance, or preparing a reusable planning prompt. Support explicit output path (`OUTPUT=<path>` or plain-language path request); otherwise detect a sensible default path from the project structure.
Stage intended changes, validate them, and create a focused commit with a clear, ticket-aware message.
| name | execute-plan |
| description | Read PLAN.md, create an agent team, and execute the implementation plan using recommended subagents. |
| allowed-tools | Read, Write, Edit, Grep, Glob, Bash, TeamCreate, TeamDelete, TaskCreate, TaskUpdate, TaskGet, TaskList, SendMessage, mcp__linear__get_issue, mcp__linear__update_issue |
| agent | grand-planner |
Read PLAN.md and orchestrate implementation using an agent team with the recommended subagents.
PLAN.md by default, or plans/<ticket>-multi-agent-plan.md when a plans/ directory is present.Task ID | Title | Agent | Phase | Depends On | Complexity | Status), followed by Task Definitions sections with per-task details.!cat PLAN.md 2>/dev/null || { ls plans/*-multi-agent-plan.md >/dev/null 2>&1 && cat plans/*-multi-agent-plan.md | head -1000; } || echo "ERROR: No plan file found. Create a PLAN.md first."
TICKET-123).
If the title has no ticket ID, extract from the current branch name:
git branch --show-current
Branch names follow <ticket>/TICKET-<number>-* or TICKET-<number>-*.Task ID | Title | Agent | Phase | Depends On | Complexity | Status table.{ taskId, title, agent, phase, dependsOn, complexity, status }.Create the team using TeamCreate:
{ticket-id}-implementation (e.g., ticket-123-implementation). Use lowercase.Implementing {ticket-id}: {plan title}.Create one task per table row using TaskCreate:
subject: The task description from the table.description: Include the full task description, plus relevant sections from the plan:
activeForm: A present-continuous summary (e.g., "Adding migration for new columns").Set up dependencies using TaskUpdate:
none in the Depends On column: no blockedBy.T-1, T-2): set blockedBy to those task IDs.Create a final verification task owned by the orchestrator:
Spawn one teammate per unique agent name in the Task Index using the Task tool:
subagent_type (e.g., svelte-expert, database-architect).name.team_name to the team created in Phase 2.TaskList for tasks assigned to them.in_progress then completed.TaskList for newly available work.Assign Phase 1 (unblocked) tasks to the appropriate teammates using TaskUpdate with owner.
Send each teammate their initial context via SendMessage:
Run an event-driven coordination loop:
When a teammate completes a task:
TaskList for newly unblocked tasks (tasks whose blockedBy dependencies are all completed).TaskUpdate.SendMessage.When a teammate reports a problem:
AskUserQuestion.When a teammate has no remaining tasks:
shutdown_request to that teammate.Continue until all implementation tasks are completed (only the verification task remains).
bun run check.shutdown_request.TeamDelete./pr:create, review changes manually, or continue with additional work.TaskList to recover current state — task statuses persist across compactions.documentation/pipeline-reflections/YYYY-MM-DD-execute-<ticket-or-context>.md.
-2, -3, ...).documentation/pipeline-reflections/TEMPLATE.md. Include the raw error output, the current PLAN.md state, which phase failed, and which tasks (if any) completed before the failure.bun run check passes.documentation/pipeline-reflections/ file was written.