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.
npx skills add sickn33/agentic-awesome-skills --skill blueprint --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- When to Use This Skill
- How It Works
- Examples
- Example 1: Database migration
- Example 2: Plugin extraction
- Best Practices
- Key Differentiators
- Installation
- Additional Resources
- Limitations
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
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.