speckit-plan

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Orchestrates the spec-kit planning process by loading templates and producing Phase 0-2 artifacts
  • Generates and documents research, data-models, contracts, quickstart guides, and updates AGENTS.md
  • Works with .specify/ memory constitution and IMPL_PLAN templates to produce consistent design artifacts across projects

Quick Start

Run the speckit-plan workflow to initialize the implementation planning for the current project 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 implementation planning and design artifact generation?

Automate implementation planning by applying a plan template to generate design artifacts like research notes, data models, contracts, and quickstart guides across multiple project phases. The workflow enforces pre- and post-execution hooks to maintain a consistent planning lifecycle.

What is the spec-kit planning process for producing Phase 0-2 artifacts?

The spec-kit planning process orchestrates project initialization by loading templates and producing Phase 0-2 artifacts. It generates research, data models, contracts, and quickstart guides while updating the AGENTS.md plan reference to maintain lifecycle consistency.

Do I need a .specify directory to use automated planning workflows?

Yes, automated planning workflows target spec-kit projects structured with a .specify directory and IMPL_PLAN templates. The workflow loads context from this directory structure and its memory constitution to produce consistent design artifacts.

How to generate data models and contracts using a plan template?

Generate data models and contracts by running the planning workflow against your project's IMPL_PLAN templates. The workflow handles context loading, evaluates gates, and outputs these design artifacts while updating the AGENTS.md plan reference.

Can I update the AGENTS.md plan reference automatically during workflow execution?

Yes, the planning workflow automatically updates the AGENTS.md plan reference during execution. It enforces post-execution hooks to ensure the plan reference remains consistent throughout the implementation planning lifecycle.

What are the limitations of automated planning workflows for spec-kit projects?

Automated planning workflows are limited to spec-kit projects structured with a .specify directory and IMPL_PLAN templates. Projects lacking this specific directory structure and memory constitution cannot leverage the automated template loading and artifact generation capabilities.