Get the kickoff interview question set
kickoff_questionsGenerate project kickoff interview questions by project type. For brownfield projects, uses detected facts to pre-fill answers and omit fully inferable questions, always asking about locked documentation.
Instructions
Return the branched kickoff interview (DECISIONS.md D3/D4). Supply project_type: 'greenfield' asks the full set; 'brownfield' uses the agent-supplied detected facts (language, framework, tests, CI, existing docs) to pre-fill candidates and drop fully-inferable questions — except LOCKED_DOCS, which is always asked because it is human judgment. Returns { project_type, questions, inferred, notes }; the server reads no files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detected | No | Facts the agent detected by inspecting the repo (brownfield only). | |
| project_type | Yes | 'greenfield' or 'brownfield'. |