speckit-plan.agent

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-plan-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-plan.agent
Source: https://github.com/franciscosanchezn/easyfactu-es/tree/main/.github/skills/speckit-plan.agent
Command: npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-plan-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end planning process for software projects by executing a predefined plan template to generate design artifacts and update contextual state.

Core Features & Use Cases

  • Orchestrates setup, context loading, and execution of a phased planning workflow.
  • Generates key artifacts such as research.md, data-model.md, contracts/, and quickstart guidance.
  • Updates agent context and validates requirements to ensure safe, compliant planning across spec-kit projects.

Quick Start

Run the speckit plan to initialize the planning workflow and generate the first set of artifacts from the plan template.

Frequently Asked Questions about speckit-plan.agent

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

FAQPage Schema
How do I automate software planning workflows to generate design artifacts?

Automate software planning workflows by executing a predefined plan template to generate design artifacts like research.md and data-model.md. This process orchestrates setup, context loading, and phased execution to update the agent context and validate requirements.

What design artifacts are generated during spec-kit project planning?

Spec-kit project planning generates research.md, data-model.md, contracts/, and quickstart.md artifacts across phases 0 through 2. These design artifacts fill the Technical Context, resolve clarifications, and evaluate gates for safe, compliant planning.

How does phased implementation planning work for spec-kit style projects?

Phased implementation planning works by executing a plan template across phases 0 through 2 to load contextual state and generate design artifacts. It orchestrates setup, validates requirements, and updates the agent context after design completion.

Do I need .specify/ memory and IMPL_PLAN templates to automate design artifact generation?

Yes, you need .specify/ memory and IMPL_PLAN templates to automate design artifact generation. This Skill applies specifically to spec-kit style projects that already contain these memory structures and templates to execute the planning workflow.

Can I use this planning orchestration to resolve technical clarifications and evaluate gates?

Yes, you can use planning orchestration to resolve technical clarifications and evaluate gates. The workflow satisfies requirements to fill Technical Context, resolve outstanding clarifications, and evaluate gates before updating the agent context.

What is the best way to update agent context after generating design artifacts?

The best way to update agent context after generating design artifacts is to execute the phased planning workflow end-to-end. It validates requirements, evaluates gates, and ensures the agent context is safely updated after the design phase completes.