plan-decompose

Convert PRDs into hierarchical Markdown plans and mirrored Linear issues.

Updated Oct 15, 2025
One-click install
npx skills add https://github.com/kingler/v0-jetvision-assistant --skill plan-decompose-kingler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-decompose
Source: https://github.com/kingler/v0-jetvision-assistant/tree/main/.claude/skills/plan-decompose
Command: npx skills add https://github.com/kingler/v0-jetvision-assistant --skill plan-decompose-kingler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting PRDs, implementation plans, or feature descriptions into a clean, hierarchical Markdown structure under .claude/plans/ and generating mirrored Linear issues for end-to-end planning and traceability.

Core Features & Use Cases

  • Decomposes documents into features, epics, user stories, and tasks with auto-incremented IDs.
  • Updates the plan index and maintains wikilinks to ensure navigable cross-references.
  • Produces a mirrored Linear issue hierarchy for tracking and collaboration.

Quick Start

Provide the path to a PRD or plan document and confirm to generate the hierarchical plan structure and Linear issues.

Frequently Asked Questions about plan-decompose

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

FAQPage Schema
How do I convert a PRD into structured Markdown files and Linear issues?

To convert a PRD into structured Markdown and Linear issues, provide the document path to generate a hierarchical plan structure with Features, Epics, User Stories, and Tasks, while cross-linking the plan files to mirrored Linear issues for traceability.

What is the best way to decompose implementation plans into Epics and User Stories?

Decomposing implementation plans into Epics and User Stories is handled by validating the input document and producing a hierarchical Markdown structure under a dedicated plans directory, complete with auto-incremented IDs and navigable wikilinks.

Can I generate Linear issues directly from a Markdown feature description?

Yes, you can generate Linear issues directly from a Markdown feature description by processing the document to produce a mirrored Linear issue hierarchy, applying cross-references between the local plan files and the generated issues.

Does this planning workflow support dry-run modes for issue generation?

Yes, the planning workflow supports dry-run modes for issue generation, allowing you to validate inputs, manage IDs, and preview the hierarchical Markdown structure and Linear issues without committing the final changes.

How are plan files cross-linked to ensure navigable project management references?

Plan files are cross-linked by maintaining wikilinks and updating a central INDEX file, ensuring navigable cross-references between the hierarchical Markdown structure and the corresponding Linear issues for end-to-end traceability.