What problem does it solve?
This Skill enables a sub-agent to execute a designated Granary task by building the necessary task context, applying the required changes, and systematically reporting progress back to the orchestrator.
Core Features & Use Cases
- Context-driven execution: The sub-agent builds task context using granary handoff to understand goals, files to modify, implementation details, and steering conventions.
- Automated task execution: It reads the handoff outputs, implements changes, and verifies completion according to acceptance criteria.
- Progress reporting & blockers: The sub-agent records progress with granary task comments and signals blockers or completion to the orchestrator.
Quick Start
Start a new task by obtaining its handoff and then proceed through the lifecycle:
- granary handoff --tasks <task-id>
- granary task <task-id> start
- Implement the required changes as described in the handoff and periodically update progress with granary task <task-id> comments create "Started work"
- granary task <task-id> done --comment "Completed task per handoff"