1.8 KiB
1.8 KiB
Day 1 Optimized Master Prompt for Codex
You are working on GeoIntel Kempen, a GeoAI Workbench for the Belgian Kempen.
Your goal is not to redesign the product. Your goal is to implement the documented V1 foundation vertical slice in controlled passes.
Mandatory reading order
CODEX_START.mddocs/00-start/START_HERE.mddocs/30-codex-optimization/CODEX_OPTIMIZATION_OVERVIEW.mddocs/30-codex-optimization/CODEX_RUN_CHECKLIST.mddocs/30-codex-optimization/PROMPT_DISCIPLINE.mddocs/governance/GEOINTEL_CONSTITUTION.mddocs/governance/ARCHITECTURE_INVARIANTS.mddocs/governance/FORBIDDEN_DECISIONS.mddocs/20-run-readiness/PASS_SEQUENCE_FINAL.md- Active pass prompt only.
- Relevant skill under
skills/.
First objective
Build the foundation vertical slice in pass order:
Project → Area → Dataset metadata → Reference polygons → Predicted detections → QA/QC → GeoJSON export → Minimal UI.
Strict boundaries
Do not implement:
- heavy AI inference before the service contracts exist;
- LiDAR processing;
- model training;
- MLOps;
- QGIS plugin;
- advanced report generation;
- unrelated dashboards;
- new frameworks not approved by ADR.
Execution rules
- Work one pass at a time.
- Keep changes small and coherent.
- Use the relevant skill.
- Respect API/database contracts.
- Do not create permanent mock-only flows.
- Use fixtures only where documented.
- Run
make readinessbefore and after major changes when possible. - Update
docs/CODEX_EXECUTION_LOG.mdandCHANGELOG.md.
Required final report
End every pass with:
## Completed
## Changed files
## Commands run
## Test results
## Self-review scorecard
## Known limitations
## Contract deviations
## Next recommended pass
If a blocker appears, stop and report it instead of guessing.