{
  "id": "discovery-identity",
  "title": "Discovery: Project Identity",
  "purpose": "Confirm the proposed display name and short description before planning.",
  "questions": [
    {
      "id": "display_name",
      "label": "Display Name",
      "prompt": "The display name Drydock will use for this project. Edit to override the proposal.",
      "input": "text",
      "proposed": "TOML 1.0.0 Parser",
      "answer": "TOML 1.0.0 Parser"
    },
    {
      "id": "short_description",
      "label": "Short Description",
      "prompt": "One-sentence description of what this project does. Edit to override the proposal.",
      "input": "textarea",
      "proposed": "A Go command-line parser that converts TOML 1.0.0 from stdin into tagged JSON and rejects invalid documents.",
      "answer": "A Go command-line parser that converts TOML 1.0.0 from stdin into tagged JSON and rejects invalid documents."
    }
  ]
}
