djedjelc/plan-execute-skills

A skill pipeline for coding with AI agents that splits thinking from doing - so you spend expensive tokens only where they matter.

2Stars on the repository
6Mods indexed here, across every type
15d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

pe-blueprint

01

djedjelc/plan-execute-skills

Skill Claude CodeCodex

Produce a detailed, step-by-step implementation plan broken into small unambiguous tasks that a smaller/cheaper model could execute without guessing. Use whenever the user invokes /pe-blueprint, typically right after /pe-understand has been confirmed. Intended to run on a large, capable model — this step does the…

not rated 2 15d ago A 75 tokens

pe-decompose-plan

02

djedjelc/plan-execute-skills

Skill Claude CodeCodex

Split an approved plan into separate, self-contained .md files (one per task or logical group), organized in a folder, so each file can be handed to /pe-implement independently — possibly in a different session or by a different model. Use when the user invokes /pe-decompose-plan. Optional step — only needed for…

not rated 2 15d ago A 91 tokens

pe-explain

03

djedjelc/plan-execute-skills

Skill Claude CodeCodex

Explain code that was just implemented in plain terms, so the user understands what was built and why without reading every line themselves. Use when the user invokes /pe-explain, typically right after /pe-implement.

not rated 2 15d ago A 47 tokens

pe-implement

04

djedjelc/plan-execute-skills

Skill Claude CodeCodex

Execute a plan or task file, writing code directly with no discussion, no rationale, no restating the task. Use when the user invokes /pe-implement, typically pointing at a plan.md or a specific task .md file from /pe-decompose-plan. Designed to run on a small/cheap model — go straight to the code.

not rated 2 15d ago A 73 tokens

pe-review-plan

05

djedjelc/plan-execute-skills

Skill Claude CodeCodex

Review an already-produced plan for gaps, wrong ordering, missing edge cases, or tasks that are too vague for a small model to execute. Use when the user invokes /pe-review-plan, right after /pe-blueprint in the same conversation. Do not re-explore the codebase from scratch — build on the plan already in context.

not rated 2 15d ago A 72 tokens

pe-understand

06

djedjelc/plan-execute-skills

Skill Claude CodeCodex

Reformulate what the user is asking for before any planning happens, to catch misunderstands early. Use whenever the user invokes /pe-understand, or before starting /pe-blueprint on a non-trivial feature, bug fix, or refactor request. Do NOT use for trivial one-line requests.

not rated 2 15d ago A 65 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: