spec-kitty-plan

Generates implementation plans and branch contracts for Spec-Kitty features.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill spec-kitty-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kitty-plan
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/spec-kitty-plugin/skills/spec-kitty-plan
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill spec-kitty-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates and standardizes the planning phase of Spec-Kitty workflows by wrapping and improving the baseline spec plan process, reducing manual coordination.

Core Features & Use Cases

  • Intelligent wrapper around /spec-kitty.plan to generate consistent implementation plans.
  • Continuously improves with each execution, incorporating governance checks and artifacts.
  • Works across single-feature planning in project root and ensures artifacts (plan.md, branch contracts) are produced for downstream integration.

Quick Start

Run from the project root to generate the feature plan (plan.md) and align with the standard Spec-Kitty workflow.

Frequently Asked Questions about spec-kitty-plan

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

FAQPage Schema
How do I generate an implementation plan for a single-feature workflow?

To generate an implementation plan for a single-feature workflow, run the planning automation from the project root to produce a plan.md file and align with standard branch contracts. This ensures downstream integration artifacts are created consistently.

What is an IMPL_PLAN-driven workflow and how does it handle feature planning?

An IMPL_PLAN-driven workflow handles feature planning by automating plan generation and enforcing governance checks before execution. It produces plan artifacts and blocks further processing until the task implementation phase is explicitly invoked.

Do I need to manually create branch contracts before planning feature implementation?

No, you do not need to manually create branch contracts before planning feature implementation. The automated planning process generates branch contracts and plan artifacts directly in the project root during the planning phase.

Why does my feature planning workflow block execution after generating the plan?

Feature planning workflows block execution after generating the plan to enforce standard IMPL_PLAN-driven governance. This intentional block ensures the generated plan.md and branch contracts are reviewed before the implementation phase is invoked.

Can I use automated planning for multiple features across different project directories?

The automated planning skill is designed for single-feature workflows executed from the project root. It focuses on producing aligned governance context and plan artifacts for one feature at a time rather than spanning multiple directories.