Execute enables AI assistant to manage sugar's autonomous development workflows. it allows AI assistant to create tasks, view the status of the system, review pending tasks, and start autonomous execution mode. use this skill when the user asks to create a new develo... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
52
42%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/devops/sugar/skills/managing-autonomous-development/SKILL.mdManage Sugar's autonomous development workflows: create development tasks, check system status, review pending work, and start autonomous execution mode. Sugar orchestrates AI-driven development by queuing tasks with type, priority, and execution parameters, then processing them sequentially or in parallel.
sugar --version)feature, bugfix, refactor, test, chore/sugar-status to verify the daemon is running and view queue depth/sugar-review to see queued work items, their priorities, and estimated complexity/sugar-task <description> --type <type> --priority <1-5> specifying the task description, type, and priority level/sugar-run --dry-run --once to preview what Sugar would do without making changes/sugar-run when confident in the configuration| Error | Cause | Solution |
|---|---|---|
Sugar daemon not running | Sugar service not started or crashed | Start with sugar start or check logs for crash reason |
Task creation failed: invalid type | Unsupported task type specified | Use valid types: feature, bugfix, refactor, test, chore |
Autonomous execution failed: tests failing | Generated code does not pass project tests | Review the failing test output; fix the test or adjust the task description for clarity |
Configuration file not found | Sugar config missing from project root | Initialize with sugar init to create the configuration file |
Priority out of range | Priority value not between 1 and 5 | Use priority 1 (lowest) through 5 (highest/critical) |
c8a915c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.