Run artifact

workspace/targets/ReadingList/QuarterDeck/questionnaires/discovery-identity.json

{
  "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": "ReadingList",
      "answer": "ReadingList"
    },
    {
      "id": "short_description",
      "label": "Short Description",
      "prompt": "One-sentence description of what this project does. Edit to override the proposal.",
      "input": "textarea",
      "proposed": "A web application for maintaining an ordered list of books to read.",
      "answer": "A web application for maintaining an ordered list of books to read."
    }
  ]
}