AI plan: Target Lists & Pipeline
Start stories, assign agents, and let workflows spin up managed terminal sessions. The AI planning agent expands every bottom-level issue so the team can execute inside a session and hand back review-ready work.
AI plan hydration
Planning agent expands bottom-level stories with acceptance criteria, risks, data sources, and test hooks before any work starts.
Start + assign
Users start a story, pick agents or a saved team, and choose a workflow. If nothing is selected, the default delivery chain runs.
Autonomous session
Start spins up a managed terminal session bound to the story. Agents execute the workflow, stream outputs, and keep state attached to the session.
Review + visibility
When the team declares done, the story moves to In review with transcript, diffs, and test evidence for the user to inspect.
AI planning agent expands the stories
Each bottom-level story is hydrated with acceptance criteria, risks, dependencies, and test hooks. When a user starts a story, the selected agents and workflow spin up a terminal session to execute, and the story moves to In review only after the workflow declares completion.
Users can create/import target lists, dedupe contacts, and sync to the fundraise pipeline with audit trails.
Critical fundraise path runs end-to-end with guardrails and alerting on failure.
PM syncs sprint goals to project plans and pushes updates to the workspace feed.
Signals from target lists map to pipeline stages with confidence scoring and alerts.
Workflows and managed terminal sessions
Start picks a workflow, spins a terminal session, and binds the chosen agents. Each workflow encodes guardrails and how the story moves to In review with evidence.
Default delivery workflow
- Spawn terminal session with repo + secrets context
- Planner finalizes tasks; builder executes and updates transcript
- Auto-run lint/tests; tester agent gates promotion
- Reviewer moves status to In review with diffs and notes
Fundraise resilience workflow
- Chaos and retry checks enabled in terminal session
- Ops reviewer can pause/resume; fallback to human review on failure
- Observability hooks streamed back to plan and pipeline
Communication workflow
- Planner drafts announcements and risk updates
- PM agent publishes to workspace feed and links back to session transcript
Story lifecycle into In review
User clicks Start; selects agents/workflow or accepts defaults.
Terminal session is created with repo + context; workflow binds agents.
Agents follow workflow, stream logs, attach artifacts, and update checklists.
Workflow signals completion; story status moves to In review for the user.