planner-eject-template

Copy plan and spec templates into a project's plans/ directory.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/djalmaaraujo/claude-code-plugins --skill planner-eject-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner-eject-template
Source: https://github.com/djalmaaraujo/claude-code-plugins/tree/main/plugins/planner/skills/planner-eject-template
Command: npx skills add https://github.com/djalmaaraujo/claude-code-plugins --skill planner-eject-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ejects the default planner templates into a project's plans/ directory, enabling easy customization of plan and spec templates without altering the base plugin.

Core Features & Use Cases

  • Ejects plan.TEMPLATE.md or spec.TEMPLATE.md from the plugin into plans/ to start customization.
  • Copies the repository's standards into plans/standards/ to maintain consistency across projects.
  • Handles overwrite prompts or force flags and reports success after completion.

Quick Start

Run the planner-eject-template skill with an argument of plan or spec, or follow the prompts to choose which template to eject.

Frequently Asked Questions about planner-eject-template

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

FAQPage Schema
How do I customize default planner templates without altering the base plugin?

To customize default planner templates without altering the base plugin, you eject plan or spec templates into your project's plans/ directory and modify them locally. This exports the default files for direct project-level customization.

What is the process to eject project standards templates into a local plans directory?

Ejecting project standards templates copies the repository's standards into plans/standards/ to maintain consistency across projects. The process locates plugin templates and copies them directly into your local plans directory structure.

Can I overwrite existing plan templates when ejecting customized versions?

Yes, you can overwrite existing plan templates when ejecting customized versions. The process manages overwrites by prompting the user for confirmation or by using a --force flag to bypass prompts and replace existing files.

How do I export spec templates during project onboarding?

To export spec templates during project onboarding, run the eject command with a spec argument. This locates the spec.TEMPLATE.md file from the plugin and copies it into your plans/ directory for immediate project customization.

When do I need to eject templates for project rebranding across multiple plans?

You need to eject templates for project rebranding across multiple plans when you want to apply consistent customized plan and spec formats across an entire project. This copies base templates locally for global modification.