What problem does it solve?
Macro task packets in an agentic loop workflow often lack the task-local execution detail needed before an orchestrator can dispatch workers. This Skill fills that gap by drafting task-scoped detail design, acceptance criteria, and a machine-readable detail packet that a script-owned workflow can import directly.
Core Features & Use Cases
- Task Detail Drafting: Reads controller-supplied macro task refs, plan-tree refs, accepted decisions, source files, tests, and evidence to produce a task-scoped detail design and source-evidence map.
- Structured Detail Packet: Returns task-detail-design.md, brief-update-summary.md, and exactly one canonical detail-packet.manifest.json section conforming to the ccb.detail_packet_manifest.v1 schema.
- Outcome Classification: Classifies results as local_detail_ready, planner_replan_required, needs_clarification, or blocked, with global impact rated none, bounded, or macro.
- Use Case: During an agentic loop workflow, a controller activates this Skill on a macro task packet; the Skill returns a detail packet the orchestrator imports to decide whether to dispatch workers or request a planner replan.
Quick Start
Ask the agent to draft a task detail packet for the current macro task packet using the controller-supplied refs and evidence, returning the manifest JSON in the reply.