speckit-blueprint-generate

Generate a pre-implementation blueprint from tasks.md, spec.md, and plan.md.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-blueprint-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-blueprint-generate
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-blueprint-generate
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-blueprint-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents “blind implementation” by converting your spec artifacts into a pre-implementation blueprint that preserves code conventions, file-by-file intent, and execution order before any code is written.

Core Features & Use Cases

  • Generates blueprint.md from spec artifacts: Builds a structured pre-implementation plan from tasks.md, spec.md, and plan.md, optionally using data-model.md and contracts/ when present.
  • Supports doc-only or scaffolding workflows: Produces documentation-only output by default, or can scaffold new files with TODO stubs on disk (without TODOs inside the blueprint itself).
  • Detects what’s new vs modified vs deleted: Classifies every task file path and handles “already complete” tasks via a pre-completed summary table to maintain 1:1 traceability with task IDs.
  • Produces a developer-followable artifact: Ensures the blueprint contains complete, copy-pastable code blocks (or diff blocks for modified files) so the next step (/speckit.implement) can execute from blueprint.md.

Quick Start

Run /speckit.blueprint.generate in doc-only mode to create a blueprint.md from your current spec artifacts, then review it before running /speckit.implement.

Frequently Asked Questions about speckit-blueprint-generate

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

FAQPage Schema
How do I generate an implementation plan from spec artifacts?

To generate an implementation plan, you use a blueprint generator that parses tasks.md, spec.md, and plan.md to produce an ordered, traceable pre-implementation blueprint with file-by-file intent and verification checklists.

What is spec-driven development scaffolding?

Spec-driven development scaffolding is the process of translating structured specification documents into a pre-implementation blueprint, optionally creating new files with TODO stubs on disk while maintaining zero TODOs inside the blueprint itself.

Can I create a doc-only blueprint without scaffolding files?

Yes, you can produce documentation-only output by default to create a blueprint.md from your current spec artifacts, allowing you to review the structured plan before executing any code generation or file modifications.

How do I classify task files as new, modified, or deleted?

The blueprint generation process automatically classifies every task file path as new, modified, deleted, or already-complete, handling finished tasks via a pre-completed summary table to maintain 1:1 traceability with task IDs.

What's the best way to prevent blind implementation from specs?

The best way to prevent blind implementation is converting spec artifacts into a pre-implementation blueprint that preserves code conventions and execution order, ensuring the next implementation step can execute directly from complete, copy-pastable code blocks.

Do I need prerequisite checks before generating a spec blueprint?

Yes, prerequisite checks are required before generating a spec blueprint to validate the existence and structure of necessary spec artifacts, ensuring the resulting blueprint.md contains accurate, traceable implementation steps.