blueprint

Generate cold-start executable step plans with dependency graphs and review gates.

Updated May 9, 2026
One-click install
npx skills add https://github.com/RambleRainbow/jd --skill blueprint-ramblerainbow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/RambleRainbow/jd/tree/main/.claude/skills/blueprint
Command: npx skills add https://github.com/RambleRainbow/jd --skill blueprint-ramblerainbow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates rework and coordination failures caused by context loss during complex, multi-session engineering projects that span multiple pull requests and require coordinated sub-agent work.

Core Features & Use Cases

  • Step-by-Step Plan Generation: Breaks large objectives into ordered, one-PR-sized steps with explicit dependency graphs and parallel step detection for efficient execution.
  • Built-in Quality Guardrails: Includes adversarial review gates and anti-pattern catalogs to catch plan flaws before work begins, plus a formal plan mutation protocol for adapting to changes mid-project.
  • Real-World Use Case: Ideal for planning multi-session database migrations, large feature rollouts, or plugin system refactors where context loss between sessions would cause significant rework.

Quick Start

Use the blueprint skill to create a step-by-step construction plan for migrating the project's user authentication system to OAuth 2.0 across three coordinated pull requests.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I plan a large feature breakdown across multiple pull requests without losing context between sessions?

Multi-session engineering planning requires generating self-contained, cold-start executable step plans with explicit dependency graphs and parallel step detection to eliminate context loss and rework across coordinated pull requests.

What is the best way to coordinate parallel workstreams and sub-agent work for a cross-session refactor?

Sub-agent orchestration for cross-session refactors relies on ordered, one-PR-sized step plans with parallel step detection and formal plan mutation protocols to adapt to changes mid-project and ensure reliable execution.

How do I catch planning flaws and anti-patterns before starting a complex database migration?

Adversarial review gates and anti-pattern catalogs catch planning flaws before work begins, ensuring your database migration plan is structurally sound and executable without mid-session failures.

Can I adapt an executable engineering plan if project requirements change mid-workflow?

Yes, formal plan mutation protocols allow you to adapt executable engineering plans to changing requirements mid-project while maintaining dependency mapping and parallel step coordination across sessions.

How do I generate step-by-step construction plans for migrating an authentication system to OAuth 2.0?

Generate step-by-step construction plans by breaking the OAuth 2.0 migration objective into ordered, one-PR-sized steps with dependency graphs, adversarial review gates, and parallel step detection for coordinated execution.