What problem does it solve? Writing detailed daily development reports is tedious, and engineers often forget why decisions were made. This Skill automates the creation of decision-focused daily reports by mining git history and plan markdown files, then publishing them to a Notion database. ## Core Features & Use Cases - Automated Data Collection: Gathers commits and newly added Q&A sections from plan markdown files for a given date or date range using git log and diff. - Decision-Record Reports: Transforms Q&A background, alternatives, and rationale into structured STAR-format sections with depth checks (file paths, metrics, rejected alternatives, trade-offs). - Notion Integration: Reads the database's template page as the format source of truth, prevents duplicate pages via update mode, and resolves the target database per project without hardcoded IDs. - Use Case: After a day of implementation work, run the command to produce a Notion daily report that captures not just what changed but why, including rejected design alternatives and measured improvements. ## Quick Start Run /notion with no arguments to generate today's development report from recent commits and plan documents, or pass a date like /notion 2026-05-12 for a specific day.