tiann

execplan

24
3
# Install this skill:
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

  1. Read PLANS.md first - This contains all methodology, requirements, structure, and guidelines
  2. Follow the process and skeleton defined in PLANS.md to 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.