KB-7158
6000x — Roadmap + Prompt Guide Update
4 min read Revision 1
iu-core6000xroadmapprompt-guideopen-goal2026-05-24
6000x — Roadmap + Prompt Guide Update
Date: 2026-05-24
Prompt-guide rule (added by 6000x)
A 6000x-class open-goal macro is UNDERFILLED if a single blocked branch (governance, owner authority, deploy approval) collapses it into a short read-only verification. The macro template must:
- Begin with an Input Contract Matrix classifying every branch into EXECUTABLE_NOW / EXECUTABLE_IF_GATE_PASS / AUTHOR_MODE_ONLY / BLOCKED_EXTERNAL_AUTHORITY.
- Carry a Decision Bank pre-resolving common safety conflicts (draft Qdrant indexing, PR merge, retention enable, monitoring install) so blocked branches do NOT halt the whole macro.
- Provide fallback workstreams so a blocked branch still ships the missing package as author-mode artifact, rollback path, exact-gap report, next-macro handoff.
6000x-input-contract (b17578d) and 6000x-authority-closeout (b478822) collapsed prematurely on the Qdrant-draft branch. This macro restores the full open-goal scope by adding lifecycle promotion, Qdrant onboarding preflight, draft-vector policy, PR handoff, monitoring productization, and retention productization in parallel.
IU Core roadmap update
| # | Macro / step | Status | Dependency |
|---|---|---|---|
| 1 | IU Core five lifecycle bundles (A–E) | DONE | M3a-2026-05-20 |
| 2 | Three-axis envelope + auto-refresh trigger | DONE | mig 022–024 |
| 3 | Qdrant collection registry + bounded reindex | DONE | mig 021 + 2400x |
| 4 | Nuxt factory pattern + PR #669 | DONE | 5000x |
| 5 | Mac cron pilot | DONE | 6000x-authority-closeout |
| 6 | Retention substrate | DONE | mig 025 |
| 7 | Lifecycle promotion package | DONE (this macro) | governance review_decision needed |
| 8 | Qdrant onboarding preflight | DONE (this macro) | enacted set needed |
| 9 | Draft-vector policy analysis | DONE (this macro) | sovereign approval for impl |
| 10 | Monitoring productization | DONE (this macro) | always-on host owner for Linux install |
| 11 | Retention productization | DONE (this macro) | sovereign approval + 2026-06-22 min date |
| 12 | PR #669 merge + Nuxt deploy | BLOCKED | frontend/DevOps owner |
| 13 | DIEU promotion execution | BLOCKED | governance review_decision |
| 14 | DIEU Qdrant onboarding execution | DEPENDS ON 13 | enacted-only convention |
| 15 | Retention gate flip | DEFERRED | min 2026-06-22 + 7-day monitoring clean |
Suggested next macros
- 6500x — governance review_decision creation for DIEU corpus. Strictly governance, no PG mutation.
- 6600x — DIEU promotion execution. Calls fn_iu_enact per IU in bounded batches under #25's gate.
- 6700x — DIEU Qdrant onboarding execution. onboard_enacted_set(dry_run=False) after #6600x produces the enacted set.
- 6800x — Linux user-timer install on always-on host. Requires user-confirmed access (NOT this macro chain).
- 6900x — retention gate flip (2026-06-22 earliest). Five enablement gates must all evaluate true.
Lessons recorded
- DIEU corpus is technically promotion-ready (every readiness check PASSES live); gate is governance, not data.
- Mac sleep gap is now observable via stale_detector.sh; pilot remains useful but no longer silent.
- Author-mode packages let a blocked branch still ship a useful artifact (next macro's pre-condition) instead of a no-op report.