speckit-plan

Generate end-to-end technical implementation plans from feature specifications.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/raccioly/coach-gravity --skill speckit-plan-raccioly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-plan
Source: https://github.com/raccioly/coach-gravity/tree/main/.agent/skills/speckit-plan
Command: npx skills add https://github.com/raccioly/coach-gravity --skill speckit-plan-raccioly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate end-to-end technical implementation plans from feature specifications, turning abstract ideas into concrete designs and roadmaps.

Core Features & Use Cases

  • Setup and load: Initialize the planning workflow from a feature spec, copy templates, and prepare context.
  • Plan generation: Produce plan.md with architecture, tech stack, and phased delivery steps, plus data-model.md and contracts when applicable.
  • Execution & validation: Run the plan workflow, validate gates, and update agent context with new knowledge.

Quick Start

Provide a feature specification to Speckit Plan and run the planning workflow to generate a complete architectural plan.

Frequently Asked Questions about speckit-plan

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

FAQPage Schema
How do I generate an implementation plan from a feature specification?

To generate an implementation plan from a feature specification, provide the spec to the planning workflow. It produces a plan.md file containing architecture definitions, technology stack decisions, and phased delivery steps.

What is the process for turning abstract software specs into concrete architecture designs?

Turning software specs into concrete architecture designs involves loading feature specifications and templates to execute a plan workflow. This generates structured artifacts like plan.md and data-model.md with phased delivery roadmaps.

Can I use this to create phased delivery plans for software projects requiring technology stack decisions?

Yes, you can create phased delivery plans for software projects requiring technology stack decisions. The workflow validates gating steps and updates agent context with new architectural knowledge as the plan progresses.

How do I produce data models and contracts alongside a technical implementation plan?

To produce data models and contracts alongside a technical implementation plan, run the plan generation workflow on your feature specification. It outputs data-model.md and related contract artifacts when applicable to your architecture.

Does the plan generation workflow validate technical phases during execution?

Yes, the plan generation workflow validates technical phases during execution. It runs the plan workflow, validates defined gates, and continuously updates agent context with new knowledge as the implementation progresses.