execplan-create
Installation
SKILL.md
ExecPlan Authoring
Required inputs
- The user must provide a PRD, RFC, or a detailed problem statement. If missing or unclear, ask for clarification before writing the plan.
Source of truth
- Read
{baseDir}/.agent/PLANS.mdin full before drafting. - If
{baseDir}/.agent/PLANS.mdis missing, copy this skill'sPLANS.mdto{baseDir}/.agent/PLANS.md, then read that copy as the source of truth. - Follow PLANS.md exactly. If any instruction conflicts with this skill, PLANS.md wins.
Output location
- Write the ExecPlan to
.agent/execplan-pending.mdin the target repo. - If
.agent/does not exist, create it before writing the file.