blueprint

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

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/sumeetonline90/fitup_all --skill blueprint-sumeetonline90
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/sumeetonline90/fitup_all/tree/main/.cursor/skills/blueprint
Command: npx skills add https://github.com/sumeetonline90/fitup_all --skill blueprint-sumeetonline90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of context loss and rework when breaking large, multi-session engineering projects (such as multi-PR feature builds, cross-session refactors, or coordinated multi-agent workstreams) into executable steps, ensuring fresh agents can pick up work without prior context.

Core Features & Use Cases

  • Step-by-step construction plans: Breaks one-line objectives into 3-12 one-PR-sized steps with dependency graphs, parallel step detection, and per-step rollback strategies.
  • Cold-start execution support: Every step includes a self-contained context brief so new agents can execute it without reading prior steps or project history.
  • Adversarial review gate: Automatically reviews generated plans against anti-pattern checklists to catch completeness, dependency, and edge case errors before execution.
  • Use case: Use it to plan a multi-session database migration or plugin system refactor that requires coordinated work across multiple PRs and sub-agents.

Quick Start

Use the blueprint skill to generate a step-by-step construction plan for your multi-session engineering project objective.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I plan a multi-session engineering project across multiple PRs without losing context?▼

To plan a multi-session engineering project without context loss, generate a step-by-step construction plan that breaks objectives into one-PR-sized steps with self-contained context briefs for cold-start execution. This allows fresh agents to resume work without reading prior project history.

What is the best way to coordinate a multi-agent workstream for a complex database migration?▼

The best way to coordinate a multi-agent workstream for a database migration is to generate a construction plan with dependency graphs and parallel step detection. This maps out execution sequences and per-step rollback strategies to synchronize agents across sessions.

How does an adversarial review gate prevent rework in cross-session refactoring?▼

An adversarial review gate prevents rework in cross-session refactoring by automatically checking generated plans against anti-pattern checklists. It catches completeness, dependency, and edge case errors before execution begins, ensuring the multi-step sequence is structurally sound.

Can I start executing a planned step with a new agent that has no prior project context?▼

Yes, you can cold-start execution with a new agent because every planned step includes a self-contained context brief. This brief provides the exact scope and instructions needed to execute the specific step without requiring knowledge of previous steps or broader project history.

When do I need to break a large software engineering objective into smaller steps?▼

You need to break a large software engineering objective into smaller steps when it spans multiple PRs, requires cross-session refactors, or involves coordinated multi-agent workstreams. This prevents context loss and rework risks by creating 3-12 one-PR-sized steps with dependency graphs.

Does this planning approach support parallel execution of independent engineering tasks?▼

Yes, this planning approach supports parallel execution by automatically detecting parallel steps within the generated dependency graph. It identifies independent tasks within the multi-session project so multiple agents can work concurrently without creating merge conflicts or dependency violations.