What problem does it solve? When working in a project that uses the Agentic Repos framework, you often notice skill bugs, missing rules, or better patterns, but there is no consistent way to capture them. This Skill records those improvement suggestions as structured, deduplicated Markdown files in a shared improvements directory so they can be reviewed and applied later. ## Core Features & Use Cases - Structured capture: Guides you through describing the issue, auto-detecting a category (skill, agent, rule, setup, template), and assigning a priority (bug, should-fix, nice-to-have). - Dedup and contradiction gate: Scans the pending backlog before writing, enriches existing records on duplicates, and asks you to resolve contradictory proposals instead of silently dropping content. - Auto-commit and sequencing: Writes the file to the shared {ProjectName}_AgenticRepos/improvements/ directory, commits and pushes it to git, and regenerates an ORDER.md pick-up sequence for the backlog. - Use Case: While working in a backend service, you notice the PR skill fails on 403 rate limits. Run this Skill, describe the issue, and it saves a prioritized improvement file that the team applies later via ar-add-improvement. ## Quick Start Say "record improvement" and describe the framework issue or suggestion you noticed in the current project.