speckit-plan

Generate design artifacts from plan templates for spec-kit projects.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/BOUROUIS-MOHAMED/monclub_access_python --skill speckit-plan-bourouis-mohamed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-plan
Source: https://github.com/BOUROUIS-MOHAMED/monclub_access_python/tree/main/.agents/skills/speckit-plan
Command: npx skills add https://github.com/BOUROUIS-MOHAMED/monclub_access_python --skill speckit-plan-bourouis-mohamed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans implementation workflows into concrete design artifacts by automating planning steps and artifact generation.

Core Features & Use Cases

  • Automates generation of research, data-models, contracts, and quickstart artifacts from a plan template.
  • Supports spec-kit style projects with a .specify directory and an IMPL_PLAN.
  • Provides deterministic execution with pre- and post-execution checks and artifact output.

Quick Start

Run the speckit-plan workflow to generate the initial research and design artifacts from 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 generate design artifacts from an implementation plan?

You can generate design artifacts by running the speckit-plan workflow, which automates creation of research.md, data-model.md, contracts/, and quickstart.md files from a plan template with deterministic pre- and post-hook checks.

What is a spec-kit style project and how does planning automation work with it?

A spec-kit style project contains a .specify directory and a defined IMPL_PLAN. Planning automation works by following the Outline to guide phases from research to quickstart, producing deterministic execution and structured design artifacts.

Do I need a .specify directory to automate my implementation workflow?

Yes, you need a .specify directory containing a defined IMPL_PLAN to use this planning automation. The workflow targets spec-kit style projects specifically and relies on these structures to guide phases from research to quickstart deterministically.

What design artifacts are produced when planning implementation workflows?

Planning implementation workflows produces design artifacts such as research.md, data-model.md, contracts/, and quickstart.md. These outputs are generated automatically by following the plan template through phases from research to quickstart.

Can I use plan templates to automate research and data-model generation?

Yes, you can use plan templates to automate research and data-model generation. The workflow reads the IMPL_PLAN template, performs pre- and post-hook checks, and outputs structured artifacts like research.md and data-model.md deterministically.

What's the best way to ensure deterministic execution when generating design artifacts?

The best way to ensure deterministic execution when generating design artifacts is to use a structured plan template with pre- and post-execution hook checks. This workflow follows a defined Outline to guide phases from research to quickstart consistently.