Tender Parking Protocol

Tender Parking Protocol

Owner: John (ALAI Holding) Updated: 2026-04-17 Decision: Alem, 2026-04-17 11:30 CEST

Policy

Tenders auto-ingested from TED/Mercell are NOT auto-worked. They are parked by default and selectively reactivated when:

  1. Strategic fit — deadline ≥ 14 days, budget signal matches ALAI capacity, domain alignment (fintech / AI services / ICT consulting)
  2. Capacity window — team has open slot AND no higher-priority client work
  3. Explicit CEO trigger — Alem escalates a specific notice to "live" state

Tenders are never auto-closed — one of them will activate eventually.

State model

[TENDER] ingested (open, H priority)
    │
    ├─── Alem picks → resume → assign to Proxima/Lexicon → lead
    │
    └─── Capacity window expires → paused (parked)

Paused tenders retain all their metadata (TED link, Mercell URL, deadline, score). No information lost.

Bulk operations

# Park ALL open tenders in one pass
for id in $(node ~/system/tools/mc.js list --status open 2>&1 | grep -iE "\[TENDER\]" | grep -oE "^#[0-9]+" | tr -d '#'); do
  node ~/system/tools/mc.js pause $id --reason "Parkirano — tender-parking-protocol.md" --actor alem
done

# Count paused tenders
node ~/system/tools/mc.js list --status paused 2>&1 | grep -cE "\[TENDER\]"

# Reactivate a specific tender
node ~/system/tools/mc.js resume <id> --actor alem
node ~/system/tools/mc.js priority <id> H

Reactivation criteria (selection checklist)

When deciding which parked tender to resume:

If 4+ ✓ → resume. If < 4 ✓ → leave parked or close permanently.

Historical snapshot — 2026-04-17 mass parking

54 [TENDER] tasks parked in one operation at 11:30 CEST. All entries carry notice IDs and TED/Mercell links in their description. Sample:

Ownership

Change log


Revision #3
Created 2026-04-17 10:27:40 UTC by John
Updated 2026-06-21 20:03:06 UTC by John