blueprint

Generate step-by-step construction plans for multi-session engineering projects.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/TakMczk/copilot-cli-ecc --skill blueprint-takmczk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/TakMczk/copilot-cli-ecc/tree/main/.github/skills/blueprint
Command: npx skills add https://github.com/TakMczk/copilot-cli-ecc --skill blueprint-takmczk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms a high-level objective into a detailed, step-by-step construction plan for complex engineering projects, ensuring clarity and executability across multiple sessions and agents.

Core Features & Use Cases

  • Multi-session Planning: Breaks down large tasks into manageable, self-contained steps.
  • Adversarial Review: Includes a review gate by a strong AI model to catch errors and anti-patterns.
  • Workflow Automation: Generates plans that integrate with Git and GitHub for branch/PR/CI workflows, or degrades gracefully to direct mode.
  • Use Case: Planning a complex feature rollout that requires multiple code changes, testing phases, and documentation updates across different teams.

Quick Start

Use the blueprint skill to create a plan for migrating the database to PostgreSQL.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I generate a project plan for a complex multi-session engineering task?

To generate a project plan, provide a one-line objective and the system creates a detailed, step-by-step construction plan with dependency graphing and parallel step detection, ensuring each step is executable cold by any agent across multiple sessions.

What is adversarial review in workflow automation and project planning?

Adversarial review in project planning is a review gate by a strong AI model that catches errors and anti-patterns, ensuring the generated construction plan is robust before execution begins.

Can I use automated project plans with Git and GitHub workflows?

Yes, you can use automated project plans with Git and GitHub workflows. The generated plans integrate branch, PR, and CI workflows, or degrade gracefully to direct mode when Git integration is unavailable.

How do I break down a large engineering objective into parallel executable steps?

Break down a large engineering objective by inputting it into the planner, which uses dependency graphing and parallel step detection to output self-contained, manageable steps that any agent can execute independently.

Does blueprint support plan mutation protocols for changing project requirements?

Yes, blueprint supports plan mutation protocols for changing project requirements. This allows the step-by-step construction plan to adapt dynamically during complex multi-session engineering projects.