Parent
Part of #46.
Relationships
Depends on #50, #52, #54, #55 and #56.
Goal
Rebuild the Coordinator prompt from first principles after deterministic workflow mechanics have moved into runtime/tooling.
Do not line-edit the existing ~34 KB prompt. Start with the minimum role/orchestration contract and add guidance back only where it protects behaviour that cannot be enforced or supplied elsewhere.
Core responsibilities to keep
The prompt should primarily establish that the Coordinator:
- guides an OpenSpec change through planning, implementation, independent review and completion;
- treats SpecOps/OpenSpec workflow state and tool legality as authoritative where those facts are actually represented by tooling;
- delegates specialist work to the appropriate SpecOps roles;
- uses judgement when choosing among eligible actions;
- decides when evidence/exploration is useful;
- decides whether parallel implementation is worthwhile and how lanes should be formed;
- responds intelligently to blockers, malformed handoffs and remediation;
- does not perform specialist implementation/review work itself unless explicitly designed otherwise.
Guidance expected to disappear
Once the prerequisite runtime issues land, the Coordinator prompt should no longer teach algorithms/protocols for:
Archive/review boundary
Do not remove a semantic guardrail merely because nearby lifecycle mechanics became deterministic.
#48 intentionally does not claim archive legality because review PASS/FAIL is not currently a durable OpenSpec fact. #50 will determine whether archive legality can be represented canonically from existing trustworthy state.
If #50 concludes that archive-after-successful-review remains model/session-owned, retain the smallest explicit Coordinator invariant needed to preserve it (for example, archive only after the required review has succeeded). Do not reintroduce a large archive procedure.
If #50 establishes a canonical tooling boundary that fully enforces archive legality, remove the redundant prompt rule and consume that tooling instead.
The general rule is:
Remove prompt guidance only after runtime/tooling genuinely replaces the behaviour it protected.
Rewrite method
- Create a new minimal prompt from zero.
- Preserve only semantic behaviour that is genuinely model-owned or not yet enforceable elsewhere.
- Run focused behavioural tests/scenarios.
- Add back the smallest missing constraint when a concrete regression demonstrates the need.
- Avoid re-importing legacy prose as a precautionary measure.
Mode fragments
Review Interactive/Auto/Frontier Coordinator fragments under the same rule. Mode-specific prompts should state meaningful behavioural differences, not duplicate the base workflow manual.
Acceptance criteria
Out of scope
- Specialist prompt rewrites.
- Lowering prompt budgets before behaviour settles.
- Adding deterministic policy for judgement-driven decisions.
- Introducing new persistent review/archive state.
Parent
Part of #46.
Relationships
Depends on #50, #52, #54, #55 and #56.
Goal
Rebuild the Coordinator prompt from first principles after deterministic workflow mechanics have moved into runtime/tooling.
Do not line-edit the existing ~34 KB prompt. Start with the minimum role/orchestration contract and add guidance back only where it protects behaviour that cannot be enforced or supplied elsewhere.
Core responsibilities to keep
The prompt should primarily establish that the Coordinator:
Guidance expected to disappear
Once the prerequisite runtime issues land, the Coordinator prompt should no longer teach algorithms/protocols for:
Archive/review boundary
Do not remove a semantic guardrail merely because nearby lifecycle mechanics became deterministic.
#48 intentionally does not claim archive legality because review PASS/FAIL is not currently a durable OpenSpec fact. #50 will determine whether archive legality can be represented canonically from existing trustworthy state.
If #50 concludes that archive-after-successful-review remains model/session-owned, retain the smallest explicit Coordinator invariant needed to preserve it (for example, archive only after the required review has succeeded). Do not reintroduce a large archive procedure.
If #50 establishes a canonical tooling boundary that fully enforces archive legality, remove the redundant prompt rule and consume that tooling instead.
The general rule is:
Rewrite method
Mode fragments
Review Interactive/Auto/Frontier Coordinator fragments under the same rule. Mode-specific prompts should state meaningful behavioural differences, not duplicate the base workflow manual.
Acceptance criteria
specops_progressmaintenance instructions are absent from normal Coordinator guidance.Out of scope