blueprint

Generate structured construction plans with dependency-aware, PR-sized tasks.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/its-Basudeba/Care-HMS --skill blueprint-its-basudeba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/its-Basudeba/Care-HMS/tree/main/.agent/skills/blueprint
Command: npx skills add https://github.com/its-Basudeba/Care-HMS --skill blueprint-its-basudeba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the issue of context loss and poor planning in complex, multi-session engineering projects by generating structured, step-by-step construction plans that any agent can execute cold.

Core Features & Use Cases

  • Step-by-Step Construction: Breaks large objectives into manageable, PR-sized tasks with clear dependency graphs.
  • Adversarial Review: Ensures plan quality by delegating review to a sub-agent against a checklist of anti-patterns.
  • Cold-Start Execution: Provides self-contained context briefs for every step, allowing different agents to pick up work without prior knowledge.
  • Use Case: Use this when you need to refactor a legacy codebase or implement a multi-phase feature that requires coordination across several sessions or sub-agents.

Quick Start

Trigger the blueprint skill by asking the agent to create a construction plan for your specific project objective.

Frequently Asked Questions about blueprint

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

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

To generate a multi-session engineering plan, you need a structured construction plan that decomposes large features into dependency-aware, PR-sized tasks. This provides self-contained context briefs so different agents can execute work cold across multiple sessions without losing context.

What is the best way to break down a large refactoring project into manageable tasks?

The best way to break down a large refactoring project is to decompose the objective into PR-sized tasks with clear dependency graphs. This approach ensures continuity and allows parallel execution detection to manage independent work streams efficiently.

How does adversarial review improve project planning quality?

Adversarial review improves project planning quality by delegating plan validation to a sub-agent that checks against a checklist of anti-patterns. This automated review step catches structural flaws and ensures the generated construction plan is robust before execution begins.

Do I need Git and GitHub CLI to automate branch and PR workflows?

You need a Claude Code environment to run the planning agent, while Git and GitHub CLI are optional dependencies for automated branch and PR workflow management. The core planning functionality works without them, but they enable automated branch creation.

Can I use this planning approach for cold-start execution with different agents?

Yes, this planning approach is specifically designed for cold-start execution. It generates self-contained context briefs for every step, allowing entirely different agents to pick up and execute specific tasks without requiring prior knowledge of the overall project.

When should I avoid using automated multi-session construction plans?

You should avoid using automated multi-session construction plans for simple, single-session tasks that do not require coordination across multiple agents. The overhead of generating dependency graphs and adversarial reviews is only justified for complex, multi-phase engineering projects.