execplan-planner

Generate repository-compliant ExecPlan Markdown files under .agent/plans/.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/HuveD/agent-skillset --skill execplan-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execplan-planner
Source: https://github.com/HuveD/agent-skillset/tree/main/execplan-planner
Command: npx skills add https://github.com/HuveD/agent-skillset --skill execplan-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or update a self-contained ExecPlan Markdown file under .agent/plans/ by synthesizing the current conversation (and any extra hint) and following .agent/PLANS.md exactly. Use when the user asks for plan mode, an execution plan, an ExecPlan, or wants a complex feature/refactor planned with explicit steps, validation, and file-level guidance.

Core Features & Use Cases

  • Generates a deterministic, repository-guided ExecPlan file that complies with .agent/PLANS.md format.
  • Updates existing plan files when a plan already exists for the given goal, avoiding duplicates.
  • Enforces strict structure, sections, and naming conventions to ensure plan reusability and auditability.
  • Accepts conversation-derived requirements and prompts for clarification when ambiguous.

Quick Start

Provide your goal and context, then run the planner to generate and save the plan under .agent/plans/ with a kebab-case filename.

Frequently Asked Questions about execplan-planner

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

FAQPage Schema
How do I generate an execution plan for a complex feature refactor?

To generate an execution plan, provide your feature goal and context to synthesize conversation-derived requirements into a production-grade Markdown plan file. The planner validates against repository guidelines, enforcing exact file paths, sections, and acceptance criteria without altering code.

How do I create a step-by-step implementation plan that follows repository guidelines?

Creating a step-by-step implementation plan involves drafting a file under .agent/plans/ that complies exactly with .agent/PLANS.md format. It enforces strict structure, sections, and kebab-case naming conventions to ensure plan reusability and auditability while selecting or updating the plan file.

Does the planner modify my codebase when generating a plan?

The planner does not modify your codebase when generating a plan, as it only outputs a complete, ready-to-implement Markdown file. It interprets requirements and validates against .agent/PLANS.md to ensure exact file paths and acceptance criteria are documented without altering code.

What happens if my requirements are ambiguous during plan generation?

If requirements are ambiguous during plan generation, the planner prompts you for clarification to resolve the ambiguity. It accepts conversation-derived requirements and any extra hints, ensuring the final execution plan accurately captures explicit steps and file-level guidance before saving.