autonomous-task
Execute one specified Taskrail tracked task with deterministic workflow transitions
autonomous-task
Execute one specified Taskrail tracked task with deterministic workflow transitions.
Required Flow
- Run
go run ./cmd/taskrail validate. - Read the target task file.
- Run
go run ./cmd/taskrail start <task-id>. - Implement only the requested scope in a TDD loop.
- Run the appropriate tests.
- Run manual testing using the
autonomous-manual-testskill when the task changes visible Taskrail behavior. - Run
go run ./cmd/taskrail verify <task-id> --result pass|fail --summary "...". - Create a follow-up task when unresolved work deserves backlog treatment.
- Finish as
completedorblocked.
Rules
- do not auto-select another task
- do not hand-edit machine-managed state once the CLI exists
- do not hand-edit task status fields once the CLI exists