coordinatorMode.ts
- Entity ID:
ent-20260419-coordmodets0 - Type:
file - Scope:
shared - Status:
active - Aliases: coordinatorMode.ts, coordinator mode prompt file
Description
Source file containing the Coordinator Mode system prompt. Notable because its natural-language directives ARE the orchestration algorithm — not documentation. Lines like 'Parallelism is your superpower', 'Do not rubber-stamp weak work', 'You must understand findings before directing follow-up work', 'Specs must be precise: file paths, line numbers, exact changes required' are read by the coordinator agent as operating instructions and interpreted dynamically. Represents the prompt-based-orchestration paradigm vs procedural DAGs (Airflow/Temporal/Prefect/LangGraph).
Key claims
- Coordinator Mode encodes orchestration in natural language
Relations
- coordinatorMode.ts --[implements]--> Coordinator Mode