create-plans

Automate project ideas into structured brief, roadmap, and phase plan artifacts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/voronerd/claude-orchestration-template --skill create-plans-voronerd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plans
Source: https://github.com/voronerd/claude-orchestration-template/tree/main/template_root/.claude/skills/create-plans
Command: npx skills add https://github.com/voronerd/claude-orchestration-template --skill create-plans-voronerd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates turning project ideas into actionable planning artifacts, including briefs, roadmaps, and Claude-executable phase plans.

Core Features & Use Cases

  • Structured planning pipeline: from brief to roadmap to phase plans with context references and gate checks.
  • Domain skill integration: optional loading of domain expertise to enrich planning with domain-specific references.
  • Execution governance: checkpoint, gates, and deviation handling to keep plans within quality bounds.
  • Versioning & milestones: Git-based commits and milestone outputs (ROADMAP, BRIEF, MILESTONES, SUMMARY).
  • Outputs for reuse: planning artifacts that can be reloaded or transitioned.

Quick Start

Invoke Skill("create-plans") to begin outlining your project planning artifacts.

Frequently Asked Questions about create-plans

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

FAQPage Schema
How do I generate a structured project roadmap from a basic idea using Claude?

To generate a structured project roadmap, you can use a Claude-driven planning workflow to automatically transform your initial idea into a brief, a roadmap, and phase plans. This process outputs structured planning artifacts stored under a .planning directory.

What is a Claude-executable phase plan and how does it work with Git?

A Claude-executable phase plan is a structured planning artifact that defines specific execution steps for Claude. It works with Git by committing your brief, roadmap, and milestone outputs as versioned checkpoints to ensure proper execution governance.

Can I integrate domain-specific expertise into my project planning workflow?

Yes, you can integrate domain-specific expertise into your project planning workflow. The system supports optional loading of domain skills on demand to enrich your brief and roadmap with specialized references and context.

How do I manage project deviations and context gates during solo execution?

You manage project deviations and context gates using built-in execution governance. This mechanism provides checkpoints and gate checks to keep your phase plans within defined quality bounds during solo execution.

Does this planning workflow require any specific dependencies or environment setup?

No specific dependencies are required for this planning workflow. You only need a standard Git environment to store and commit the generated planning artifacts, such as the brief, roadmap, and milestones, under your project directory.

What is the best way to transition and reuse existing planning artifacts for a new phase?

The best way to transition and reuse planning artifacts is to leverage the generated milestone outputs like ROADMAP and SUMMARY. These artifacts are designed to be reloaded or transitioned seamlessly as your project progresses through different phases.