Analyze API design and create an API improvement plan
/plugin marketplace add dgriffith/bad-daves-robot-army/plugin install dgriffith-bad-daves-robot-army@dgriffith/bad-daves-robot-armyUsing @agent-api-designer prepare an API review report. You must analyze API design patterns, RESTful practices, and interface consistency in the codebase and create a comprehensive plan WITHOUT making any changes.
## Input Parsing
The user invoked: /api-review {optional_scope}
Valid scopes:
- **No argument**: Analyze the entire project
- **File/directory path**: Scope analysis to that specific path
- **"current changes"**: Analyze uncommitted changes (use `git status` and `git diff`)
- **"recent changes"**: Analyze recent commits (use `git log` and `git diff`)
- **"PR #123"**: Analyze a ...