What problem does it solve?
It eliminates the friction of picking the right engineering workflow by automatically classifying your intent and dispatching the correct core skill to deliver code-ready results without committing or publishing changes.
Core Features & Use Cases
- Intent classification: Detects CREATE, EVOLVE, POLISH, REMOVE, FIX, or AUDIT requests and routes to the corresponding workflow.
- Risk-aware depth selection: Chooses fast, balanced, or production depth based on risk and complexity signals, with user overrides where applicable.
- Pipeline transparency and stop-before-git: Announces the plan, runs the routed workflow, and reports findings before you publish via /commit, /commit-and-push, or /open-pr.
- Use case: Turn a high-level directive like "ship production-ready billing improvements" into the correct sequence of feature/code, verification, and audit steps appropriate to the change type.
Quick Start
Use the ship skill by telling the agent what you want to achieve, such as: ship production-ready authentication and billing fixes for my current app.