Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add tiann/execplan-skill
Or install specific skill: npx add-skill https://github.com/tiann/execplan-skill
# Description
When writing complex features or significant refactors or user ask explicitly, use an ExecPlan from design to implementation.
# 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.md
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
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.