Skip to content

Preparing Archive

Core
6d 1h ago
Safe

blueprint

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.

.agents/skills/blueprint TypeScript
TY
BA
MA
3+ layers Tracked stack
Capabilities
0
Signals
0
Related
3
0
Capabilities
Actionable behaviors documented in the skill body.
0
Phases
Operational steps available for guided execution.
0
References
Support files available for deeper usage and onboarding.
0
Scripts
Runnable or reusable automation artifacts discovered locally.

Architectural Overview

Skill Reading

"This module is grounded in security patterns and exposes 1 core capabilities across 1 execution phases."

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 availability — it degrades gracefully
  • ❌ Don't invoke for tasks completable in a single PR
  • ❌ Don't invoke when the user says "just do it"

Key Differentiators

  • Cold-start execution: Every step has a self-contained context brief
  • Adversarial review gate: Strongest-model review before execution
  • Zero runtime risk: Pure markdown — no hooks, no scripts, no executable code
  • Plan mutation protocol: Steps can be split, inserted, skipped with audit trail

Installation

mkdir -p ~/.claude/skills
git clone https://github.com/antbotlab/blueprint.git ~/.claude/skills/blueprint

Additional Resources

Primary Stack

TypeScript

Tooling Surface

Guide only

Workspace Path

.agents/skills/blueprint

Operational Ecosystem

The complete hardware and software toolchain required.

This skill is mostly documentation-driven and does not expose extra scripts, references, examples, or templates.

Module Topology

Skill File
Parsed metadata
Skills UI
Launch context
Chat Session
Antigravity Core

Antigravity Core

Principal Engineering Agent

A high-performance agentic architecture developed by Deepmind for autonomous coding tasks.
120 Installs
4.2 Reliability
1 Workspace Files
4.2
Workspace Reliability Avg
5
68%
4
22%
3
10%
2
0%
1
0%
No explicit validation signals were parsed for this skill yet, but the module remains available for inspection and chat launch.

Recommended for this workflow

Adjacent modules that complement this skill surface

Loading content
Cart