plan

Generate implementation plans with stories and acceptance criteria from specification documents.

2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/RockaRhymeLLC/kithkit --skill plan-rockarhymellc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/RockaRhymeLLC/kithkit/tree/main/.claude/skills/plan
Command: npx skills add https://github.com/RockaRhymeLLC/kithkit --skill plan-rockarhymellc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of translating high-level specifications into detailed, actionable implementation plans, ensuring all requirements are covered by testable stories.

Core Features & Use Cases

  • Generate Plans: Create comprehensive plan.md documents from spec files.
  • Define Stories: Break down work into manageable JSON stories with acceptance criteria.
  • Create Tests: Define step-by-step tests in JSON format to verify story completion.
  • Workflow Integration: Seamlessly integrates with /spec, /validate, /review, and /build for a complete development lifecycle.
  • Use Case: After defining a new feature in a spec file, use /plan to automatically generate a technical approach, break it into user stories, and define acceptance tests, preparing it for the build phase.

Quick Start

Use the plan skill to create a new implementation plan from the spec file specs/20260127-telegram-integration.spec.md.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I break down a specification document into testable user stories?

To break down a specification document into testable user stories, use automated planning to generate a plan.md file alongside JSON story files with acceptance criteria. This ensures comprehensive feature coverage and prepares tasks for the build phase.

How do I create an implementation plan with acceptance criteria from a spec file?

Creating an implementation plan with acceptance criteria involves parsing a spec file to output a plan.md document and structured JSON stories. These outputs define the technical approach and step-by-step verification tests required for feature completion.

Can I generate JSON test files automatically from feature specifications?

Yes, you can generate JSON test files automatically from feature specifications. The planning process creates step-by-step tests in JSON format to verify story completion, directly integrating the generated tests into your validation and build workflows.

Does test driven development planning integrate with build and validation workflows?

Test driven development planning integrates seamlessly with build and validation workflows. The generated plan.md and JSON story files connect directly with validation, review, and build processes to maintain a complete development lifecycle.

What is the best way to manage task dependencies when planning new features?

The best way to manage task dependencies when planning new features is to generate structured JSON stories that explicitly map requirements and dependencies. This ensures all task constraints are documented and validated before the build phase begins.