一键导入
execute-from-plan
Resume and execute plan-driven implementation work with a durable execution-state ledger.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resume and execute plan-driven implementation work with a durable execution-state ledger.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resume and execute implementation work from a plan-tracking GitHub issue that carries issue-hosted source, plan, and execution-state snapshots, preserving progress on the issue when local docs/plans files may be cleaned up.
Use when the user wants to open or continue a GitHub issue as the durable timeline for a discovered problem, investigation, blocker, implementation handoff, or unresolved follow-up loop.
Finalize and close plan-tracking GitHub issues after issue-backed execution is complete and the user or project policy has approved closure.
Open or preview a provider-aware GitHub or GitLab tracking issue for a docs/plans plan bundle, bootstrapping the source doc and plan first when the user has a converged feature discussion but no plan file yet.
Deliver a dispatch-ready plan by sprint: split plan tasks into PR lanes, dispatch subagent work, enforce acceptance gates, and advance through final integration without main-agent implementation.
Close out an existing plan-issue runtime where main-agent owns orchestration and review only, subagents own implementation task lanes, and close gates require approval plus merged PRs.
| name | execute-from-plan |
| description | Resume and execute plan-driven implementation work with a durable execution-state ledger. |
Use this skill when a durable plan should be the execution-control source for implementation and cross-session progress.
Scope boundary:
*-discussion-source.md and *-review-source.md should
normally be paired with a sibling plan that links them under Read First.Prereqs:
Inputs:
Execution section or create a sibling
<source-slug>-execution-state.md.Outputs:
Exit codes:
Failure modes:
Accepted source documents include:
discussion-to-implementation-doc implementation handoffs.review-to-improvement-doc improvement records with executable backlog.create-plan or create-dispatch-plan plans.Plan-created source docs under docs/plans/<slug>/ are read-first inputs, not
the preferred execution-control artifact. If a sibling <slug>-plan.md exists,
execute from that plan. If no sibling plan exists and the work is multi-step,
create or request a plan before editing production files.
Required source content:
Do not treat review-evidence.json as the primary source document. Link it as evidence from an improvement record or execution state.
Resolve and classify the source
implementation-handoff, improvement-record, plan, or other-execution-doc.*-discussion-source.md or
*-review-source.md, look for a sibling <slug>-plan.md and use that plan
as the execution source when it exists.create-plan or
create-dispatch-plan instead of starting edits.Read First files, read only the files needed for the selected task.Verify execution readiness
Direct source-doc execution waiver.whole plan as the target scope.Establish execution state
<source-slug>-execution-state.md and add a link from the source document.docs/plans/<slug>/, prefer
docs/plans/<slug>/<slug>-execution-state.md.Session Log append-only so prior decisions and validation evidence remain traceable.Resume the target scope
Current State, Target scope, Execution window, Task Ledger,
blockers, and the work tree.browser-qa when UI, layout,
JavaScript, DOM interaction, authenticated browser state, console output,
network behavior, screenshots, or deploy-preview inspection matters.
Record browser QA artifact paths, including browser-session.json and
browser-session verify outcome, in execution-state validation evidence
instead of copying large reports into the plan.Execute within scope
todo to in-progress, done, blocked, or accepted-risk.Validate
Persist and report
Current State with status, target scope, execution window,
current/next task, last updated timestamp, branch/commit when relevant, and
blocker summary.# <Topic> Execution State
## Current State
- Status: not-started | in-progress | blocked | validating | complete
- Target scope: whole plan | <task/phase/sprint/priority selector>
- Execution window: whole plan | <confirmed staged window>
- Staged execution confirmation: not applicable | pending | confirmed(<summary>)
- Current task: <task id or short description>
- Next task: <task id or short description>
- Last updated: YYYY-MM-DD HH:mm TZ
- Branch/commit: <optional>
- Source document: `<path>`
- Direct source-doc execution waiver: `not applicable`
## Task Ledger
| ID | Status | Task | Evidence | Notes |
| --- | --- | --- | --- | --- |
| T1 | todo | <task> | <command/path/commit> | <notes> |
## Validation
| Command | Status | Summary | Artifact |
| --- | --- | --- | --- |
| `<command>` | pass/fail/skipped | <summary> | <path> |
## Blockers
- <open question, missing access, failing check, or overlap with unrelated work>
## Session Log
### YYYY-MM-DD HH:mm TZ
- Read:
- Changed:
- Validated:
- Blocked by:
- Next:
discussion-to-implementation-doc: creates implementation handoffs that can become execution-ready sources.review-to-improvement-doc: creates improvement records; use this skill after the record has executable backlog and validation gates.create-plan / create-dispatch-plan: create execution-ready plans; use this skill to resume multi-step implementation from those plans.execute-plan-parallel: use only when the user explicitly wants plan execution through parallel subagents.durable-artifact-cleanup: use after execution is complete and the source/progress docs are no longer needed as maintained records.handoff-session-prompt: use when a fresh session prompt is needed; point it at the source document and execution state instead of
copying the full progress record.