autonomous-backlog
Execute one deterministic autonomous backlog cycle for Taskrail tracked work
autonomous-backlog
Execute one deterministic autonomous backlog cycle for Taskrail tracked work.
Required Flow
- Run
go run ./cmd/taskrail validate. - Run
go run ./cmd/taskrail next --json. - If no task is eligible, report that and stop.
- Read the selected task file under
planning/tasks/. - Run
go run ./cmd/taskrail start <task-id>. - Implement in a TDD loop.
- Run the appropriate test tiers.
- 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 "...". - If additional work is discovered, create a follow-up task.
- Finish as
completedorblocked.
Rules
- never hand-edit
planning/STATE.mdfrontmatter once the CLI exists - never hand-edit task status fields once the CLI exists
- always keep evidence paths in notes and reports
- stop after one task