Agent skill · Workflow & Productivity

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill blueprint --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/blueprint/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ### Exa

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Examples
  5. Example 1: Database migration
  6. Example 2: Plugin extraction
  7. Best Practices
  8. Key Differentiators
  9. Installation
  10. Additional Resources
  11. Limitations
Commands it runs
git clone --filter=blob:none https://github.com/antbotlab/blueprint.git "$review_dir/blueprint"
git -C "$review_dir/blueprint" checkout --detach 07c5b305cf2d95d584a0d0398c390e839fec5954
git -C "$review_dir/blueprint" ls-files
git -C "$review_dir/blueprint" status --short
More from agentic-awesome-skills
All skills →
About this skill
What does the blueprint skill do?

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.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill blueprint --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going