List blueprint documents programmatically from the filesystem. Extracts metadata from YAML frontmatter and markdown headers. When to Use This Skill | Use this skill when... | Use blueprint-adr-list instead when... | |---|---| | You want a combined index of ADRs, PRDs, and PRPs (or summary across all) | You only need an ADR-specific index table | | You want to audit document statuses across all blueprint types | You need ADR-specific fields like domain or status filtering | | You want a quick overview using to see counts of every doc type | You're generating an ADR index for a README | Use Cas…