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

À propos de ce Skill

Scenario recommande : Ideal for AI agents that need use this skill when the task is to shape the plan itself rather than to implement from it. Resume localise : 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.

Fonctionnalités

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

# Sujets clés

jesse-black jesse-black
[1]
[0]
Mis à jour: 4/25/2026

Skill Overview

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

Scenario recommande : Ideal for AI agents that need use this skill when the task is to shape the plan itself rather than to implement from it. Resume localise : 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.

Pourquoi utiliser cette compétence

Recommandation : 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

Meilleur pour

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

Cas d'utilisation exploitables for planner-execplan

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

! Sécurité et Limitations

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

About The Source

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

Démo 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 et étapes d’installation

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

? Questions fréquentes

Qu’est-ce que planner-execplan ?

Scenario recommande : Ideal for AI agents that need use this skill when the task is to shape the plan itself rather than to implement from it. Resume localise : 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.

Comment installer planner-execplan ?

Exécutez la commande : npx killer-skills add jesse-black/docgarden/planner-execplan. Elle fonctionne avec Cursor, Windsurf, VS Code, Claude Code et plus de 19 autres IDE.

Quels sont les cas d’usage de planner-execplan ?

Les principaux cas d’usage incluent : Cas d'usage : Applying Use this skill when the task is to shape the plan itself rather than to implement from it, Cas d'usage : Applying MUST READ before drafting or substantially revising any ExecPlan:, Cas d'usage : Applying docs/PLANS.md defines the required ExecPlan structure, lifecycle, and maintenance rules.

Quels IDE sont compatibles avec planner-execplan ?

Cette skill est compatible avec 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. Utilisez la CLI Killer-Skills pour une installation unifiée.

Y a-t-il des limites pour planner-execplan ?

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

Comment installer ce skill

  1. 1. Ouvrir le terminal

    Ouvrez le terminal ou la ligne de commande dans le dossier du projet.

  2. 2. Lancer la commande d’installation

    Exécutez : npx killer-skills add jesse-black/docgarden/planner-execplan. La CLI détectera automatiquement votre IDE ou votre agent et configurera la skill.

  3. 3. Commencer à utiliser le skill

    Le skill est maintenant actif. Votre agent IA peut utiliser planner-execplan immédiatement dans le projet.

! 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 comes 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 comes 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.

Compétences associées

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

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # 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.

widget-generator

Logo of f
f

Resume localise : 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

flags

Logo of vercel
vercel

Resume localise : 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
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : 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
Développeur