speckit-plan

Automate implementation planning for spec-kit projects with .specify/ structure.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/vZulin/overlay-clock-timer --skill speckit-plan-vzulin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-plan
Source: https://github.com/vZulin/overlay-clock-timer/tree/main/.agents/skills/speckit-plan
Command: npx skills add https://github.com/vZulin/overlay-clock-timer --skill speckit-plan-vzulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the implementation planning workflow for spec-kit projects, turning scattered requirements into executable planning artifacts.

Core Features & Use Cases

  • Automatically loads the IMPL_PLAN template and materializes planning outputs (research.md, data-model.md, contracts, quickstart) according to the plan phases.
  • Enforces pre- and post-execution extension hook checks and cleanly reports executable hooks.
  • Guides end-to-end planning from Outline through Phase 2, including constitution checks and gate validations.

Quick Start

Run the speckit-plan workflow from the project root to generate planning artifacts.

Frequently Asked Questions about speckit-plan

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

FAQPage Schema
How do I automate spec-kit project planning and generate design artifacts?▼

To automate spec-kit project planning, use the speckit-plan workflow to materialize design artifacts like research.md, data-model.md, and contracts. It runs from the project root to generate planning outputs according to defined plan phases.

What artifacts does the .specify/ structure implementation workflow produce?▼

The implementation workflow produces research.md, data-model.md, contracts, and quickstart guidance. It automatically loads the IMPL_PLAN template and materializes these planning artifacts across Phase 0-2 of the project lifecycle.

How do I enforce governance and gate validations during implementation planning?▼

To enforce governance during implementation planning, the workflow applies constitution checks and gate validations from the Outline phase through Phase 2. It also enforces pre- and post-execution extension hook checks and cleanly reports executable hooks.

Can I use this workflow for repositories that do not follow the .specify/ structure?▼

No, this workflow specifically applies to repositories that follow the .specify/ structure. It requires this specific directory layout to load the IMPL_PLAN template and correctly generate the corresponding planning artifacts and contracts.

What is the best way to guide end-to-end planning from outline through Phase 2?▼

The best way to guide end-to-end planning from outline through Phase 2 is using an automated workflow that handles constitution checks, gate validations, and extension hook execution. This ensures all functional requirements and artifacts are generated systematically.