What problem does it solve?
When a PlanTree workflow reaches a Detailer replan or a task-set closure, the Planner must emit a single, strictly structured backfill proposal that copies controller-owned revisions, digests, and evidence refs exactly, without performing any side effects. This Skill enforces that output contract so proposals validate cleanly on import.
Core Features & Use Cases
- Dual activation modes: Produces exactly one proposal for either
detailer_replan or task_set_closure, never mixing or substituting modes.
- Authority-preserving output: Copies expected PlanTree revision, task identity, closure evidence digest, and ordered evidence refs byte-for-byte, and maps aggregate results (
pass, partial, replan_required, blocked) to the correct closure result.
- Embedded Frontdesk status: Embeds one complete
ccb.planner.frontdesk_status.v1 object with a factual user-facing report.
- Use Case: A controller activates the Planner with validated child round and closure evidence for a finished task set; the Skill returns a
task_set_closure proposal JSON that the host validates and imports, with no shell commands, file reads, or notifications issued from the reply.
Quick Start
Ask the Planner to produce a task_set_closure backfill proposal using the controller-supplied revisions, closure evidence digest, and ordered evidence refs.