plan-decompose

Parses work units from plan documents and creates ordered GitHub issues with blockers.

2|Updated Aug 25, 2025
One-click install
npx skills add https://github.com/bsamiee/Parametric_Forge --skill plan-decompose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-decompose
Source: https://github.com/bsamiee/Parametric_Forge/tree/main/.claude/skills/plan-decompose
Command: npx skills add https://github.com/bsamiee/Parametric_Forge --skill plan-decompose

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Extracts work units from plan artifacts and creates sequenced GitHub issues with validation checklists and blockers.

Core Features & Use Cases

  • Parse Work Units and validate structure.
  • Create issues in dependency order and link blocker references.
  • Output a summary of plan decomposition for traceability.

Quick Start

Decompose plan.md Work Units into Issues and link blockers.

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 plan with work units into GitHub issues?

Extract work units from your plan artifact and decompose them into sequenced GitHub issues. This Skill parses the Work Units section, validates structure, creates issues in dependency order, and links blockers for cross-issue coordination, producing a complete traceability summary.

Can I automate GitHub issue creation from a plan document?

Yes. This Skill extracts work units from plan artifacts, validates their structure, creates issues automatically in dependency order, and links blocker references between issues, eliminating manual GitHub issue setup.

How do I ensure dependencies between GitHub issues are tracked correctly?

The Skill creates issues in dependency-aware order and links blocker references between them. It validates work unit structure upfront and outputs a summary mapping work units to created issue numbers for complete traceability.

What format should my plan document use for decomposition?

Your plan must include a Work Units section with structured entries. The Skill parses and validates this structure, then creates sequenced GitHub issues with validation checklists and blocker links based on the defined units.

Can I use this with existing GitHub workflows?

Yes. This Skill integrates with GitHub issues as its output target. It decomposes plans into issues that fit standard GitHub workflows, enabling dependency ordering and blocker linking within your existing issue tracking system.