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
testing
Use at cadence gates or to validate repo state. Resolves and runs the project's configured fast-test command.
development
Root-cause discipline for ONE identified bug, test failure, or unexpected behavior — pin the premise, reproduce, trace to source, fix at source, verify. For a single known issue, not a codebase sweep.