Agent skill

tasks

Task decomposition — break features into subtasks, assign workers, track progress

Stars 113
Forks 16

Install this agent skill to your Project

npx add-skill https://github.com/iii-hq/agentos/tree/main/plugin/skills/tasks

SKILL.md

Task management:

  • Decompose: curl -X POST http://localhost:3111/api/tasks/decompose -H 'Content-Type: application/json' -d '{"description": "<feature>", "maxDepth": 3}'
  • List: curl http://localhost:3111/api/tasks/list?agentId=claude-code
  • Update: curl -X POST http://localhost:3111/api/tasks/update -H 'Content-Type: application/json' -d '{"taskId": "<id>", "status": "completed"}'
  • Spawn workers: curl -X POST http://localhost:3111/api/tasks/spawn -H 'Content-Type: application/json' -d '{"taskId": "<id>"}'

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results