blueprint

Featured

Turn a one-line objective into a step-by-step construction plan any coding agent can execute cold. Each step has a self-contained context brief — a fresh agent in a new session can pick up any step without reading prior steps.

AI & Automation 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Blueprint — Construction Plan Generator Turn a one-line objective into a step-by-step plan any coding agent can execute cold. ## Overview Blueprint is for multi-session, multi-agent engineering projects where each step must be independently executable by a fresh agent that has never seen the conversation history. Install it once, invoke it with `/blueprint <project> <objective>`. ## When to Use This Skill - Use when the task requires multiple PRs or sessions - Use when multiple agents or team members need to share execution - Use when you want adversarial review of the plan before execution - Use when parallel step detection and dependency graphs matter ## How It Works 1. **Research** — Scans the codebase, reads project memory, runs pre-flight checks 2. **Design** — Breaks the objective into one-PR-sized steps, identifies parallelism, assigns model tiers 3. **Draft** — Generates the plan from a structured template with branch workflow rules, CI policy, and rollback strategies inline 4. **Review** — Delegates adversarial review to a strongest-model sub-agent (falls back to default model if unavailable) 5. **Register** — Saves the plan and updates project memory ## Examples ### Example 1: Database migration ``` /blueprint myapp "migrate database to PostgreSQL" ``` ### Example 2: Plugin extraction ``` /blueprint antbot "extract providers into plugins" ``` ## Best Practices - ✅ Use for tasks requiring 3+ PRs or multiple sessions - ✅ Let Blueprint auto-detect git/gh ...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

blueprint

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".

201,447 Updated yesterday
affaan-m
AI & Automation Listed

blueprint

Generates a .blueprint.md spec file before any code is written. Agents implement against the blueprint, not vague prompts.

0 Updated 6 days ago
puukis
Web & Frontend Listed

blueprint-execute

Blueprint meta command: determine and execute the next logical action. Use when asked 'what's next?', 'continue blueprint', or 'run blueprint' without a subcommand.

35 Updated today
laurigates
Code & Development Listed

blueprint-derive-plans

Derive PRDs, ADRs, PRPs from git history, docs, and codebase. Use when onboarding a project to blueprint, generating a PRD or ADRs retroactively, or extracting features from conventional commits.

35 Updated today
laurigates
Web & Frontend Listed

ts-ddd-blueprint

Turn a one-line feature or system objective into a complete, step-by-step construction plan for a TypeScript DDD clean architecture project. Each step is self-contained so a fresh agent can execute it cold. Use this skill whenever the user says "plan", "blueprint", "roadmap", "how do we build", "design the system for", or describes a feature that spans multiple layers (domain → application → infrastructure → presentation). Also trigger when the user asks to break down a bounded context, design an aggregate, or plan a new module.

0 Updated yesterday
Methasit-Pun