Help us improve
Share bugs, ideas, or general feedback.
From antigravity-awesome-skills
Generates step-by-step construction plans from one-line objectives for multi-session multi-agent coding projects. Steps are self-contained for execution by fresh agents without prior context. Invoke via /blueprint for tasks needing multiple PRs.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:blueprintThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a one-line objective into a step-by-step plan any coding agent can execute cold.
Generates step-by-step construction plans for multi-session, multi-agent projects where each step is independently executable by a fresh agent. Invoke with /blueprint.
Generates step-by-step construction plans for multi-session, multi-agent engineering projects. Each step is self-contained so a fresh agent can execute it cold. Includes adversarial review, dependency graph, parallel step detection, and plan mutation.
Generates step-by-step construction plans for multi-session multi-agent engineering projects from one-line objectives. Features self-contained step briefs, dependency graphs, parallel detection, adversarial review, and anti-pattern checks. For complex multi-PR tasks.
Share bugs, ideas, or general feedback.
Turn a one-line objective into a step-by-step plan any coding agent can execute cold.
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>.
/blueprint myapp "migrate database to PostgreSQL"
/blueprint antbot "extract providers into plugins"
mkdir -p ~/.claude/skills
git clone https://github.com/antbotlab/blueprint.git ~/.claude/skills/blueprint