Claude-skill-registry lcp-execplan

Create and maintain ExecPlans for complex work (design-to-implementation) following the repo's ExecPlan standard.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/lcp-execplan" ~/.claude/skills/majiayu000-claude-skill-registry-lcp-execplan && rm -rf "$T"
manifest: skills/data/lcp-execplan/SKILL.md
source content

Use this skill when the task is a complex feature, a significant refactor, or has ambiguous requirements that benefit from a living plan.

Source of truth

The ExecPlan standard for this repo is in:

  • .codex/skills/lcp-execplan/references/PLANS.md

Workflow

  1. Read the full reference
    PLANS.md
    above (it is intentionally strict).
  2. Create a single ExecPlan file as instructed (formatting rules matter).
  3. Keep the ExecPlan as a living document: update Progress/Decisions/Discoveries as you implement.
  4. Do not ask the user for “next steps” mid-execution; proceed milestone by milestone.

Acceptance

An ExecPlan is done only when it enables a complete novice (with only the repo + the plan) to reproduce a working, observable outcome.