kitty:plan

Generate implementation plans from feature descriptions and requirements documents.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Kakise/cartographing-kitties-plugin --skill kitty-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kitty:plan
Source: https://github.com/Kakise/cartographing-kitties-plugin/tree/main/plugins/kitty/skills/kitty-plan
Command: npx skills add https://github.com/Kakise/cartographing-kitties-plugin --skill kitty-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turns ambiguous user requirements into a concrete, actionable implementation plan by coordinating Cartographing Kittens research agent swarms to analyze the codebase and derive a structured plan.

Core Features & Use Cases

  • Parallel research swarms: Dispatches 3-4 agents in parallel to gather context, dependencies, and design options.
  • Phase-driven planning: Source & Resume, Index & Build Context, Research Swarms, and Plan Synthesis to produce a comprehensive plan.
  • Output artifacts: Generates a plan with scope, milestones, required files, and test scenarios; links to origin docs when available (docs/plans, docs/brainstorms) for traceability.
  • Reuse and traceability: Leverages existing design docs and requirements to ensure alignment with business goals.

Quick Start

Provide a feature description or requirements document path to generate an implementation plan.

Frequently Asked Questions about kitty:plan

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

FAQPage Schema
How do I turn feature requirements into an actionable implementation plan?

To turn feature requirements into an implementation plan, provide a feature description or requirements document path. The system dispatches parallel research swarms to analyze the codebase and synthesize a structured plan with concrete files, milestones, and test scenarios.

How does parallel research swarming work for codebase analysis?

Parallel research swarming dispatches 3-4 agents simultaneously to gather context, dependencies, and design options across a target codebase. This phase-driven approach ensures comprehensive context building before synthesizing the final engineering plan.

What is the best way to generate phased work breakdowns from design documents?

Generating phased work breakdowns from design documents requires indexing existing requirements and brainstorms to ensure traceability. The system aligns output milestones and required files directly to origin documents and design constraints.

Can I use existing requirements docs to build a production-ready engineering plan?

Yes, you can use existing requirements docs to build a production-ready engineering plan. The system leverages available documents in paths like docs/plans or docs/brainstorms to ensure the output aligns with business goals and design constraints.

Do I need to manually index my codebase before generating an architecture plan?

No, you do not need to manually index your codebase before generating an architecture plan. The system handles source indexing and context building automatically during its initial phases before dispatching research agents.

What limitations exist when coordinating agent swarms for implementation planning?

A limitation when coordinating agent swarms for implementation planning is the reliance on available origin documents for traceability. Without existing design docs or requirements paths, the synthesized plan may lack full alignment to specific business goals.