key = "research_only" title = "Research only" blurb = "Produce a styled MD + PDF artifact in the workspace. One-shot or scheduled." requires_repo = false # Phases run in order. Each entry gets a `mission_phases` row on # mission create; the orchestrator dispatches per-kind executors. default_team_template = "rust_sdlc" [[phases]] kind = "research" order_idx = 0 # Phase-scoped config, merged into mission_phases.config on insert. [phases.config] produces = ["md", "pdf"] default_topology = "hub_spoke" # Which team template is the "sensible default" for the picker when # the user hasn't explicitly picked one. UI honors this.