What problem does it solve?
Converting a macro user request or frontdesk intake into a structured, reviewable plan artifact is error-prone: planners may overstep authority, mutate task state, or emit inconsistent output formats. This Skill constrains the planning step to produce exact, controller-validated artifacts without executing anything.
Core Features & Use Cases
- Structured Task Packets: Generates
task-packet.md with mandatory sections (Goal, Acceptance Criteria, Interface Contracts, Constraints, Decomposition Inputs) plus readiness.json with strict readiness and route values.
- Task-Set Decomposition: Emits
task-set.json only for genuinely independent deliverables or distinct routes, keeping cohesive deliverables in one envelope for the orchestrator to slice.
- Bounded Authority Handling: Validates a controller-issued
terminal_status_constraint (schema version, digests, revisions) and fails closed with a blocker recommendation when fields are missing or stale.
- Use Case: A frontdesk intake arrives requesting a new feature. The planner produces a fenced task packet with route
direct_execution, non-empty allowed_paths, executable verification commands, and a matching readiness JSON for the controller to validate and settle.
Quick Start
Ask the planner to convert this macro request into a task packet with readiness recommendation and candidate clarification questions, without running any commands.