speckit-plan

Generate an implementation plan with research, data model, and contracts for Spec-Kit features.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a feature request into a structured implementation plan for Spec-Kit projects, reducing the time spent organizing research, design, and delivery steps.

Core Features & Use Cases

  • Plan Orchestration: Runs the Spec-Kit planning workflow from initial setup through design artifacts and plan reporting.
  • Project Readiness Checks: Verifies project structure, extension hooks, and constitution constraints before design work begins.
  • Planning Outputs: Produces research notes, data models, contracts when needed, quickstart guidance, and agent context updates.
  • Use Case: A developer asks for a plan for a new feature, and this Skill prepares the supporting artifacts needed to start implementation confidently.

Quick Start

Use the speckit-plan skill to turn my feature request into a complete implementation plan for this Spec-Kit repository.

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 for a Spec-Kit feature request?

To generate an implementation plan for a Spec-Kit feature request, provide your requirements to trigger the planning workflow, which produces research notes, data models, contracts, and quickstart guidance. The plan orchestrates project readiness checks and constitution constraints before outputting design artifacts.

What is needed to start planning software changes in a spec-kit repository?

Planning software changes in a spec-kit repository requires a valid SKILL.md workflow, .specify configuration, and passing project readiness checks for structure and constitution constraints. The setup ensures the environment supports generating research, data models, and contract artifacts.

How does the spec-kit planning workflow handle data models and contracts?

The spec-kit planning workflow handles data models and contracts by generating them as needed from your initial feature requirements. It processes the request through design artifact phases to ensure the contracts and data models align with the project's constitution checks.

Can I use speckit-plan for repositories without a .specify configuration?

No, you cannot use speckit-plan without a .specify configuration and a valid SKILL.md workflow. The skill applies specifically to repositories following the spec-kit project structure and relies on these files to verify readiness and execute the planning sequence.

What design artifacts are produced when creating an implementation plan?

The design artifacts produced when creating an implementation plan include research notes, data models, contracts, quickstart guidance, and agent context updates. These artifacts are generated sequentially to support confident implementation of the requested software changes.