blueprint

Convert a one-line objective into a step-by-step Markdown construction plan.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/KaiBoo404/agent-skills-with-project-template --skill blueprint-kaiboo404
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/KaiBoo404/agent-skills-with-project-template/tree/main/.agents/skills/blueprint
Command: npx skills add https://github.com/KaiBoo404/agent-skills-with-project-template --skill blueprint-kaiboo404

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

blueprint turns a single objective into a concrete, executable plan for complex, multi-PR projects, preserving context across sessions.

Core Features & Use Cases

  • Breaks large tasks into 3–12 discrete steps with clear dependencies and parallelism where possible.
  • Generates self-contained, execution-ready Markdown plans saved to plans/ with context, verification steps, and exit criteria.
  • Coordinates multiple sub-agents and maintains a robust design with rollback strategies and memory integration for reproducibility.

Quick Start

Create a construction plan for migrating the legacy auth service to a microservices architecture.

Frequently Asked Questions about blueprint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a complex feature objective into a step-by-step execution plan?

Turn a complex feature objective into a step-by-step execution plan by breaking a one-line goal into 3–12 discrete construction steps with assigned dependencies, parallel workstreams, and rollback strategies.

What is the best way to plan parallel workstreams for multi-PR tasks?

Planning parallel workstreams for multi-PR tasks involves coordinating multiple sub-agents, defining clear dependencies between steps, and establishing rollback strategies to ensure reproducible execution across sessions.

How do I preserve context for multi-session software projects?

Preserve context for multi-session software projects by generating self-contained Markdown execution plans saved to a plans directory, integrating memory and validation steps to maintain reproducibility across sessions.

Can I generate execution-ready Markdown plans for migrating legacy services?

Yes, you can generate execution-ready Markdown plans for migrating legacy services by providing a single objective, which produces a construction plan with context, verification steps, and exit criteria.

Do I need rollback strategies when breaking large tasks into discrete steps?

Rollback strategies are necessary when breaking large tasks into discrete steps to maintain a robust design and ensure safe, reproducible execution when coordinating multiple sub-agents across multi-PR projects.