What problem does it solve?
Running full Autopus development workflows requires manually executing separate plan, go, and sync commands in sequence, which adds unnecessary friction and risks flag mismatches between steps. This skill acts as a thin alias shim that triggers the entire end-to-end development cycle in a single invocation, preserving all user-specified flags exactly.
Core Features & Use Cases
- Thin Alias Mapping: Maps the $auto-dev command to the canonical @auto dev router, supporting all compatible invocation forms including @auto dev ... and $auto dev ...
- Flag Preservation: Preserves all workflow flags (--auto, --loop, --multi, --team, etc.) exactly as entered by the user, with no modification or loss of parameters.
- Use Case: A developer working on an OAuth feature can run $auto-dev "Add OAuth2" --auto --team to trigger the full plan, build, test, review, and sync workflow without running each step manually.
Quick Start
Use the auto-dev skill to run a full end-to-end development workflow for your current feature, preserving all your specified flags like --auto and --team.