draft-agent
01Agent
Main Draft orchestrator. Manages shared team context across sessions — delegates to specialized sub-agents for research, writing, and learning.
Agent
Main Draft orchestrator. Manages shared team context across sessions — delegates to specialized sub-agents for research, writing, and learning.
Agent
Takes concrete actions. Use when the orchestrator needs to DO something: write documents (PRDs, specs, decision docs). Always reads context files before acting.
Agent
Context write engine for the Draft orchestrator. Called when the orchestrator needs to persist information to workspace files: product decisions, priority updates, company changes, team changes, personal memory, vocabulary. Reads existing files before writing, merges new info, writes log entries alongside every…
Agent
Finds and retrieves information. Use when the orchestrator needs to KNOW something: search workspace files, read docs, or fetch web content. Returns a concise but complete answer.