spec-flow-auto

Automate PRD-to-SPEC workflows generating requirements.md, design.md, and tasks.md.

Updated Jun 11, 2025
One-click install
npx skills add https://github.com/nobu007/connective-byte --skill spec-flow-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-flow-auto
Source: https://github.com/nobu007/connective-byte/tree/main/.claude/skills/spec-flow-auto
Command: npx skills add https://github.com/nobu007/connective-byte --skill spec-flow-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

SpecFlow Auto automates AI-enhanced SD workflow, from PRD to SPEC to Miyabi integration, enabling fully automated specification development.

Core Features & Use Cases

  • AI-assisted PRD解析 and_SPEC生成 using SpecWorkflowMcp guidance
  • SPECからのタスク分解とMiyabi連携データ生成
  • 高品質チェックと整合性検証を自動化

Quick Start

README.mdから仕様書と実装タスクを自動生成してください python .claude/skills/spec-flow-auto/scripts/enhanced_sdd_pipeline.py --prd README.md --spec-name your-project --output .spec-workflow python .claude/skills/spec-flow-auto/scripts/run_sdd_pipeline.py --prd README.md --spec-name your-project --output .spec-workflow

Frequently Asked Questions about spec-flow-auto

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

FAQPage Schema
How do I automate PRD to specification generation using AI?

Spec-Flow Auto automates end-to-end conversion from PRD documents to structured specifications using AI-assisted parsing and generation. It creates requirements.md, design.md, and tasks.md artifacts directly from your README or PRD input, eliminating manual specification writing.

Can I integrate AI-generated specs with Miyabi autonomous agents?

Yes. Spec-Flow Auto generates Miyabi integration artifacts and task decomposition outputs alongside specifications, enabling autonomous agents to execute tasks derived from your PRD without additional manual task breakdown.

What does the SpecWorkflowMcp workflow include?

SpecWorkflowMcp guides PRD parsing, AI-assisted SPEC creation, task decomposition, and quality validation. Spec-Flow Auto implements this workflow end-to-end, automating each stage from requirements analysis through validation and execution-ready artifact generation.

How do I validate specifications for consistency and completeness?

Spec-Flow Auto includes automated quality checks and consistency validation built into the pipeline. It verifies that generated requirements.md, design.md, and tasks.md align with the original PRD and meet technical requirements before producing final artifacts.

Can I use Spec-Flow Auto for large software development projects?

Yes. Spec-Flow Auto is designed for software development projects of any scale using SpecWorkflowMcp and Miyabi. It automates specification generation and task decomposition for complex projects, satisfying both functional and technical requirement coverage.

What input formats does Spec-Flow Auto accept?

Spec-Flow Auto accepts PRD documents in markdown format, including README.md files. You specify the PRD path and desired output directory via command-line arguments to generate specification and task artifacts.