plan

Generates hierarchical task plans and tracks their execution progress.

4|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/skaisser/blueprint --skill plan-skaisser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/skaisser/blueprint/tree/main/skills/plan
Command: npx skills add https://github.com/skaisser/blueprint --skill plan-skaisser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Plan creation automation helps teams convert vague development ideas into concrete, versioned implementation plans with branch management.

Core Features & Use Cases

  • Create a formal plan document in blueprint/live with predefined phases, tasks, and acceptance criteria.
  • Generate and checkout a feature branch aligned to the plan, enabling traceable collaboration.
  • Integrate with backlog/issue workflows and the repository blueprint template to ensure consistency and auditability.

Quick Start

Tell Claude to plan a feature by saying plan this for a concrete task description to generate a structured plan and a corresponding feature branch in the repository.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn a vague development idea into a structured implementation plan?

To turn a vague development idea into a structured plan, provide a concrete task description to generate a formal plan document with predefined phases, tasks, and acceptance criteria. This process consults the repository blueprint template for consistency.

How do I create a git feature branch that aligns with my plan document?

Creating a git feature branch aligned with your plan document happens automatically during plan generation. The feature branch is generated and checked out to enable traceable collaboration and link repository changes directly to the structured plan.

Can I integrate implementation plans with my existing backlog and issue workflows?

Yes, you can integrate implementation plans with existing backlog and issue workflows. The generated plan feeds metadata into the repository to ensure traceability, auditability, and seamless integration with current backlog management processes.

What is the best way to plan a feature refactor with traceable acceptance criteria?

The best way to plan a feature refactor with traceable acceptance criteria is to generate a structured plan document using the shared blueprint template. This creates predefined phases, tasks, and clear acceptance criteria alongside a synchronized feature branch.

Does this planning workflow support bug fixes and refactoring tasks?

Yes, this planning workflow supports bug fixes and refactoring tasks. It applies to planning features, fixes, refactors, or any development task by generating a versioned implementation plan with phases, tasks, and acceptance criteria.