c7f89340d6
Add domain-specific planning templates for data analytics and exploration workflows. The existing 5-phase template assumes a software development cycle - analytics sessions need different phases (Data Discovery, Exploratory Analysis, Hypothesis Testing, Synthesis) and different tracking structures (Data Sources, Hypothesis Log, Query Results, Statistical Findings). New files: - templates/analytics_task_plan.md: 4-phase analytics plan - templates/analytics_findings.md: data source and hypothesis tracking Modified files: - scripts/init-session.sh: add --template/-t flag - scripts/init-session.ps1: add -Template parameter Usage: ./init-session.sh --template analytics Default behavior is unchanged when flag is omitted. Relates to #103