What problem does it solve? AI-generated artifacts like reviews, plans, and devlogs end up scattered with inconsistent filenames, making them hard to locate and organize across tickets and sessions. This Skill enforces a single naming and path convention so every artifact lands in a predictable location. ## Core Features & Use Cases - Standardized filename formats: Generates ticket-level names ({timestamp}_{slug}_{artifact-type}.md) and run-artifact names for interactive ({timestamp}_{role}_{artifact}.md) and orchestrated ({NN}_{role}_{artifact}.md) review workflows. - Session-aware path resolution: Invokes the derive-session-context script to obtain artifact_base_dir, project_slug, and ticket_id, then resolves ticket-scoped or category-based (chats, devlogs, plans) directories, creating them when missing. - Slug generation: Produces filesystem-safe kebab-case slugs by reusing existing ticket slugs, deriving from explicit titles, branch names, or recent commit themes. - Use Case: After finishing a code review, save the review notes as 20240115-143022Z_reviewer_review.md under the correct ticket directory without manually deciding on a name or folder. ## Quick Start Save this review summary as an artifact for the current ticket using the standard naming conventions.