What problem does it solve? Writing consistent, technically accurate weekly product updates requires manually reviewing git history, maintaining a changelog, drafting structured release notes, and producing visual assets. This Skill automates that entire editorial workflow for the Cinematic Canvas project. ## Core Features & Use Cases - Git-Driven Context Gathering: Pulls recent commits, reads the previous week's update for continuity, and maintains a deduplicated rolling 30-day CHANGELOG.md. - Structured Document Drafting: Produces a sub-1200-word update following a fixed template with frontmatter, feature sections, benefit statements, and a three-paragraph conclusion. - Visual Asset Generation: Defines prompts for one cinematic cover image and three technical graphics via the brand-aware-nanobanana skill, with a fail-safe that inserts placeholder paths if image generation fails. - Use Case: A maintainer runs the weekly update command to turn the past week's commits into a publishable blog post in website/content/updates/, complete with changelog sync, images, and a social media preview. ## Quick Start Run the technical-update command to generate this week's Cinematic Canvas product update from recent git history.