Spec Tasks

Historical record — v0.1.0-mvp planning checklist (2026-05-28). All 12 tasks below shipped in v0.1.0-mvp. The v0.2 epic that built on top also shipped in v0.2.0 (16 / 16 tasks closed). See Progress for the live status dashboard and the v0.2.0 demo for the released pipeline running end-to-end.

These are the tasks that were planned in the spec at @.agent-os/specs/2026-05-28-tfactory-mvp-walking-skeleton/spec.md.

Created: 2026-05-28 Status: Shipped — v0.1.0-mvp Source design: /home/olafkfreund/.claude/plans/virtual-cooking-bumblebee.md Approach: TDD throughout — write tests first, implement, verify green.

Conventions

Tasks

Dependency graph (rough)

1 (scaffold)
  ├─→ 2 (mcp + skill)
  ├─→ 3 (state model)
  └─→ 4 (docker runner)
        │
   ┌────┴────┬─────────┐
   │         │         │
   v         v         v
   5 (planner)   6 (gen_functional)
        │         │
        └────┬────┘
             v
             7 (evaluator) ── requires 4 + 6
             │
             v
             8 (triager + git)
             │
             v
       ┌──── 9 (portal backend)
       │     │
       │     v
       │     10 (portal frontend)
       │     │
       └─────┴───→ 11 (e2e smoke)
                       │
                       v
                       12 (docs)

Tasks 2, 3, 4 can be executed in parallel after 1. Tasks 5 and 6 can be parallel after 3+4. Everything else is serial.

Stop conditions

Out of scope (reminder, see spec.md for full list)