Progress reflects reality instead of the original guess.
Decisions explain meaningful changes in direction.
1---2name: execution-plan3description: Execution Plan Skill4---5# Execution Plan Skill67## When to use it89Use this skill for multi-step work that should be resumable, reviewable, or10shared across sessions.1112## Inputs1314- the user task15- relevant repository context16- constraints, risks, and validation expectations1718## Outputs1920- a plan file under `plans/`21- progress and decision updates as the work unfolds2223## Procedure24251. Define the objective in one clear sentence.262. Capture only the context needed to explain the task.273. Bound the scope so the plan does not sprawl.284. List the likely affected files or areas.295. Break the work into ordered steps.306. Define acceptance criteria and validation before implementation drifts.317. Update progress and decisions as reality changes.3233## Plan template3435```md36# Plan Name3738## Objective3940## Context4142## Scope4344## Affected files4546## Steps4748## Acceptance criteria4950## Validation5152## Risks5354## Progress log5556## Decision log57```5859## Quality checklist6061- The plan is concrete enough to resume later.62- Scope and acceptance criteria are explicit.63- Validation matches the actual risk of the task.64- Progress reflects reality instead of the original guess.65- Decisions explain meaningful changes in direction.
Run npx skillmds@latest add qredence/execution-plan in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Execution Plan Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Qredence (@qredence) published this skill. Their other Agent Skills are listed on their SkillMD profile.