speckit-plan

Automate Spec-Driven Development planning phases and generate design artifacts.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SorinS/go-speckit --skill speckit-plan-sorins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-plan
Source: https://github.com/SorinS/go-speckit/tree/main/testdata/golden/scaffold/proj-vibe/.vibe/skills/speckit-plan
Command: npx skills add https://github.com/SorinS/go-speckit --skill speckit-plan-sorins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spec-kit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the implementation planning workflow for Spec-Driven Development, significantly reducing the time required to generate design artifacts.

Core Features & Use Cases

  • Automated Planning: Execute the planning workflow using predefined templates to generate design artifacts.
  • Compatibility: Requires a spec-kit project structure with a .specify/ directory.
  • Use Case: Utilize this Skill within your AI coding agent to drive the Spec → Plan → Tasks → Implement flow for efficient project planning.

Quick Start

Use the speckit-plan skill to begin the planning process with the command: specify plan

Frequently Asked Questions about speckit-plan

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

FAQPage Schema
How do I automate implementation planning with spec-driven development?

Spec-driven development planning is automated by executing predefined workflow phases, handling technical context setup, constitution checks, and design artifact generation. This reduces the manual time required to produce implementation plans within a structured project.

What is spec-driven development planning workflow?

Spec-driven development planning is a structured process moving through Spec, Plan, Tasks, and Implement phases. It relies on predefined templates and constitution checks to generate design artifacts that guide project implementation.

Do I need a spec-kit project structure to generate design artifacts?

Yes, generating design artifacts requires an existing spec-kit project structure. Your environment must include a .specify/ directory with the proper configuration to execute the planning workflow phases.

How do I start the spec-kit planning workflow in an AI coding agent?

To start the planning workflow within your AI coding agent, trigger the execution using the command `specify plan`. This initiates the automated generation of design artifacts based on predefined templates.

What does the spec-kit planning workflow check before generating artifacts?

Before generating design artifacts, the planning workflow performs technical context setup and executes constitution checks. These steps ensure the environment aligns with the spec-kit structured project requirements.

Can I use spec-kit planning without the Spec-Driven Development flow?

No, this planning workflow is specifically designed to drive the Spec-Driven Development flow. It automates the Spec to Plan to Tasks to Implement pipeline, requiring the spec-kit structure to function correctly.