MISSIONS + TASKS · LIVE

Hand off a goal.
Not one long prompt.

A mission splits a goal into tasks with dependency, state and evidence — so the work outlives a single reply.

MissionShip settings page
Analyzecomplete
Implementrunning
Verifyblocked by Implement

TYPED TASK GRAPH

Dependency is real data.

Tasks support blocks, related, parent-child and discovered-from relationships; readiness is derived from the graph instead of typed in by hand.

Blocks

The verification step doesn't run before implementation is ready.

implement └── blocks → verify

Discovered from

Work found mid-task keeps its own origin, not lost in the shuffle.

fix auth └── discovered-from review logs

Parent–child

A large mission splits into smaller pieces without losing the overall goal's structure.

release ├─ package ├─ verify └─ publish

PROJECT MEMORY

A new agent still understands the old project.

L1 atomic memory, L2 session memory and project memory keep facts, constraints and context with a clear origin.

L1persistent facts
L2session facts
Project memoryattached to turn
Transcriptnot the database