summaryrefslogtreecommitdiff
path: root/prompts/commands/work-on-tasks.md
AgeCommit message (Collapse)Author
2026-05-28UpdatePaul Buetow
2026-04-12update skillPaul Buetow
2026-04-08prompts: rename task CLI examples from ask to doPaul Buetow
Update agent command docs and auditing-code-quality skill so examples match the Hexai task binary (do, formerly ask). Made-with: Cursor
2026-03-27prompts: use ask ids in task workflowsPaul Buetow
2026-03-26work-on-tasks: cap description display and have sub-agents self-fetch task infoPaul Buetow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25refactor: /work-on-tasks now delegates each task to a fresh sub-agentPaul Buetow
- Orchestrator picks tasks, marks them started, and spawns a sub-agent for implementation - Each task runs in a clean context; orchestrator never implements tasks directly - Updated docs to clarify sub-agent delegation and context isolation - Improved task loop and reporting steps - See prompts/commands/work-on-tasks.md for new orchestrator/sub-agent workflow
2026-03-23UpdatePaul Buetow
2026-03-23UpdatePaul Buetow
2026-03-03more on thisPaul Buetow