cyberneticlibrary

Implement features with multi-agent workflow

taskcommandsetup L32,560
morethanwords/tweb
What it does

Orchestrate multi-phase implementation with sequential agent spawns

Best for

Breaking large multi-session features into sequential phases within context limits.

Inputs
  • · Task description (new project or follow-up)
Outputs
  • · .ai/<project-name>/ folder structure with about.md, context.md, plan.md, reviews
Requires
  • · Task tool (subagent spawning)
  • · Bash (git operations)
  • · Read/Write
Preconditions
  • · Project can be decomposed into phases
  • · Large codebase (context window limited)
Failure modes
  • · Follow-up detection fails
  • · Context gathering incomplete
  • · Phase interdependency missed
Trust signals
  • · Follow-up detection via .ai/*/about.md
  • · about.md describes as-if-complete
  • · 3 review documents per task