planning

Generate implementation plans with traceability checkpoints from feature specifications.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/lakshmithite127/Lakshmi-Thite --skill planning-lakshmithite127
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning
Source: https://github.com/lakshmithite127/Lakshmi-Thite/tree/main/.ghcp-appmod/skills/planning
Command: npx skills add https://github.com/lakshmithite127/Lakshmi-Thite --skill planning-lakshmithite127

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates an actionable implementation plan from a feature specification, enabling traceability checkpoints across discovery, design, and delivery.

Core Features & Use Cases

  • Generates a complete artifact suite from a feature spec, including research.md, data-model.md, contracts/, and plan.md, all linked to requirements.
  • Provides end-to-end traceability by mapping each plan item to REQ-XXX IDs and producing a checkpoints file.
  • Supports guideline integration, validation gates, and quickstart generation to accelerate delivery.

Quick Start

Provide a feature specification to the planning engine and receive a ready-to-activate implementation plan with traceability checkpoints.

Frequently Asked Questions about planning

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

FAQPage Schema
How do I create an implementation plan from a feature spec?

To create an implementation plan from a feature spec, provide the specification document to the planning engine, which parses requirements and generates a structured plan with linked traceability checkpoints.

What artifacts are generated when turning requirements into an actionable plan?

Generating an actionable plan produces a suite of artifacts including research.md, data-model.md, contracts, plan.md, and a YAML checkpoints file, all mapped to specific REQ-XXX IDs for traceability.

How does traceability work across discovery, design, and delivery phases?

Traceability across discovery, design, and delivery is maintained by mapping each implementation plan item and artifact to extracted REQ-XXX IDs, ensuring validation gates and checkpoints track requirements throughout the product development workflow.

Can I integrate custom guidelines and validation gates into the planning process?

Yes, you can integrate custom guidelines and validation gates into the planning process, allowing the generated implementation plan and traceability checkpoints to align with specific architecture and product delivery standards.

What's the best way to automate phased delivery planning from product requirements?

The best way to automate phased delivery planning is to input a feature specification into the planning engine, which parses requirements and outputs a structured plan.md with YAML checkpoints for each delivery phase.

Do I need a specific format for my feature specification to generate a plan?

You need a feature specification containing identifiable requirements to generate a plan, as the planning engine relies on extracting REQ-XXX IDs to build traceability checkpoints and map the implementation artifacts.