blueprint

Convert a one-line objective into a step-by-step construction plan.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/baselakkad585-maker/basel-dev-skills --skill blueprint-baselakkad585-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/baselakkad585-maker/basel-dev-skills/tree/main/skills/blueprint
Command: npx skills add https://github.com/baselakkad585-maker/basel-dev-skills --skill blueprint-baselakkad585-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold.

Core Features & Use Cases

  • Cold-start steps with self-contained context briefs
  • Adversarial review gate and parallelism detection
  • Zero runtime risk: pure Markdown plan, no executable code
  • Plan mutation protocol with audit trails

Quick Start

Invoke the blueprint command with your project and objective to generate a step-by-step, independently executable plan.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I create a multi-agent engineering plan for parallel work?

To create a multi-agent engineering plan, you convert a one-line objective into a structured Markdown construction plan. This generates step-by-step briefs with self-contained context, allowing independent coding agents to execute parallel work sessions cold.

What is a cold-start step brief in multi-session engineering?

A cold-start step brief is an independently executable instruction set containing self-contained context. It allows a fresh coding agent to execute a specific step in a multi-session engineering project without needing prior session history or external state.

How do I manage plan mutations with audit trails for coding agents?

You manage plan mutations using a structured protocol with built-in audit trails. This enforces an adversarial review gate for any modifications, ensuring all changes to the multi-agent construction plan are tracked and verified.

Can I use this to plan cross-team software engineering reviews?

Yes, you can plan cross-team software engineering reviews. The planning process detects parallelism and enforces an adversarial review gate, making it suitable for scenarios involving multiple PRs and cross-team verification.

Does the generated multi-agent plan include executable code?

No, the generated multi-agent plan includes zero executable code to eliminate runtime risk. It produces a pure Markdown plan template that outlines construction steps and context briefs for coding agents to implement.