This skill helps you produce execution-ready plans and maintain workdocs so complex work can be resumed, reviewed, and audited across sessions without relying on provider-specific features.
Purpose
Turn a vague request into an executable plan with explicit outputs, checks, dependencies, and gates.
Keep scenario-local task state in workdocs (plan.md, context.md, tasks.md) so progress survives session boundaries.
Reduce risk on non-trivial changes by making validation and human approvals explicit.
When to use
Use this skill when:
The task is multi-step (dependencies) or cross-scope (modules + system + ops + knowledge).
The task requires approval gates (security, registries, production-adjacent config).
You need durable handoff notes (context resets, multi-session work).
Do not use this skill for trivial one-shot edits; use a short micro plan in chat.
Core concepts (repository-native)
Workdocs are scenario-local state
Workdocs live under workdocs/ directories (typically workdocs/active/T-YYYYMMDD-slug/).
Workdocs are the source of truth for 鈥渨hat was planned, what changed, and what鈥檚 next鈥?
Execution plans must be verifiable
Each planned unit of work should name concrete outputs and checks.
Add gates whenever progress requires human input/approval.
Minimal workflow
Create/open workdocs/active/T-YYYYMMDD-slug/.
Author an execution-ready plan.md (YAML todos + narrative).
Maintain context.md and tasks.md as you work.
Before ending a session, run a handoff update pass to capture the exact state and next steps.
Related
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: willyu1007-ai-first-template-execution-plan-guidelines3description: Execution Plans4---5# Execution Plans67This skill helps you produce **execution-ready plans** and maintain **workdocs** so complex work can be resumed, reviewed, and audited across sessions without relying on provider-specific features.89---1011## Purpose1213- Turn a vague request into an executable plan with explicit outputs, checks, dependencies, and gates.14- Keep scenario-local task state in workdocs (`plan.md`, `context.md`, `tasks.md`) so progress survives session boundaries.15- Reduce risk on non-trivial changes by making validation and human approvals explicit.1617---1819## When to use2021Use this skill when:22- The task is multi-step (dependencies) or cross-scope (modules + system + ops + knowledge).23- The task requires approval gates (security, registries, production-adjacent config).24- You need durable handoff notes (context resets, multi-session work).2526Do not use this skill for trivial one-shot edits; use a short micro plan in chat.2728---2930## Core concepts (repository-native)3132### Workdocs are scenario-local state3334- Workdocs live under `workdocs/` directories (typically `workdocs/active/T-YYYYMMDD-slug/`).35- Workdocs are the source of truth for 鈥渨hat was planned, what changed, and what鈥檚 next鈥?3637### Execution plans must be verifiable3839- Each planned unit of work should name concrete `outputs` and `checks`.40- Add `gates` whenever progress requires human input/approval.4142---4344## Minimal workflow45461. Create/open `workdocs/active/T-YYYYMMDD-slug/`.472. Author an execution-ready `plan.md` (YAML todos + narrative).483. Maintain `context.md` and `tasks.md` as you work.494. Before ending a session, run a handoff update pass to capture the exact state and next steps.5051---5253## Related5455---56> Converted and distributed by [TomeVault](https://tomevault.io/claim/willyu1007) — claim your Tome and manage your conversions.57<!-- tomevault:4.0:skill_md:2026-04-14 -->
Run npx skillmds@latest add tomevault-io/willyu1007-ai-first-template-execution-plan-guidelines 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 Plans It is listed under Coding & Dev Tools 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.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.