blueprint

Generate step-by-step implementation plans with file changes, tests, and commit messages.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/jpeggdev/buildwithjpegg --skill blueprint-jpeggdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/jpeggdev/buildwithjpegg/tree/main/plugins/development-workflow/skills/blueprint
Command: npx skills add https://github.com/jpeggdev/buildwithjpegg --skill blueprint-jpeggdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill generates detailed, step-by-step implementation plans for complex tasks, ensuring clarity and reducing ambiguity before any code is written.

Core Features & Use Cases

  • Detailed Task Breakdown: Creates bite-sized, actionable steps for developers.
  • Code & Test Specification: Specifies exact files to modify, create, and test.
  • Use Case: Planning the implementation of a new user authentication system, including frontend, backend, and database changes, with clear testing and commit instructions for each step.

Quick Start

Use the blueprint skill to create an implementation plan for adding a new user profile page.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I break down a software development task into implementation steps?

Implementation plans break down multi-step software development tasks into granular, actionable steps. They specify exact file modifications, test cases, and commit messages to provide a clear development roadmap.

What is the best way to plan code generation for a complex feature?

Planning code generation involves creating a detailed task breakdown that defines exact files to modify and create. This process ensures clarity and reduces ambiguity by specifying testing and commit instructions for each step.

How do I create a TDD workflow plan with test cases and commits?

A TDD workflow plan defines exact actions for each implementation stage, including specific test cases and frequent commit messages. This ensures test-driven development practices are integrated directly into the task breakdown.

Can I specify exact file modifications when planning a development workflow?

Yes, generating an implementation plan allows you to specify exact file modifications, creations, and tests. This provides bite-sized, actionable steps for developers before any code is written.

When do I need an implementation plan for a multi-step coding task?

You need an implementation plan when tackling complex tasks like adding a new user authentication system spanning frontend, backend, and database changes. It generates step-by-step instructions to ensure development clarity.