map-feature-to-plans

Analyze research documents to generate implementation plan outlines with dependency graphs.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/JonnyCBB/claude-code-config --skill map-feature-to-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: map-feature-to-plans
Source: https://github.com/JonnyCBB/claude-code-config/tree/main/plugins/jbb-feature-dev/skills/map-feature-to-plans
Command: npx skills add https://github.com/JonnyCBB/claude-code-config --skill map-feature-to-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Analyze a research document to decide if it should be split into multiple implementation plans.

Core Features & Use Cases

  • Determine whether a research document describes a single feature or multiple features.
  • Produce plan outlines with file lists, dependency graphs, execution waves, and adaptive PR strategies.
  • Output "single plan" (no-op) when splitting is unnecessary, and create a structured scoping document for review.

Quick Start

Read a research document and run the map-feature-to-plans skill to decide whether to split into multiple implementation plans and generate a scoping document.

Frequently Asked Questions about map-feature-to-plans

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

FAQPage Schema
How do I split a research document into multiple implementation plans?

To split a research document into implementation plans, apply automated heuristics that identify whether it describes multiple features, then generate plan outlines with file lists, dependency graphs, and execution waves for each feature.

When should I keep a feature as a single plan instead of splitting it?

Keep a feature as a single plan when splitting is unnecessary, which the automated heuristics determine by analyzing the research document and outputting a no-op result if the scope only describes one cohesive feature.

How do I generate dependency graphs and PR strategies for feature planning?

Generate dependency graphs and adaptive PR strategies by mapping feature scopes from your research document, which produces execution waves and structured scoping outlines to guide the implementation workflow.

What is feature scoping and how does it structure implementation workflows?

Feature scoping is the process of analyzing a research document to determine its feature boundaries, creating a structured scoping document with file lists, dependency graphs, and execution waves to organize implementation workflows.

Can I output scoping results to a dedicated repository path for later review?

Yes, feature scoping results are output to a dedicated repository path, allowing you to review the generated plan outlines, dependency graphs, and PR strategies later in your development cycle.

Does this feature planning approach work without external dependencies?

Yes, the feature planning approach works without external dependencies, using only internal references to analyze research documents and generate structured implementation plans with adaptive PR strategies.