skills/smithery.ai/blueprint:status

blueprint:status

Installation
SKILL.md

Blueprint Status

Display an overview of the project's spec-driven development structure.

Invoked by: /blueprint:status or when user asks "what's documented?", "show me the specs", or "blueprint status".

Principles

  1. Parallel operations: Batch file reads and globs for efficiency.
  2. Use globbing: Discover ADRs via docs/adrs/*.md, no index needed.
  3. Graceful degradation: Show what exists, suggest what's missing.

Process

  1. Check if Blueprint structure exists
  2. Read and summarize all documented artifacts
  3. Display formatted overview
Installs
2
First Seen
Apr 27, 2026
blueprint:status from smithery.ai