specflow-pack-author

Create SpecFlow standards compliance packs from PDFs, URLs, or pasted text.

2|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Longhuiberkeley/specflow --skill specflow-pack-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specflow-pack-author
Source: https://github.com/Longhuiberkeley/specflow/tree/main/.claude/skills/specflow-pack-author
Command: npx skills add https://github.com/Longhuiberkeley/specflow --skill specflow-pack-author

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The pack authoring workflow guides users to convert source documents (PDFs, URLs, or pasted text) into complete SpecFlow packs, reducing manual assembly and errors.

Core Features & Use Cases

  • Structured extraction of clauses from source documents
  • Generation of pack artifacts (pack.yaml, standards/*.yaml, optional schemas)
  • Verification, preview, and validation of the resulting pack before installation

Quick Start

Run the pack authoring workflow to generate a complete SpecFlow pack from your source document.

Frequently Asked Questions about specflow-pack-author

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

FAQPage Schema
How do I create a standards compliance pack from a PDF document?

To create a standards compliance pack from a PDF, this Skill applies a structured extraction workflow to parse the table of contents, extract clauses, and generate ready-to-install pack.yaml and standards.yaml files.

Can I generate SpecFlow schemas directly from pasted text?

Yes, you can generate SpecFlow schemas from pasted text. The workflow parses the text input, extracts compliance standards, and outputs optional schemas alongside the pack manifest and standards YAML files.

What is the best way to extract compliance clauses from source documents?

The best way to extract compliance clauses is using a phase-based extraction workflow that parses sections, deduplicates overlapping standards, and verifies the results before outputting a structured pack manifest.

Does the pack authoring workflow support URL inputs for standards extraction?

Yes, the pack authoring workflow supports URL inputs. It processes the URL content through the same structured extraction phases to produce validated standards schemas and a complete pack directory.

How are duplicate compliance standards handled during pack generation?

Duplicate compliance standards are handled through a deduplication phase during the extraction workflow, ensuring the final generated pack directory contains unique, verified standards YAML files.

Do I need to manually validate the standards pack before installation?

No, manual validation is not needed. The workflow includes a built-in preview and validation step that verifies the generated pack artifacts and manifest before final installation.