speckit-plan

Generate Spec Kit planning artifacts and execute extension hooks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill speckit-plan-clockwork-temptation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-plan
Source: https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ/tree/main/.agents/skills/speckit-plan
Command: npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill speckit-plan-clockwork-temptation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end planning of Spec Kit projects by producing design artifacts and coordinating pre/post execution hooks, reducing manual coordination and ensuring a repeatable workflow.

Core Features & Use Cases

  • Generates research.md, data-model.md, contracts/, and quickstart.md from a plan template to accelerate initial architecture and documentation.
  • Integrates with .specify/extensions.yml to surface and optionally execute extension hooks before and after planning.
  • Updates agent context and memory cues to reflect the current planning state and preserve manual adjustments.

Quick Start

Run speckit-plan to generate the design artifacts for your current Spec Kit project.

Frequently Asked Questions about speckit-plan

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

FAQPage Schema
How do I automate design artifact generation for Spec Kit projects?

Automating Spec Kit artifact generation produces research.md, data-model.md, contracts/, and quickstart.md from a plan template. It reduces manual coordination by orchestrating the end-to-end planning workflow while updating agent context.

What is the .specify workflow for project planning?

The .specify workflow is an automated planning process that generates design artifacts and coordinates execution hooks. It requires a plan template and access to .specify/memory/constitution.md to ensure a repeatable architecture and documentation workflow.

Can I run custom hooks before and after planning with spec-kit?

You can run custom pre/post-execution extension hooks during planning by defining them in .specify/extensions.yml. The workflow surfaces and optionally executes these hooks before and after generating design artifacts.

Do I need a constitution file to generate a data model and contracts?

Generating data models and contracts requires access to .specify/memory/constitution.md and a plan template. These inputs drive the automated creation of data-model.md, contracts/, research.md, and quickstart.md.

How does agent context update during the Spec Kit planning workflow?

Agent context updates automatically after generating design artifacts to reflect the current planning state. This memory cue preservation ensures manual adjustments are maintained throughout the end-to-end Spec Kit workflow.

What's the best way to orchestrate end-to-end implementation planning?

Orchestrating end-to-end implementation planning is best handled by automating artifact generation and coordinating extension hooks. This approach produces repeatable architecture documents while minimizing manual workflow coordination.