blueprint

Generate structured multi-step construction plans for complex software engineering projects.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/vrcms/everything-qwen-code --skill blueprint-vrcms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/vrcms/everything-qwen-code/tree/main/.qwen/skills/blueprint
Command: npx skills add https://github.com/vrcms/everything-qwen-code --skill blueprint-vrcms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of context loss and poor planning in complex, multi-session engineering projects by generating structured, step-by-step execution roadmaps.

Core Features & Use Cases

  • Construction Plan Generation: Converts high-level objectives into actionable, PR-sized steps with dependency tracking.
  • Adversarial Review: Uses a sub-agent to stress-test plans against anti-patterns and completeness checklists.
  • Cold-start Execution: Every step includes a self-contained context brief, allowing any agent to pick up the work without prior knowledge.
  • Use Case: Use this when you need to refactor a legacy codebase or implement a large feature that requires multiple pull requests and coordination across different sessions.

Quick Start

Invoke the blueprint skill by providing your project objective to generate a comprehensive construction roadmap.

Frequently Asked Questions about 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 coding sessions?

To plan large-scale refactoring across multiple sessions, you need a structured construction plan that breaks objectives into PR-sized steps with dependency tracking. This ensures continuity and allows any coding agent to pick up work without prior context.

What is the best way to maintain context continuity for multi-PR feature implementation?

Maintaining context continuity for multi-PR workflows requires self-contained context briefs for every execution step. This approach allows coding agents to cold-start tasks independently, preventing context loss between different working sessions.

How does adversarial review improve an engineering roadmap?

Adversarial review improves an engineering roadmap by using a sub-agent to stress-test the generated plan against anti-patterns and completeness checklists. This validates the architecture and ensures the workflow is robust before execution begins.

Can I generate automated execution roadmaps for complex software engineering tasks?

Yes, you can generate automated execution roadmaps for complex software engineering tasks by converting high-level project objectives into structured, multi-step construction plans. This satisfies requirements for automated planning and parallel task detection.

When do I need dependency management for multi-step coding workflows?

You need dependency management for multi-step coding workflows when implementing large features or legacy refactoring that requires multiple pull requests. Tracking dependencies ensures that PR-sized execution steps proceed in the correct sequence.

Does blueprint work for parallel task detection in engineering plans?

Yes, blueprint works for parallel task detection by analyzing the generated multi-step construction plan to identify independent PR-sized tasks. This allows for efficient parallel execution and coordination across different coding sessions.