{{TITLE}}

Status:{{status}}
Date:{{YYYY-MM-DD}}
Branch:{{branch}}
Type:{{plan|spec|research|checkpoint}}

Goal

{{One-paragraph statement of what this artifact is trying to accomplish. Include the user-observable behavior or the question being answered.}}

Architecture

{{Prose description of the design — components, data flow, key decisions, alternatives considered. Use diagrams below for visual structure.}}

flowchart LR
    A[Input] --> B{Decision}
    B -->|yes| C[Path A]
    B -->|no| D[Path B]
    C --> E[Output]
    D --> E
  
flowchart LR
    A[Input] --> B{Decision}
    B -->|yes| C[Path A]
    B -->|no| D[Path B]
    C --> E[Output]
    D --> E
  

File Structure

FileResponsibility
path/to/file.py {{What this file does in the change.}}

Tasks

Task 1: {{title}}

{{code or shell commands for this task}}

Open Questions


Generated with the jacked HTML artifact template. Edit freely.