What problem does it solve?
This Skill helps you quickly triage a known software change and choose the right workflow before implementation begins. It prevents wasted effort by determining whether a change needs planning, ADR backfill, or can skip scaffolding entirely.
Core Features & Use Cases
- Work Intake Routing: Identifies whether the request is a new feature, an update to existing code, or a trivial change.
- ADR and Spec Discovery: Checks the repository for existing architectural decisions or specs relevant to the affected area.
- Skill Handoff: Routes into the correct follow-on process such as planning a change or backfilling an undocumented feature area.
- Use Case: When a developer says they want to add a feature, fix a bug, or refactor an existing module, this Skill determines the proper path without drifting into design discussions too early.
Quick Start
Ask the assistant to use start-feature when you already know the code change you want to make and need it routed to the correct next skill.