M
managing-autonomous-development
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
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
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.
How to use
- Upewnij się, że wtyczka Sugar jest zainstalowana i skonfigurowana w projekcie, a narzędzie Sugar CLI jest dostępne w ścieżce systemowej (sprawdź poleceniem
sugar --version). - Zweryfikuj status systemu Sugar poleceniem
/sugar-status, aby potwierdzić, że demon działa i sprawdzić głębokość kolejki oczekujących zadań. - Przejrzyj oczekujące prace poleceniem
/sugar-review, aby zobaczyć kolejkowane elementy, ich priorytety i szacowaną złożoność. - Utwórz nowe zadanie poleceniem
/sugar-task <opis> --type <typ> --priority <1-5>, gdzie typ to jedna z opcji: feature, bugfix, refactor, test lub chore, a priorytet to liczba od 1 do 5. - Przed uruchomieniem trybu autonomicznego sprawdź konfigurację Sugar — upewnij się, że polecenia testów, reguły lintowania i ustawienia commitów są prawidłowe.
- Uruchom autonomiczne wykonanie w trybie bezpiecznym poleceniem
/sugar-run --dry-run --once, aby najpierw podejrzeć, co Sugar będzie robić, a następnie uruchom pełne wykonanie bez flagi--dry-run.