lfe-to-issues

Convert Product Requirements Documents into structured, independently demoable issues.

43|2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/StChiotis/Library-First-Engineering --skill lfe-to-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lfe-to-issues
Source: https://github.com/StChiotis/Library-First-Engineering/tree/main/.agents/skills/lfe-to-issues
Command: npx skills add https://github.com/StChiotis/Library-First-Engineering --skill lfe-to-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of Product Requirements Documents (PRD) into individual, independently demoable issues, streamlining the software architecture process and reducing the risk of miscommunication.

Core Features & Use Cases

  • PRD Parsing: Reads and parses the PRD to identify key requirements.
  • Issue Generation: Converts requirements into issues that can be independently verified.
  • Human Approval: Ensures all issues meet the required standards before proceeding.

Quick Start

Run the lfe-to-issues skill after the to-prd step to generate issues from your PRD.

Frequently Asked Questions about lfe-to-issues

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

FAQPage Schema
How do I convert a Product Requirements Document into software development issues?

To convert a Product Requirements Document (PRD) into software development issues, you can use an automated PRD parsing tool to identify key requirements and generate a structured set of issues. This process ensures each issue is independently demoable and requires human approval before proceeding.

How do I generate YAML and Markdown output from a PRD for software architecture?

Generating YAML and Markdown output from a PRD involves parsing the document to extract requirements and structuring them into standardized formats. This technique organizes software architecture tasks into individual, verifiable issues, reducing the risk of miscommunication across the development pipeline.

What is the best way to structure PRD requirements into independently demoable issues?

The best way to structure PRD requirements into independently demoable issues is by using a dedicated PRD conversion tool within an architecture sub-pipeline. This approach automates requirement extraction, formats issues for independent verification, and enforces human approval standards.

Can I use scripts to automate PRD conversion into structured issues without manual formatting?

Yes, you can use scripts to automate PRD conversion into structured issues without manual formatting. The process parses the PRD content directly and outputs structured YAML and Markdown issues, though human approval is required to verify that each issue meets the necessary standards.

When do I need to generate issues from a PRD in the software architecture pipeline?

You need to generate issues from a PRD in the software architecture pipeline immediately after the PRD creation step. This ensures that the architectural requirements are broken down into manageable, independently demoable development tasks before implementation begins.