What problem does it solve?
When a coding task does not match any specialized workflow, developers need a disciplined fallback process that keeps changes scoped, validated, and consistent with repository contracts instead of ad-hoc edits.
Core Features & Use Cases
- Fallback Change Routing: Handles features, fixes, refactors, documentation updates, and subsystem-local tasks selected by changed-file routing.
- Contract-Aware Implementation: Reads the agent report and nearest AGENTS.md to locate affected contracts before editing code.
- Scoped Validation: Runs the smallest relevant checks via make agent-report and make agent-ci-gate, widening validation only when behavior crosses surfaces.
- Use Case: A developer receives a bug fix touching files in one subsystem with no dedicated workflow; this Skill guides reading the agent report, implementing the fix within its natural boundary, and running the minimal CI gate.
Quick Start
Ask the agent to implement the requested repository change using the project-change fallback workflow and validate it with the smallest relevant checks.