execplan-create

Draft a self-contained ExecPlan from decision artifacts into .agent/work/<id-slug>/execplan.md.

83|4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/grp06/slop-janitor --skill execplan-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execplan-create
Source: https://github.com/grp06/slop-janitor/tree/main/.agents/skills/execplan-create
Command: npx skills add https://github.com/grp06/slop-janitor --skill execplan-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafts a complete, self-contained ExecPlan from a decided refactor, PRD, or problem statement into a structured plan.

Core Features & Use Cases

  • Drafts a self-contained ExecPlan in the standard work-item format, ensuring it can be executed by novices.
  • Enforces PLANS.md as the source of truth and reads the active decision artifacts to preserve planning boundaries.
  • Produces and stores the plan at .agent/work/<id-slug>/execplan.md with updated metadata.

Quick Start

Create an ExecPlan.md for the active decision using PLANS.md as the source of truth and place it under the appropriate work-item path.

Frequently Asked Questions about execplan-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a decided refactor decision into a structured planning document?

To turn a decided refactor into a structured planning document, the Skill reads decision artifacts and meta.json to draft a self-contained ExecPlan. It writes the resolved scope, artifacts, and milestones directly to the repository work-item path.

What is the best way to generate an executable plan from a work item decision?

Generating an executable plan from a work item decision involves enforcing PLANS.md as the source of truth and reading active decisions. This process produces a novice-friendly plan document detailing scope and milestones within the repository structure.

How do I create a planning document for a decided PRD without missing scope boundaries?

To create a planning document for a decided PRD without missing scope boundaries, the Skill enforces PLANS.md as the source of truth. It reads the decision artifacts to preserve planning boundaries and writes the plan to the work-item path.

Can I draft a self-contained execution plan that novices can follow within the repository?

Yes, you can draft a self-contained execution plan that novices can follow. The Skill ensures the generated plan document is complete and self-contained, writing resolved scope, artifacts, and milestones to the repository work-item directory.

Where should the execution plan file be stored when converting a work item decision?

When converting a work item decision, the execution plan file should be stored at the .agent/work/<id-slug>/execplan.md path. This ensures the planning document remains organized within the repository work-item structure.

Do I need PLANS.md to generate a detailed plan from a problem statement?

Yes, you need PLANS.md to generate a detailed plan from a problem statement. The Skill enforces PLANS.md as the source of truth and uses it alongside decision artifacts to draft the complete execution plan with updated metadata.