speckit-plan

Automate spec-kit implementation planning to generate design artifacts.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/ApothecaryMan/pharmaflow-ai --skill speckit-plan-apothecaryman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-plan
Source: https://github.com/ApothecaryMan/pharmaflow-ai/tree/main/.agent/skills/speckit-plan
Command: npx skills add https://github.com/ApothecaryMan/pharmaflow-ai --skill speckit-plan-apothecaryman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the implementation planning workflow using the plan template to generate design artifacts, streamlining the process for spec-kit projects.

Core Features & Use Cases

  • Automated Planning: Execute the implementation planning workflow with the plan template to generate design artifacts.
  • Spec-Kit Compatibility: Requires spec-kit project structure with .specify/ directory.
  • Use Case: For a project using spec-kit, use this Skill to generate design artifacts such as research.md, data-model.md, and contracts/.

Quick Start

Execute the planning workflow with the command: speckit-plan.

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 for spec-kit projects?

To automate implementation planning for spec-kit projects, execute a predefined template workflow that processes input arguments and generates design artifacts. This streamlines the planning process by handling pre-execution and post-execution hooks automatically.

What design artifacts are generated when using a plan template for implementation planning?

Implementation planning with a plan template generates design artifacts like research.md, data-model.md, and contracts/. These artifacts document the project structure and design decisions required for downstream implementation.

Does automated spec-kit planning require a specific project directory structure?

Yes, automated spec-kit planning requires an existing spec-kit project structure. Your project must contain a .specify/ directory so the template-based workflow can correctly process inputs and generate the expected design artifacts.

What is the best way to execute the implementation planning workflow using spec-kit templates?

The best way to execute the implementation planning workflow is by running the speckit-plan command. This triggers the predefined steps, processes your input arguments, and outputs the necessary design artifacts for your project.

Can I use template-based implementation planning without a spec-kit project structure?

No, template-based implementation planning is specifically designed for spec-kit compatibility. It relies on the .specify/ directory structure to process predefined steps and execute the hooks required to generate valid design artifacts.