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

Über diesen Skill

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

Funktionen

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

# Kernthemen

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

Skill Overview

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

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

Warum diese Fähigkeit verwenden

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

Am besten geeignet für

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

Handlungsfähige Anwendungsfälle for planner-execplan

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

! Sicherheit & Einschränkungen

  • Einschraenkung: MUST READ before drafting or substantially revising any ExecPlan:
  • Einschraenkung: The planner's final deliverable is a repository-local ExecPlan Markdown file, not only a chat summary.
  • Einschraenkung: 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.

Labs-Demo

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 und Installationsschritte

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

? Häufige Fragen

Was ist planner-execplan?

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

Wie installiere ich planner-execplan?

Führen Sie den Befehl aus: npx killer-skills add jesse-black/docgarden/planner-execplan. Er funktioniert mit Cursor, Windsurf, VS Code, Claude Code und mehr als 19 weiteren IDEs.

Wofür kann ich planner-execplan verwenden?

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

Welche IDEs sind mit planner-execplan kompatibel?

Dieser Skill ist mit 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 kompatibel. Nutzen Sie die Killer-Skills CLI für eine einheitliche Installation.

Gibt es Einschränkungen bei planner-execplan?

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

So installieren Sie den Skill

  1. 1. Terminal öffnen

    Öffnen Sie Ihr Terminal oder die Kommandozeile im Projektverzeichnis.

  2. 2. Installationsbefehl ausführen

    Führen Sie aus: npx killer-skills add jesse-black/docgarden/planner-execplan. Die CLI erkennt Ihre IDE oder Ihren Agenten automatisch und richtet den Skill ein.

  3. 3. Skill verwenden

    Der Skill ist jetzt aktiv. Ihr KI-Agent kann planner-execplan sofort im aktuellen Projekt verwenden.

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

Verwandte Fähigkeiten

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

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # 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
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: 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

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: 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
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: 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
Entwickler