feature-plan

Generate EXECUTION_PLAN.md and AGENTS_ADDITIONS.md from feature specs.

39|5|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill feature-plan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feature-plan
Source: https://github.com/benjaminshoemaker/ai_coding_project_base/tree/main/.claude/skills/feature-plan
Command: npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill feature-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically generates EXECUTION_PLAN.md and AGENTS_ADDITIONS.md for a feature, ensuring planning artifacts are consistent with project conventions.

Core Features & Use Cases

  • Generate a complete EXECUTION_PLAN.md with phases, steps, and tasks derived from the feature specs.
  • Generate AGENTS_ADDITIONS.md with workflow guidance to fill gaps between existing AGENTS.md and the new feature.
  • Validate outputs against the provided FEATURE_SPEC.md and FEATURE_TECHNICAL_SPEC.md to ensure governance alignment.

Quick Start

From the feature project directory, run /feature-plan <feature-name> to produce the planning documents.

Frequently Asked Questions about feature-plan

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

FAQPage Schema
How do I automatically generate execution plans and governance docs for feature specs?▼

Automatically generate execution plans and governance docs by reading FEATURE_SPEC.md and FEATURE_TECHNICAL_SPEC.md, cross-checking AGENTS.md, and outputting EXECUTION_PLAN.md and AGENTS_ADDITIONS.md in the feature directory.

What's the best way to ensure feature planning docs align with existing project conventions?▼

To ensure feature planning docs align with project conventions, cross-check the generated outputs against existing AGENTS.md and provided feature specs to produce consistent planning artifacts.

How do I create an execution plan with phases, steps, and tasks from technical specs?▼

Create an execution plan with phases, steps, and tasks by running the feature planning workflow, which derives structured tasks directly from your FEATURE_TECHNICAL_SPEC.md into an EXECUTION_PLAN.md file.

Can I use feature planning to fill workflow gaps between new specs and existing AGENTS.md?▼

Yes, you can use feature planning to fill workflow gaps by generating AGENTS_ADDITIONS.md, which provides workflow guidance bridging existing AGENTS.md and the new feature.

What file inputs do I need before generating feature planning documents?▼

You need FEATURE_SPEC.md and FEATURE_TECHNICAL_SPEC.md files located in the feature directory, plus an existing AGENTS.md file for governance cross-checking.

Does feature planning work without external dependencies or frameworks?▼

Yes, feature planning works without external dependencies or frameworks, relying solely on your markdown specification files and project conventions to generate the planning artifacts.