plan-feature-stories

Organize project work into a Feature > Story > Task plan tree as Markdown files.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/carlosmarte/skills --skill plan-feature-stories
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-feature-stories
Source: https://github.com/carlosmarte/skills/tree/main/.agents/skills/plan-feature-stories
Command: npx skills add https://github.com/carlosmarte/skills --skill plan-feature-stories

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposes a piece of work into a repeatable, auditable plan structure (Feature > Story > Task) and writes the results to disk as self-contained Markdown files, enabling consistent planning across teams.

Core Features & Use Cases

  • Deterministic plan directory structure under plans/ with a 3-tier Feature > Story > Task hierarchy.
  • Reproducible artifacts for handoffs, reviews, and audits across project phases.
  • Useful for breaking down large features, creating implementation plans, or generating task trees for extended efforts.

Quick Start

Describe the work you want planned, and run the planner to generate a ready-to-use plans directory with labeled features, stories, and tasks.

Frequently Asked Questions about plan-feature-stories

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

FAQPage Schema
How do I break down a large project feature into manageable stories and tasks?

To break down a large project feature into manageable stories and tasks, this skill decomposes work into a three-tier Feature > Story > Task hierarchy and writes each item as a self-contained Markdown file under a deterministic plans directory.

Can I generate a reproducible implementation plan as Markdown files for project handoffs?

Yes, you can generate a reproducible implementation plan as Markdown files designed for project handoffs. The planner creates a structured directory tree where each feature, story, and task boundary is validated and stored as a self-contained Markdown artifact.

What is the best way to structure an implementation plan tree for extended development efforts?

The best way to structure an implementation plan tree for extended efforts is using a deterministic three-tier Feature > Story > Task hierarchy, ensuring every decomposed work item has a validated, self-contained Markdown file layout under a dedicated plans directory.

Does this project-management planning tool require any specific dependencies or environments?

No specific dependencies or environments are required to use this project-management planning tool. It operates independently to validate feature, story, and task boundaries and writes the resulting plan structure directly to disk as Markdown files.

When should I use a deterministic plan directory structure instead of general project-management tracking?

You should use a deterministic plan directory structure instead of general project-management tracking when you need reproducible, auditable Markdown artifacts for consistent planning, reviews, and handoffs across project phases and teams.

Why are my generated feature and story plan files not self-contained for audits?

If your feature and story plan files are not self-contained for audits, ensure the planner enforces its deterministic file layout under the plans directory, validating all feature, story, and task boundaries to guarantee each Markdown file is fully self-contained.