Files
geointel/docs/17-max-prep/M9_GAP_TO_TASK_CONVERSION.md
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

1023 B

M9 Gap-to-Task Conversion Rules

When Codex finds a gap, it must convert it into an actionable task instead of leaving vague notes.

Task Format

### TASK-ID: Short title

Type: backend | frontend | docs | test | devops | data | ai
Priority: P0 | P1 | P2 | P3
Status: open | in_progress | done | blocked
Owner: Codex

Context:
...

Required changes:
- ...

Acceptance criteria:
- [ ] ...

Validation commands:
- ...

Blocked by:
- none or exact blocker

Priority Rules

P0

Blocks app startup, database, API envelope, project/area/dataset foundation.

P1

Blocks V1 core workflow but not app startup.

P2

Improves quality, tests, UX, docs.

P3

Nice-to-have or future extension.

Gap Handling

  • If gap is architecture-related: update docs before code.
  • If gap is implementation-related: create ticket and implement if in current pass.
  • If gap is dependency-related: document in dependency plan and add fallback interface.
  • If gap is scope expansion: move to proposed improvements.