{
  "type": "Feature",
  "priority": "P2 Medium",
  "owner": "DEV",
  "blocks": [
    {"type": "callout", "emoji": "✨", "text": "{{DESCRIPTION}}"},
    {"type": "callout", "emoji": "💾", "text": "DEV: Read DEV.md. Use Memory for working state. Sync here at checkpoints."},
    {"type": "heading_2", "text": "1. START"},
    {"type": "to_do", "text": "Read DEV.md protocol", "checked": false},
    {"type": "to_do", "text": "Read docs/LESSONS.md", "checked": false},
    {"type": "paragraph", "text": "Relevant patterns: "},
    {"type": "heading_2", "text": "2. EXPLORE"},
    {"type": "paragraph", "text": "Similar features: "},
    {"type": "paragraph", "text": "Files to modify: "},
    {"type": "heading_2", "text": "3. PLAN"},
    {"type": "to_do", "text": "Plan recorded below", "checked": false},
    {"type": "paragraph", "text": "Approach: "},
    {"type": "heading_2", "text": "4. BUILD"},
    {"type": "to_do", "text": "Tests written first", "checked": false},
    {"type": "to_do", "text": "Code complete", "checked": false},
    {"type": "paragraph", "text": "Commits: "},
    {"type": "heading_2", "text": "5. VERIFY"},
    {"type": "to_do", "text": "Tested locally", "checked": false},
    {"type": "to_do", "text": "Tested live", "checked": false},
    {"type": "to_do", "text": "Tried to break it", "checked": false},
    {"type": "to_do", "text": "Code review passed", "checked": false},
    {"type": "heading_2", "text": "6. RECORD"},
    {"type": "to_do", "text": "Docs updated", "checked": false},
    {"type": "to_do", "text": "Added to LESSONS.md if new pattern", "checked": false}
  ]
}
