What problem does it solve?
It drafts the operational artefact for playbook task actions, including a safe operator-facing path for entity-merge tasks, preventing silent misrouting and enforcing input validity before approval.
Core Features & Use Cases
- Generic task drafting: Creates a concrete task artefact (for short playbooks) from the action’s
index.md, context_refs, and signals/*, and records the drafting judgement in the standard draft trail shape.
- Entity-merge draft card: Composes the approval-gate content for
task_variant: entity-merge, validating required inputs (merge_winner, merge_loser) and domain constraints (path shapes, tombstone rules, and chain-depth cap) before producing the operator card.
- Malformation safety: Treats unknown
task_variant values as stuck (no automatic fallback to default) and refuses malformed entity-merge requests with precise awaiting_operator diagnostics.
Quick Start
Use the draft / task skill to draft a task artefact or generate the entity-merge approval card for an action whose /data/actions/<id>/index.md sets the appropriate task_variant and required frontmatter.