blueprint

Generate step-by-step construction plans for multi-session engineering projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Miles0sage/claude-ultimate-stack --skill blueprint-miles0sage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/Miles0sage/claude-ultimate-stack/tree/main/skills/blueprint
Command: npx skills add https://github.com/Miles0sage/claude-ultimate-stack --skill blueprint-miles0sage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms a high-level objective into a detailed, executable step-by-step construction plan for complex, multi-session engineering projects, ensuring clarity and coordination.

Core Features & Use Cases

  • Automated Project Planning: Breaks down large tasks into manageable, single-PR-sized steps.
  • Dependency Management: Identifies and maps dependencies between steps, including parallelizable tasks.
  • Adversarial Review: Includes a review phase by a strong model to catch errors and anti-patterns.
  • Use Case: Planning the migration of a monolithic application to a microservices architecture, ensuring each phase is clearly defined with rollback strategies.

Quick Start

Use the blueprint skill to create a plan for migrating the database to PostgreSQL.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I generate a step-by-step project plan for a complex multi-session engineering task?

To generate a step-by-step project plan, provide a one-line objective. The system creates a detailed construction plan with dependency graphing, parallel step detection, and adversarial review for complex multi-session engineering tasks.

What is the best way to break down large software engineering projects into single-PR-sized steps?

Breaking down large tasks into single-PR-sized steps is achieved through automated project planning. It maps dependencies, detects parallelizable tasks, and includes an adversarial review phase to catch errors and anti-patterns.

Can I automate branch and PR workflows for my project plan using Git and GitHub CLI?

Yes, you can automate branch and PR workflows using Git and GitHub CLI integration. The system supports automated workflows for your project plan and degrades to direct mode when these CLI tools are unavailable.

How does adversarial review work when creating a migration roadmap for microservices?

Adversarial review for a migration roadmap works by having a strong model evaluate the generated plan. This review phase catches errors and anti-patterns, ensuring each phase of the microservices migration is clearly defined with rollback strategies.

Does this project planning approach support dependency graphing for parallelizable tasks?

Yes, this project planning approach supports dependency graphing for parallelizable tasks. It identifies and maps dependencies between steps, allowing you to detect and execute parallel steps during complex multi-session engineering projects.

What happens to plan mutation protocols if Git is not available in my environment?

If Git is not available in your environment, the plan mutation protocols degrade to direct mode. This ensures the step-by-step construction plan remains executable and adaptable even without automated branch and PR workflows.