planner-execplan — for Claude Code planner-execplan, docgarden, community, for Claude Code, ide skills, agent-skills, agentic-engineering, ai-agents, context-engineering, developer-tools

v1.0.0

Acerca de este Skill

Escenario recomendado: Ideal for AI agents that need use this skill when the task is to shape the plan itself rather than to implement from it. Resumen localizado: Repository knowledge tooling for agentic engineering repositories. It covers agent-skills, agentic-engineering, ai-agents workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Características

Use this skill when the task is to shape the plan itself rather than to implement from it.
MUST READ before drafting or substantially revising any ExecPlan:
docs/PLANS.md defines the required ExecPlan structure, lifecycle, and maintenance rules.
Required deliverable
The planner's final deliverable is a repository-local ExecPlan Markdown file, not only a chat

# Temas principales

jesse-black jesse-black
[1]
[0]
Actualizado: 4/25/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Escenario recomendado: Ideal for AI agents that need use this skill when the task is to shape the plan itself rather than to implement from it. Resumen localizado: Repository knowledge tooling for agentic engineering repositories. It covers agent-skills, agentic-engineering, ai-agents workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

¿Por qué usar esta habilidad?

Recomendacion: planner-execplan helps agents use this skill when the task is to shape the plan itself rather than to implement from it. Repository knowledge tooling for agentic engineering repositories. This AI agent

Mejor para

Escenario recomendado: Ideal for AI agents that need use this skill when the task is to shape the plan itself rather than to implement from it.

Casos de uso accionables for planner-execplan

Caso de uso: Use this skill when the task is to shape the plan itself rather than to implement from it
Caso de uso: MUST READ before drafting or substantially revising any ExecPlan:
Caso de uso: docs/PLANS.md defines the required ExecPlan structure, lifecycle, and maintenance rules

! Seguridad y limitaciones

  • Limitacion: MUST READ before drafting or substantially revising any ExecPlan:
  • Limitacion: The planner's final deliverable is a repository-local ExecPlan Markdown file, not only a chat summary.
  • Limitacion: Once implementation has started, only the planner may substantially rewrite those parts of the ExecPlan.

About The Source

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Demo Labs

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ y pasos de instalación

These questions and steps mirror the structured data on this page for better search understanding.

? Preguntas frecuentes

¿Qué es planner-execplan?

Escenario recomendado: Ideal for AI agents that need use this skill when the task is to shape the plan itself rather than to implement from it. Resumen localizado: Repository knowledge tooling for agentic engineering repositories. It covers agent-skills, agentic-engineering, ai-agents workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

¿Cómo instalo planner-execplan?

Ejecuta el comando: npx killer-skills add jesse-black/docgarden/planner-execplan. Funciona con Cursor, Windsurf, VS Code, Claude Code y más de 19 IDE adicionales.

¿Cuáles son los casos de uso de planner-execplan?

Los casos de uso principales incluyen: Caso de uso: Use this skill when the task is to shape the plan itself rather than to implement from it, Caso de uso: MUST READ before drafting or substantially revising any ExecPlan:, Caso de uso: docs/PLANS.md defines the required ExecPlan structure, lifecycle, and maintenance rules.

¿Qué IDE son compatibles con planner-execplan?

Esta skill es compatible con Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Usa la CLI de Killer-Skills para una instalación unificada.

¿Tiene limitaciones planner-execplan?

Limitacion: MUST READ before drafting or substantially revising any ExecPlan:. Limitacion: The planner's final deliverable is a repository-local ExecPlan Markdown file, not only a chat summary.. Limitacion: Once implementation has started, only the planner may substantially rewrite those parts of the ExecPlan..

Cómo instalar este skill

  1. 1. Abre tu terminal

    Abre la terminal o línea de comandos en el directorio de tu proyecto.

  2. 2. Ejecuta el comando de instalación

    Ejecuta: npx killer-skills add jesse-black/docgarden/planner-execplan. La CLI detectará tu IDE o agente automáticamente y configurará la skill.

  3. 3. Empieza a usar el skill

    El skill ya está activo. Tu agente de IA puede usar planner-execplan de inmediato en el proyecto actual.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

planner-execplan

Repository knowledge tooling for agentic engineering repositories. It covers agent-skills, agentic-engineering, ai-agents workflows. This AI agent skill

SKILL.md
Readonly
Upstream Repository Material
The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Planner ExecPlan

Use this skill when the task is to shape the plan itself rather than to implement from it.

Read first

MUST READ before drafting or substantially revising any ExecPlan:

  • docs/PLANS.md

docs/PLANS.md defines the required ExecPlan structure, lifecycle, and maintenance rules.

Then read the current ExecPlan, if one already exists, plus the nearby design docs and code context needed to make the plan self-contained.

Required deliverable

The planner's final deliverable is a repository-local ExecPlan Markdown file, not only a chat summary.

When creating a new ExecPlan, write it to the repo's active ExecPlan location before ending the planner phase. If the repo follows the standard layout, use docs/exec-plans/active/<descriptive-name>.md.

Do not hand off to generator-execplan until the ExecPlan file exists in the working tree and contains the decision-complete plan.

In your planner response, explicitly name the ExecPlan path you created or updated so the next phase can pick up the right artifact.

You own

As planner, you own:

  • plan structure
  • acceptance criteria
  • major scope and sequencing decisions
  • revising the plan when requirements change
  • converting human conversation into updated plan requirements

Once implementation has started, only the planner may substantially rewrite those parts of the ExecPlan.

You do not own:

  • implementation from the current plan
  • review findings on the current branch
  • declaring the work complete just because implementation seems close

Role boundaries

Use the planner when the task is to create, rewrite, reopen, or rescope the plan itself.

Do not use the planner to continue implementation from an existing plan; use generator-execplan for that. Do not use the planner to perform completion review or close-out validation; use evaluator-execplan for that.

When requirements or success criteria change in a way that affects what "done" means, hand the plan back to the planner and revise the ExecPlan file before more implementation continues.

The planner's job is to make the plan decision-complete, persist it as the active ExecPlan artifact, and leave it ready for implementation and later evaluation, following docs/PLANS.md.

Habilidades relacionadas

Looking for an alternative to planner-execplan or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumen localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Resumen localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

Resumen localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumen localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desarrollador