blueprint:status

Summarize Blueprint project governance by parsing ADR statuses and counting specs and patterns.

2|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/rickardp/blueprint-mode --skill blueprint-status
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blueprint:status
Source: https://github.com/rickardp/blueprint-mode/tree/main/plugins/blueprint-mode/skills/status
Command: npx skills add https://github.com/rickardp/blueprint-mode --skill blueprint-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Summarizes the Blueprint project governance by surfacing specs, ADRs, and patterns to reveal what is documented and what is missing.

Core Features & Use Cases

  • Provides an at-a-glance overview of docs/specs (product, tech-stack, boundaries), ADRs (status distribution), and patterns (good/bad) for quick assessment.
  • Supports onboarding and project health checks by surfacing gaps and recommendations.
  • Ideal for stakeholders who need a concise, up-to-date view of project decisions and status.

Quick Start

Ask it to generate a live status overview of your Blueprint project.

Frequently Asked Questions about blueprint:status

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

FAQPage Schema
How do I get a quick overview of project specs and ADR statuses?▼

A blueprint status snapshot summarizes project governance by reading directory structures, parsing ADR frontmatter statuses, counting docs/specs and patterns, and presenting a formatted summary to reveal documented decisions and missing gaps.

What is the best way to surface documented architectural decisions and patterns?▼

Surfacing documented decisions is done by scanning docs/adrs and patterns directories to parse ADR statuses and count patterns, providing an at-a-glance overview of what is documented and what gaps exist.

How do I check the status distribution of ADRs in a software project?▼

Checking ADR status distribution involves scanning the docs/adrs directory and parsing frontmatter statuses to count and categorize decisions, enabling quick assessment of project governance health.

Can I use this to assess project health by finding missing specs and patterns?▼

Yes, assessing project health involves summarizing Blueprint governance to surface gaps in docs/specs, ADRs, and patterns, providing recommendations and a concise view of documented decisions for stakeholder onboarding.

Does blueprint status work without external dependencies or components?▼

Yes, blueprint status operates without external dependencies or components, reading existing project structure directories, parsing ADR frontmatter, and presenting a formatted summary of specs, ADRs, and patterns natively.