ingpoc/skills

execplan

Create or maintain one repository-local living execution plan for a complex implementation that cannot be safely completed from a short task plan.

First seen Jun 15, 2026

Installation

$ npx skills add ingpoc/skills --skill execplan

Summary

  • Create or maintain one repository-local living execution plan for a complex implementation that cannot be safely completed from a short task plan.
  • Use when the operator asks for an ExecPlan, a durable phased implementation plan, or a self-contained plan another agent can execute.
  • Do not use for product-roadmap ownership, cross-session program selection, or simple tasks.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from ingpoc/skills · top by installs.

npx skills add ingpoc/skills

Browse all from ingpoc/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 9
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead Write Bash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,038 B
  • docs SUMMARY.md 388 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

ExecPlan

An ExecPlan is a durable, self-contained execution document for one complex implementation. It complements the transient task plan; it does not replace the product plan or session-orchestrate program tracking.

Create

  1. Read the repo's product/architecture owner and existing plan convention before choosing a path.
  2. Reuse the declared ExecPlan directory. If none exists, use docs/exec-plans/active/.
  3. Research only the files, dependencies, tests, and constraints needed to make the plan executable.
  4. Write a plan containing:

- user-visible purpose and observable success; - current-state orientation and exact owner paths; - scoped non-goals and authorization boundaries; - ordered milestones with commands and expected evidence; - progress checklist, decision log, surprises, and outcomes; - idempotency and recovery notes for risky steps.

  1. Keep product roadmap status in its existing owner. Link to it rather than copying it.

Maintain

  • Update progress and decisions as implementation proceeds.
  • Record discovered constraints where they change execution.
  • Move a completed plan to the repo's completed-plan location only after its observable success criteria are verified.
  • Do not mark incomplete milestones complete to make the document look current.

Boundary

  • execplan: one complex implementation document.
  • session-orchestrate: chooses and advances session-sized goals across the product plan.
  • product/implementation owner docs: define roadmap scope and status.
  • transient task plan: coordinates the current agent turn.