Tasks

Status: delivered — shipped through v0.9.x (current release v0.9.3, June 2026). TFactory is a live, governed node in the Factory line. This page summarises what was built; the live status board is Progress and real-life walk-throughs for every feature are on Examples.

What was built

TFactory generates, runs, evaluates, and triages tests for code that AIFactory builds and PFactory governs — then reports back up the spine while CFactory watches. The product is in production; the items below are all shipped and active.

Five agents (pipeline)

Planner ─► Gen-Functional ─► Executor ─► Evaluator ─► Triager

Five lanes (all active)

Newer capabilities

Reaching real systems under test

MVP task breakdown (delivered)

Historical record — the original v0.1.0-mvp walking-skeleton plan (2026-05-28), kept for provenance. Everything below shipped in v0.1.0-mvp and has since been extended through v0.9.x. It is preserved to show how the skeleton was assembled, not as an open to-do list.

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

Created: 2026-05-28 Status: Delivered — 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 at MVP (since delivered)

This was the deferred list for v0.1.0-mvp. Most of it has since shipped — it is kept here only to record what the walking skeleton deliberately left out.