Build sequenced backend tasks from contracts
todos-buildworkflowsetup L2★1
gonoff/claude-todos-skill ↗What it does
Implement backend tasks sequentially, verify contracts, auto-commit per phase
Best for
Multi-agent backend implementation when strict pinned-contract enforcement prevents scope creep.
Inputs
- · [object Object]
Outputs
- · [object Object]
Requires
- · git
- · test runner (pytest/vitest/etc)
- · Bash
Preconditions
todos.json with id/contract/steps fields; project has runnable tests; todos.json is writeable
Failure modes
Contract drift on method rename; test failure halts but cannot auto-fix; todos.json write races
Trust signals
- · Pinned contracts are source of truth
- · Per-phase checkpoints
- · Atomic todos.json updates with real UTC