plugins/coordinator.bak/skills/review-blueprint/SKILL.md
LLM-powered Blueprint review with RAG grounding. Entry point for the /coordinator:review-blueprint command pipeline. Sub-skill rag-fetch.md handles domain classification and RAG retrieval.
npx skillsauth add oduffy-delphi/coordinator-claude review-blueprintInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Blueprint review skill — invoked via the /coordinator:review-blueprint command (see commands/review-blueprint.md).
This skill directory contains support documents for the review pipeline:
rag-fetch.md — Domain classification + RAG fetch for a manage_review.prepare payload. Called after obtaining the raw payload from holodeck-control MCP.Use /coordinator:review-blueprint <bp-asset-path> to trigger the full pipeline:
manage_review.prepare (holodeck-control MCP) — builds the payloadrag-fetch.md — classifies domain, fetches RAG contextSee commands/review-blueprint.md for the full command specification.
tools
Orient session — preflight, load context, choose work
documentation
Wrap up finished work — capture lessons, update docs
development
Triangulate plan-claim / code-reality / review oracles to classify each plan into DELIVERED+REVIEWED / DELIVERED-UNREVIEWED / PARTIAL / IN-FLIGHT / ABANDONED. Run after any crash or 'did we actually finish what we think we finished?' moment.
testing
Check for a published coordinator update and advise a preserve-by-default migration path — never a blind overwrite.