create-plan

Generate requirements, design, and implementation Markdown files with gated review steps.

4|Updated Aug 22, 2023
One-click install
npx skills add https://github.com/Lira-tron/dotfiles --skill create-plan-lira-tron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plan
Source: https://github.com/Lira-tron/dotfiles/tree/main/home/.gemini/skills/create-plan
Command: npx skills add https://github.com/Lira-tron/dotfiles --skill create-plan-lira-tron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of structured implementation plans, reducing manual scoping and aligning teams with clear gates.

Core Features & Use Cases

  • Three-file plan: generates requirements.md, design.md, and implementation.md with gated review steps.
  • Context-aware: automatically updates a Context section after significant interactions for session recovery.
  • Phase-driven workflow: supports requirements, design, and implementation phases with explicit approvals.

Quick Start

Use the create-plan skill to generate a complete plan for a feature, including initial requirements, design, and implementation steps.

Frequently Asked Questions about create-plan

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

FAQPage Schema
How do I generate a structured implementation plan for a software feature?

To generate a structured implementation plan, you need to define requirements, design, and implementation steps with clear review gates. This skill automates that scoping process by producing three Markdown files with gated milestones to align your team.

What is the best way to automate feature planning with gated milestones?

Automating feature planning with gated milestones requires a phase-driven workflow that separates requirements, design, and implementation. This skill generates those distinct phases with explicit approvals, ensuring structured progression across project milestones.

Can I use this to create requirements and design documentation for architecture changes?

Yes, you can create requirements and design documentation for architecture changes. The skill explicitly applies to feature planning tasks across software components and architecture changes, outputting dedicated Markdown files for each phase.

How does context logging work across iterations during plan generation?

Context logging during plan generation automatically updates a Context section after significant interactions. This mechanism ensures session recovery by capturing iteration history directly within the generated workflow files.

Does this plan-generation workflow support manual approvals between phases?

Yes, the plan-generation workflow supports manual approvals between phases. It utilizes a phase-driven workflow with explicit gates, requiring review and approval before moving from requirements to design and implementation.

What format are the generated implementation steps and requirements saved in?

The generated implementation steps and requirements are saved in Markdown format. The skill outputs three specific Markdown files: requirements.md, design.md, and implementation.md, each containing gated review steps and frontmatter metadata.