execplan
tiann/execplan-skillWhen writing complex features or significant refactors or user ask explicitly, use an ExecPlan from design to implementation.
2 stars
1 forks
30 views
SKILL.md
name: execplan description: When writing complex features or significant refactors or user ask explicitly, use an ExecPlan from design to implementation.
Create an execution plan following PLANS.md methodology.
Instructions
- Read PLANS.md first - This contains all methodology, requirements, structure, and guidelines
- Follow the process and skeleton defined in
PLANS.mdto the letter
README
ExecPlan Skills
References:
- Codex Execution Plans — OpenAI Cookbook
- Video Introduction — YouTube
An Agent Skill that enables AI coding agents to tackle complex, long-running implementation tasks autonomously.
What You Get
- Extended autonomous execution — Agent works independently for hours without losing context
- Verifiable approach — Review and approve the plan before implementation begins
- Living documentation — Progress, decisions, and discoveries tracked in real-time
- Observable outcomes — Every milestone produces working, testable results
- Safe recovery — Built-in rollback procedures if something goes wrong
Installation
Add this skill to your agent's skills directory:
.skills/
└── execplan/
Compatibility
Works with: Claude Code, Cursor, OpenCode, Amp, Goose, VS Code, and other Agent Skills-compatible tools.
License
MIT