Generates a step-by-step construction plan from a one-line objective, with each step self-contained for cold-start execution by a fresh agent in a new session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-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.
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
npx claudepluginhub sickn33/agentic-awesome-skills --plugin agentic-awesome-skills13plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 13 plugins
Generates a step-by-step construction plan from a one-line objective, with each step self-contained for cold-start execution by a fresh agent in a new session.
Generates step-by-step plans for multi-session, multi-agent projects. Features dependency graphs, parallel steps, adversarial review, and plan mutation. For /blueprint commands or requests for complex multi-PR blueprints.
Generates step-by-step plans for multi-session engineering projects with self-contained step contexts, dependency graphs, parallel detection, and adversarial review. Use for complex multi-PR tasks.