원클릭으로
Run all remaining phases autonomously — discuss→plan→execute per phase
npx skills add https://github.com/drogafarto-web/cq-hematologia --skill gsd-autonomous이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Run all remaining phases autonomously — discuss→plan→execute per phase
npx skills add https://github.com/drogafarto-web/cq-hematologia --skill gsd-autonomous이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Teste de fumaça end-to-end do HC Quality (sistema de CIQ laboratorial em produção). Navega todos os módulos (Hematologia, CIQ-Imuno, Coagulação, Uroanálise, Insumos, Equipamentos, BulaParser, Reports, Admin), executa fluxos críticos com imagens reais de corridas + mocks, e entrega relatório por critério de aceite com evidência em screenshot. Requer Playwright.
Use when managing, configuring, or troubleshooting the Actuar software and hardware integration for the Academia Espaço Viva project
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
| name | gsd-autonomous |
| description | Run all remaining phases autonomously — discuss→plan→execute per phase |
| argument-hint | [--from N] [--to N] [--only N] [--interactive] |
| allowed-tools | ["Read","Write","Bash","Glob","Grep","AskUserQuestion","Task","Agent"] |
Uses ROADMAP.md phase discovery and Skill() flat invocations for each phase command. After all phases complete: milestone audit → complete → cleanup.
Creates/Updates:
.planning/STATE.md — updated after each phase.planning/ROADMAP.md — progress updated after each phaseAfter: Milestone is complete and cleaned up.
<execution_context> @$HOME/.qwen/get-shit-done/workflows/autonomous.md @$HOME/.qwen/get-shit-done/references/ui-brand.md </execution_context>
Optional flags: - `--from N` — start from phase N instead of the first incomplete phase. - `--to N` — stop after phase N completes (halt instead of advancing to next phase). - `--only N` — execute only phase N (single-phase mode). - `--interactive` — run discuss inline with questions (not auto-answered), then dispatch plan→execute as background agents. Keeps the main context lean while preserving user input on decisions.Project context, phase list, and state are resolved inside the workflow using init commands (gsd-sdk query init.milestone-op, gsd-sdk query roadmap.analyze). No upfront context loading needed.