execution-plan-manager
SolidCreate, resume, analyze, or converge standard and deep frontend execution plans with traceable slices, evidence, and stop/resume state. Skip lightweight isolated edits.
AI & Automation 5 stars
0 forks Updated 1 weeks ago Apache-2.0
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Execution Plan Manager
## Purpose
Create, resume, analyze, and converge execution plans for standard or deep frontend work after the goal is defined.
This skill prevents large tasks from becoming unbounded development sessions. It splits work into small verified slices, selects the minimum useful context budget, records stop/resume state when needed, and decides whether a slice needs a one-pass check, bounded retry loop, goal-based loop, independent review, or durable memory handoff.
## When To Use
Use this skill only after `AGENTS.md` and `common/prompt-intent-routing-rules.md` classify the task as `Standard Workflow` or `Deep Workflow`.
Use this skill when:
- a goal contract exists or the user goal is already explicit;
- the task needs more than one implementation slice;
- the task may need stop/resume state;
- the task has dependencies, blockers, or ordered phases;
- the task should be split before coding;
- the user asks to continue an existing large task;
- the agent needs to compare completed work with the plan;
- the task may require measurable iteration and should be handed to `loop-workflow-planner`.
## When Not To Use
Do not use this skill for `Lightweight Workflow` prompts, including one small bug, one obvious typo, one obvious type error, one small styling adjustment, one isolated component change, one direct file-scope edit, or one local refactor with clear boundaries.
Do not use this skill to implement code, install tools, scaffold projects, rewrite ...
Details
- Author
- ytvee-dev
- Repository
- ytvee-dev/webdev-agent-kit
- Created
- 2 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
goal-planner
Define user goal, scope, constraints, and done criteria before standard or deep frontend work. Skip micro-fixes, obvious type errors, tiny styling changes, and isolated direct edits.
5 Updated 1 weeks ago
ytvee-dev AI & Automation Listed
executing-plans
Use when you have an approved implementation plan and want to execute it directly in the current session without the full subagent-driven workflow.
7 Updated today
yishan-io AI & Automation Listed
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
13 Updated yesterday
tassiovale