{
  "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": "CommonMark",
      "answer": "CommonMark"
    },
    {
      "id": "short_description",
      "label": "Short Description",
      "prompt": "One-sentence description of what this project does. Edit to override the proposal.",
      "input": "textarea",
      "proposed": "A command-line CommonMark 0.31.2 parser that converts standard-input Markdown to HTML on standard output.",
      "answer": "A command-line CommonMark 0.31.2 parser that converts standard-input Markdown to HTML on standard output."
    }
  ]
}
