What problem does it solve?
The ship Skill removes the decision tax of choosing the right engineering workflow and how deep to go, by classifying intent and routing to the appropriate core skill with an automatically selected depth mode.
Core Features & Use Cases
- Intent Classification (CREATE / EVOLVE / REMOVE / FIX): Detects the user’s engineering goal and selects the matching workflow route for implementation.
- Depth Mode Inference (fast / balanced / production): Chooses a safe execution depth based on risk and complexity signals, while respecting user-specified mode when applicable.
- Guardrailed Execution & Reporting: Runs the routed core skill, then summarizes phases and findings without committing, pushing, or opening PRs.
Quick Start
Tell the AI your engineering goal (e.g., “ship an end-to-end unsubscribe flow with bounce tracking in this mailing list app”), and it will choose the correct workflow and run it up to code-ready state.