feature-parser

Parse Markdown feature proposals into structured data with completeness scores.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/JuniYadi/claude-code --skill feature-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-parser
Source: https://github.com/JuniYadi/claude-code/tree/main/super-dev/skills/feature-parser
Command: npx skills add https://github.com/JuniYadi/claude-code --skill feature-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feature proposals are often free-form and inconsistent, making automated analysis and decision-making harder.

Core Features & Use Cases

  • Extracts title, overview, goals, requirements, constraints, success criteria, and related context from proposals.
  • Produces a structured representation suitable for indexers and judges.
  • Supports keyword extraction and completeness scoring.

Quick Start

Use this skill to parse a Markdown feature proposal by providing the proposal as input. The parsed output includes the title, overview, goals, requirements, constraints, success criteria, related context, and a computed completeness score suitable for downstream tooling.

Frequently Asked Questions about feature-parser

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

FAQPage Schema
How do I parse Markdown feature proposals into structured data?

You parse Markdown feature proposals by analyzing standard template sections to extract title, overview, goals, requirements, constraints, and success criteria into a machine-readable structured representation.

What is structured data extraction from Markdown feature proposals?

Structured data extraction from Markdown proposals pulls title, overview, goals, requirements, and constraints into a reproducible schema, generating keyword extraction and a computed completeness score for automated indexing.

Can I extract frontmatter and keywords from a Markdown proposal?

Yes, you can extract keywords and related context from Markdown proposals. The parser analyzes standard template sections to output a reproducible schema including computed completeness scores and extracted keywords.

Does feature parsing support completeness scoring for Markdown proposals?

Yes, feature parsing supports completeness scoring by evaluating the extracted title, goals, requirements, and success criteria from Markdown proposals to compute a score suitable for downstream judge agents.

What's the best way to index Markdown feature proposals for codebase-analyzer agents?

The best way to index Markdown feature proposals is to parse them into a structured, machine-readable representation with a reproducible schema, making the extracted goals and requirements suitable for codebase-analyzer agents.

What are the limitations of parsing Markdown proposals without a standard template?

Parsing Markdown proposals without a standard template limits the extraction of goals, requirements, and constraints, as the parser relies on standard template sections to generate a structured representation and completeness score.