dev-blueprint

Generate structured multi-session construction plans for software development tasks.

7|3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill dev-blueprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-blueprint
Source: https://github.com/eriklieben/agentic-dev-workflow/tree/main/.claude/skills/dev-blueprint
Command: npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill dev-blueprint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the issue of context loss and poor planning in complex, multi-session development projects by generating structured, self-contained construction plans.

Core Features & Use Cases

  • Cold-Start Execution: Every step includes a self-contained context brief, allowing any agent to pick up work without prior knowledge.
  • Adversarial Review: Plans are automatically vetted against an anti-pattern catalog to ensure quality and feasibility.
  • Parallelization: Automatically detects and maps dependencies to identify parallel workstreams.
  • Use Case: Use this when you need to refactor a large legacy module or implement a complex feature that requires multiple PRs and sessions to complete.

Quick Start

Invoke the dev-blueprint skill by providing the project name and a clear description of your objective to generate a comprehensive construction plan.

Frequently Asked Questions about dev-blueprint

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

FAQPage Schema
How do I plan a large-scale refactoring project across multiple sessions?

To plan large-scale refactoring across multiple sessions, you need a structured construction plan that maps dependencies and breaks work into PR-sized execution units. This ensures context is preserved and work can be picked up without prior knowledge.

What is the best way to break down complex feature implementation into PR-sized tasks?

Breaking down complex feature implementation into PR-sized tasks requires generating a multi-step construction plan. This approach automatically detects dependencies to identify parallel workstreams and maps them into self-contained execution units.

How does cold-start execution work for multi-step software development plans?

Cold-start execution for multi-step development plans works by providing a self-contained context brief for every step. This allows any agent to pick up the work without prior knowledge of the project or previous sessions.

Do I need git integration to generate construction plans for legacy migrations?

Yes, you need git integration and access to project documentation to generate construction plans for legacy migrations. These are required to perform pre-flight checks and adversarial plan review against an anti-pattern catalog.

Can I parallelize workstreams when automating workflow planning for software architecture?

Yes, you can parallelize workstreams when automating workflow planning for software architecture. The planning process automatically detects and maps dependencies to identify which execution units can be worked on in parallel.

When should I not use a multi-session build plan for development tasks?

You should not use a multi-session build plan for simple, single-session development tasks. This approach is designed for complex, large-scale refactoring, feature implementation, and migration projects requiring clear dependency mapping.