speckit-plan

Automate implementation planning to generate design artifacts from a plan template.

Updated Sep 24, 2025
One-click install
npx skills add https://github.com/AhmedHassaan-7OS/money_follow --skill speckit-plan-ahmedhassaan-7os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-plan
Source: https://github.com/AhmedHassaan-7OS/money_follow/tree/main/project_disc/.agents/skills/speckit-plan
Command: npx skills add https://github.com/AhmedHassaan-7OS/money_follow --skill speckit-plan-ahmedhassaan-7os

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-plan automates the implementation planning workflow using a plan template to generate design artifacts, reducing manual coordination and errors.

Core Features & Use Cases

  • Automates the end-to-end planning process from input specifications to design artifacts.
  • Generates data models, contracts, quickstart guides, and agent context updates according to the plan template.
  • Use Case: teams adopting spec-kit project structures can kick off a repeatable planning phase with minimal setup.

Quick Start

Run speckit-plan on your project to generate the initial 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 automate planning to generate design artifacts from a spec-kit project?

Automating design artifact generation in a spec-kit project requires a plan template that executes pre-execution checks and extension hooks. This workflow produces data models, contracts, quickstart guides, and agent context updates from your input specifications.

What design artifacts are generated during automated implementation planning?

Automated implementation planning generates data models, contracts, quickstart guides, and agent context updates. These design artifacts are produced according to the plan template within the .specify/ directory structure.

Does speckit-plan require a specific directory structure to run planning workflows?

Yes, speckit-plan requires the .specify/ directory structure to execute planning workflows. This spec-kit structure supports pre-execution checks, extension hooks, and phased artifact generation.

Can I use extension hooks and pre-execution checks during phased artifact generation?

Yes, extension hooks and pre-execution checks are applied during phased artifact generation. This ensures automated planning satisfies requirements for hook processing and validates conditions before producing design outputs.

What's the best way to set up repeatable planning phases for spec-kit structures?

The best way to set up repeatable planning phases is running speckit-plan on your spec-kit project. It uses a plan template to kick off the workflow with minimal setup, generating initial design artifacts consistently.