speckit-plan

Generate implementation plans from spec-kit templates with design artifacts.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/AhmedMohammedSaad/gmyunity --skill speckit-plan-ahmedmohammedsaad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-plan
Source: https://github.com/AhmedMohammedSaad/gmyunity/tree/main/.agent/skills/speckit-plan
Command: npx skills add https://github.com/AhmedMohammedSaad/gmyunity --skill speckit-plan-ahmedmohammedsaad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the implementation planning workflow for projects that follow the spec‑kit structure, turning feature specifications into concrete design artifacts.

Core Features & Use Cases

  • Executes pre‑planning extension hooks and prepares the planning environment.
  • Generates research, data models, contracts, and quick‑start documentation based on the IMPL_PLAN template.
  • Handles post‑planning hooks and validates design against the project constitution.

Quick Start

Invoke speckit‑plan with your project arguments to start the planning process.

Frequently Asked Questions about speckit-plan

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

FAQPage Schema
How do I generate implementation plans from feature specifications?

To generate implementation plans from feature specifications, invoke speckit-plan to apply IMPL_PLAN templates, producing research, data models, and contracts automatically.

What design artifacts are created during spec-kit planning?

Spec-kit planning creates design artifacts such as research documents, data models, contracts, and quick-start documentation based on the project's IMPL_PLAN template.

Do I need a .specify directory to automate project planning?

Yes, automating project planning requires a .specify directory containing configuration files, PowerShell scripts, and optional extension hooks to execute the spec-kit workflow.

Can I validate generated design artifacts against a project constitution?

Yes, you can validate generated design artifacts against a project constitution, as the planning workflow handles post-planning hooks to ensure design compliance automatically.

When do I need to execute pre-planning extension hooks for design automation?

You need to execute pre-planning extension hooks for design automation when preparing the spec-kit planning environment before generating the final implementation artifacts.

What is the best way to automate design artifact creation for spec-kit projects?

Automating design artifact creation for spec-kit projects is best handled by invoking a planning skill that executes pre-planning hooks and generates contracts using IMPL_PLAN templates.