What problem does it solve? Ideas and tasks that arise before formal planning often get lost in chat history or scattered notes. This Skill provides a structured parking lot where ideas are captured as files, tracked through an event log, and promoted into the planning pipeline when ready. ## Core Features & Use Cases - Idea Capture: Add new backlog items with reserved IDs, typed frontmatter, and duplicate detection before writing. - Event-Sourced State: Item state (created, promoted, completed, cancelled) is derived from an append-only events.jsonl log, so item files are never renamed or mutated. - Promotion Pipeline: Hand off backlog items directly to the /recon planning workflow, individually or in batches, with optional grouping of related items into plan-sized clusters. - Use Case: During a coding session you notice a potential refactor. Run /backlog add to park it, then later run /backlog promote to send it into the full recon and orchestration pipeline. ## Quick Start Ask the agent to add a new idea to the backlog with /backlog add followed by a short description of the task.