One-click install
npx skills add https://github.com/kk20300113-png/my-claude-skills --skill blueprint-kk20300113-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/kk20300113-png/my-claude-skills/tree/main/blueprint
Command: npx skills add https://github.com/kk20300113-png/my-claude-skills --skill blueprint-kk20300113-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of context loss, rework, and misaligned dependencies when breaking large, multi-session engineering tasks (such as multi-PR feature builds, cross-session refactors, or coordinated multi-agent projects) into clear, executable steps that any coding agent can run cold without prior context.

Core Features & Use Cases

  • Adversarial-reviewed step plans: Breaks objectives into 3–12 one-PR-sized steps with dependency graphs, parallel step detection, rollback strategies, and model tier assignments for optimal agent usage.
  • Cold-start execution: Every step includes a self-contained context brief, so fresh agents can execute any step without reading prior steps or retaining prior context.
  • Use case: Plan a multi-session PostgreSQL database migration or multi-agent plugin system build, with automatic branch/PR/CI workflow generation when git and GitHub CLI are available.

Quick Start

Request a step-by-step construction plan for your multi-session engineering task, like a multi-PR feature or cross-session refactor, to get a review-validated, self-contained plan you can execute immediately.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I break down a multi-session engineering project into executable steps?

To break down a multi-session engineering project, you can generate a dependency-ordered, step-by-step construction plan with 3 to 12 one-PR-sized steps. This eliminates context loss and rework risks by providing self-contained context briefs for fresh agents.

How do I plan a multi-agent feature build without losing context between sessions?

Planning a multi-agent feature build without context loss requires generating cold-start execution plans where every step includes a self-contained context brief. This allows fresh coding agents to execute any step independently without retaining prior session context.

What is the best way to map dependencies for a cross-session database migration?

Mapping dependencies for a cross-session database migration is best handled by generating an adversarial-reviewed step plan with dependency graphs and parallel step detection. This ensures coordinated workstreams are properly sequenced and validated before execution.

Do I need git and GitHub CLI to generate multi-PR workflow plans?

You do not need git and GitHub CLI to generate multi-PR workflow plans. The system gracefully degrades to direct edit mode when git or GitHub CLI are unavailable, though automatic branch, PR, and CI workflow generation requires them.

What happens to parallel workstreams if dependencies are misaligned during a multi-agent project?

If dependencies are misaligned during a multi-agent project, parallel workstreams face rework risks and context loss. Applying an adversarial plan review with rollback strategies and dependency-ordered step breakdowns prevents these misalignments before execution starts.