blueprint

Creates construction plans for multi-session engineering projects with dependency detection.

Updated Nov 19, 2025
One-click install
npx skills add https://github.com/Sake-Team/SmartSake --skill blueprint-sake-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/Sake-Team/SmartSake/tree/main/backup/skills/blueprint
Command: npx skills add https://github.com/Sake-Team/SmartSake --skill blueprint-sake-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill turns one-line objectives into detailed construction plans for multi-session, multi-agent engineering projects, reducing context loss and rework.

Core Features & Use Cases

  • Step-by-Step Plans: Breaks objectives into actionable steps with context briefs for each.
  • Adversarial Review: Ensures plans are reviewed by a sub-agent for completeness and correctness.
  • Dependency Graph: Identifies parallel steps and dependencies for efficient execution.
  • Use Case: For a large feature migration, the Skill can create a plan with parallel implementation steps, ensuring no context loss and streamlined execution.

Quick Start

Use the blueprint skill to create a plan for a complex migration task: /blueprint myproject "migrate 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 construction plan for a complex engineering project?

A construction plan breaks your objective into actionable steps with context briefs, detects dependencies, and runs adversarial review for completeness. It targets multi-session engineering projects to prevent context loss and rework.

What is the best way to coordinate multi-agent execution for a large feature migration?

The best way to coordinate multi-agent execution is using a dependency graph that identifies parallel steps and dependencies. This ensures agents execute isolated tasks efficiently without context loss during complex migrations.

Do I need Claude Code to execute engineering workflow construction plans?

Yes, Claude Code is required for execution. Full branch, PR, and CI workflow support additionally requires git and gh CLI tools to be installed in your working environment.

Can I review a project management plan for completeness before starting multi-session execution?

Yes, plans are reviewed by a sub-agent for completeness and correctness through an adversarial review process. This validates the construction plan before multi-session execution begins.

How does a dependency graph help with parallel implementation steps?

A dependency graph maps parallel steps and dependencies, allowing multi-agent execution to proceed efficiently. It prevents bottlenecks by identifying which actionable steps can run simultaneously.