preflight
Installation
SKILL.md
Pre-Flight Validation
Before executing the user's request, run these validation checks to catch common failure patterns.
1. Data Requirements Check
If task involves: "analysis", "plan", "optimize", "recommend", "improve", "audit", "review"
Action:
- π STOP - Do NOT proceed with assumptions or fabricated examples
- β Identify what data needs to be gathered (database tables, API endpoints, files)
- β List the specific queries/reads needed
- β Ask: "Should I gather this data first, then proceed with analysis?"
Example:
β οΈ This task requires data gathering first.