auto-dev

Runs plan, go, and sync phases sequentially for full-cycle development.

111|73|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/autopus-ai/autopus-adk --skill auto-dev-autopus-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-dev
Source: https://github.com/autopus-ai/autopus-adk/tree/main/.omp/skills/auto-dev
Command: npx skills add https://github.com/autopus-ai/autopus-adk --skill auto-dev-autopus-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating a full development cycle requires manually chaining planning, implementation, and synchronization steps, which is repetitive and error-prone when done phase by phase. ## Core Features & Use Cases - Sequential Pipeline Execution: Runs auto plan, auto go, and auto sync in order as one continuous workflow. - Fail-Fast Behavior: Stops at the first failing phase and reports how to resume, preventing partial or inconsistent states. - Use Case: A developer wants to ship a new feature end-to-end; invoking this skill plans the work, executes the implementation, and syncs the results without manual phase transitions. ## Quick Start Ask the agent to run auto-dev with your feature request, for example: run the full development cycle to add OAuth2 login with Google and GitHub providers.

Frequently Asked Questions about auto-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a full development cycle with one command?▼

Invoke the auto-dev skill with your feature description, and it runs plan, go, and sync sequentially. Each phase completes before the next begins, producing a planned, implemented, and synced result.

What happens if a phase fails during auto-dev execution?▼

The workflow stops at the first failing phase rather than continuing with a broken state. It then reports how to resume so you can fix the issue and continue the pipeline.

Can I run plan, go, and sync separately instead of together?▼

Yes, each phase can be invoked individually for step-by-step control. The auto-dev skill exists for cases where you want all three phases chained automatically in one run.

Which platforms support the auto-dev workflow?▼

The skill declares omp compatibility and is invoked through the /auto dev or /auto-dev entrypoints. It is part of the Autopus-ADK skill library for AI coding agents.