cawplan-coding-insights
Installation
SKILL.md
CawPlan Coding Insights
Bootstrap
cawplan skill check
Workflow
Fetch the relevant views in parallel based on what the user is asking for. Use --date for a single day; use --from/--to for a range.
If the user provides no prompt or only invokes /cawplan-coding-insights, default to the current user's report for today:
today="$(date +%F)"
cawplan session my-sessions --date "$today"
cawplan session user-human-inputs --date "$today"