From e94b1b76222ac57669f7e70961d62d114fa6727f Mon Sep 17 00:00:00 2001 From: Jack Felke Date: Mon, 16 Mar 2026 10:20:19 -0700 Subject: [PATCH] Add preflight: 24-tool MCP server for prompt quality checking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4a46b1..a066300 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ Over 150 production-ready plugins that extend Claude Code with domain-specific c | [perf-profiler](plugins/perf-profiler/) | Performance analysis, profiling, and optimization recommendations | | [performance-monitor](plugins/performance-monitor/) | Profile API endpoints and run benchmarks to identify performance bottlenecks | | [plan](plugins/plan/) | Structured planning with risk assessment and time estimation | +| [preflight](https://github.com/preflight-dev/preflight) | 24-tool MCP server that catches vague prompts before they cost 2-3x in wrong→fix cycles. 12-category scorecards, correction pattern learning, cross-service contract awareness, session history search with LanceDB vectors, and cost estimation. `npx preflight-dev` | | [pr-reviewer](plugins/pr-reviewer/) | Review pull requests with structured analysis and approve with confidence | | [product-shipper](plugins/product-shipper/) | Ship features end-to-end with launch checklists and rollout plans | | [production-grade](https://github.com/nagisanzenin/claude-code-production-grade-plugin) | 14-agent autonomous pipeline — PM, Architect, Backend, Frontend, QA, Security, Code Review, DevOps, SRE, Data Scientist, Technical Writer, Skill Maker, Polymath co-pilot. Two-wave parallel execution, brownfield-safe. |