add-new-provider
Add a new AI provider "$ARGUMENTS" to the OpenUsage TUI dashboard.
Audit and improve the development workflow for OpenUsage.
How it fires
How this command gets triggered: by you, by Claude, or both.
/dev-workflow-improvementsContext preview
What this command does when you run it.
Audit and improve the development workflow for OpenUsage.
Audit and improve the development workflow for OpenUsage.
Read and follow the full skill specification in docs/skills/dev-workflow-improvements/SKILL.md.
This skill ensures the development flow is complete, consistent, and propagated to all AI tools.
Follow all phases:
1. **Phase 0 — Audit**: Run `make sync-tools`, check for drift. Validate all skills are registered in skills-table.md, have Claude commands, OpenCode stubs, and Codex stubs. Check for broken references.
2. **Phase 1 — Fix**: Fix any issues found: sync drift, missing registrations, broken references, CLAUDE.md mismatches.
3. **Phase 2 — Improve**: If improvements requested, quiz the user about what needs changing. Add/update skills, onboard new tools, fix workflow gaps. Run sync after each change.
4. **Phase 3 — Verify**: Run sync (should be clean), build, test, show git diff for review.
The one dashboard you’ve been looking for — track spend and usage across Claude, Cursor, OpenRouter, Copilot, Gemini, Codex, and more.
Add a new AI provider "$ARGUMENTS" to the OpenUsage TUI dashboard.
Design a new feature "$ARGUMENTS" for the OpenUsage TUI dashboard.
Develop the feature "$ARGUMENTS" end-to-end — from design to pull request.
Finalize the feature "$ARGUMENTS" — create branch, commit, and open PR.
Implement the feature "$ARGUMENTS" from its design doc.