Problem
`bin/ghcp-extract-plan.ts` only recognizes `## The GHCP prompt` as the handoff heading. Real-world plans vary widely.
Approach
Accept any of:
- `## The GHCP prompt` (existing)
- `## Copilot handoff`
- `## Handoff prompt`
- `## Delegation prompt`
- OR: a machine-readable marker `` ... `` that wins over heading matching
Marker-comment form is more robust for plans emitted by automation (see G6).
Review reference
Adversarial review T1
Problem
`bin/ghcp-extract-plan.ts` only recognizes `## The GHCP prompt` as the handoff heading. Real-world plans vary widely.
Approach
Accept any of:
Marker-comment form is more robust for plans emitted by automation (see G6).
Review reference
Adversarial review T1