draft-plan

Run Gemini planning for stories or epics and convert results into Claude-style plan files.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill draft-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: draft-plan
Source: https://github.com/kelsi-andrewss/claude-multi-agent-pipeline/tree/main/skills/draft-plan
Command: npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill draft-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gemini planning for stories and epics often requires manual coordination and converting raw results into Claude-style plan files. This skill automates that workflow so planners can focus on strategy rather than formatting.

Core Features & Use Cases

  • Run Gemini planning on target stories or epics and generate structured plan outputs.
  • Immediately convert Gemini results into Claude-style plan files stored under plans/.
  • Use with commands like /draft-plan, plan this story, or plan epic-NNN to activate planning.

Quick Start

Type /draft-plan to start planning for a story or epic, then review and save the resulting Claude plans.

Frequently Asked Questions about draft-plan

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

FAQPage Schema
How do I convert Gemini planning results into Claude plan files?

You can convert Gemini planning results into Claude plan files by running the draft-plan workflow, which automatically translates raw story or epic planning outputs into structured plan files saved under the plans directory.

What is the best way to automate epic and story planning with Gemini?

The best way to automate epic and story planning with Gemini is by invoking the draft-plan command, which executes the planning process and directly converts the results into Claude-style plan files.

How do I plan an epic using Gemini and save it as a Claude plan?

To plan an epic using Gemini and save it as a Claude plan, trigger the workflow using a command like plan epic-NNN, which processes the request and generates a structured plan file under the plans directory.

Do I need a Gemini plan file to generate Claude plans for my stories?

You do not need an existing Gemini plan file to generate Claude plans; you can initiate the planning process directly for target stories or epics using the draft-plan command to generate the required outputs.

Does the draft-plan workflow update the project database after generating plan files?

The draft-plan workflow updates the project database via the pm_update_story function after it successfully generates and saves the Claude-style plan files under the plans directory.