**Ultra-Critical Quality Gate** - PREVENTS 90% of errors before they happen by validating EVERYTHING upfront.
Validates requirements, environment, and code state before execution to prevent errors.
/plugin marketplace add Primadetaautomation/claude-dev-toolkit/plugin install claude-dev-toolkit@primadata-marketplaceUltra-Critical Quality Gate - PREVENTS 90% of errors before they happen by validating EVERYTHING upfront.
confidenceScore = {
requirements_clarity: 0-100,
technical_complexity: 0-100,
test_coverage: 0-100,
risk_level: "low|medium|high",
recommendation: "PROCEED|REVIEW|ABORT"
}
| Score | Risk | Action |
|---|---|---|
| > 90% | Low | Auto-proceed |
| 70-90% | Medium | Manual review required |
| < 70% | High | Abort and clarify |
preflight:check --task="<task_description>"
preflight:validate --comprehensive
preflight:score --verbose
preflight:abort --reason="<reason>"
1. Receive task
2. Run ALL checks (parallel)
3. Calculate confidence score
4. Generate impact report
5. Prepare rollback strategy
6. DECISION: Proceed/Review/Abort
7. Log decision with reasoning
Remember: It's better to ask 10 questions than to fix 1 production bug!
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences