speckit-plan

Apply a plan template to generate design artifacts and planning documents.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Ab0umar/SRV100_Acc --skill speckit-plan-ab0umar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-plan
Source: https://github.com/Ab0umar/SRV100_Acc/tree/main/.agents/skills/speckit-plan
Command: npx skills add https://github.com/Ab0umar/SRV100_Acc --skill speckit-plan-ab0umar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-plan executes the implementation planning workflow by applying a plan template to generate design artifacts.

Core Features & Use Cases

  • Automates planning from a plan template to produce IMPL_PLAN, data-model outlines, and contracts
  • Supports extension hooks (.specify/extensions.yml) for pre/post planning tasks
  • Guides users through phased planning with outlines, data-models, contracts, and quickstart docs

Quick Start

Run the speckit-plan skill in your project root to start the planning workflow using the plan template.

Frequently Asked Questions about speckit-plan

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

FAQPage Schema
How do I automate planning workflows to generate design artifacts?

To automate planning workflows and generate design artifacts, you can apply a plan template to your repository to produce research, data-models, contracts, and quickstart guides with deterministic file paths.

What design artifacts are produced when automating spec-kit planning?

Automating spec-kit planning produces design artifacts including IMPL_PLAN files, data-model outlines, contracts, and quickstart documentation to guide phased implementation.

Can I run pre and post hooks during the planning workflow?

Yes, you can run pre and post planning tasks by configuring extension hooks within the .specify/extensions.yml file in your repository context.

Does the planning automation enforce checks for unknowns and dependencies?

Yes, the planning automation enforces strict checks for unknowns, dependencies, and extension hooks to ensure repository contexts follow the spec-kit structure correctly.

How do I start the planning workflow to generate data models and contracts?

To start the planning workflow, run the speckit-plan command in your project root directory to apply the plan template and begin generating data models and contracts.