aiox-dev

Implements user stories with tests, QA fixes, and autonomous build workflows.

Updated May 13, 2026
One-click install
npx skills add https://github.com/MarcoBolsa/motor-cotacoes --skill aiox-dev-marcobolsa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aiox-dev
Source: https://github.com/MarcoBolsa/motor-cotacoes/tree/main/.claude/skills/AIOX/agents/dev
Command: npx skills add https://github.com/MarcoBolsa/motor-cotacoes --skill aiox-dev-marcobolsa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual overhead of turning approved user stories into working code by guiding an AI developer persona through structured implementation, testing, and review workflows. ## Core Features & Use Cases - Story-Driven Development: Implements story tasks sequentially, writes tests, runs validations, and updates only authorized story file sections. - Autonomous Build & Recovery: Runs autonomous build loops with checkpoints, rollback to last good state, and attempt tracking when implementations fail. - Quality Gates: Integrates CodeRabbit pre-commit review with a self-healing loop for critical issues, plus QA fix workflows and technical debt registration. - Use Case: A developer receives story 3.2 from the Scrum Master agent, runs the develop command, and the skill implements each task, executes the full test suite, applies QA feedback, and marks the story Ready for Review. ## Quick Start Ask the agent to implement story 3.2 by running the develop command and following its guided task-by-task workflow.

Frequently Asked Questions about aiox-dev

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

FAQPage Schema
How do I implement a user story with an AI developer agent?▼

Use the develop command with a story ID, such as *develop story-3.2. The agent reads each task, implements it with tests, runs validations, and checks off tasks until the story reaches Ready for Review status.

What is the difference between develop, develop-yolo, and develop-interactive modes?▼

develop-interactive is the default mode with user confirmation at each step. develop-yolo runs autonomously with decision logging for rollback, while develop-preflight is a planning-only mode before implementation begins.

Can this agent push code or create pull requests on GitHub?▼

No. Git push, PR creation, and PR merging are blocked and delegated to the github-devops agent. The dev agent only performs local operations like add, commit, status, diff, branch, and merge.

How does the autonomous build recovery system work?▼

The build-autonomous command runs a coder agent loop with retries and checkpoints stored by build-state-manager. If a build fails, build-resume continues from the last checkpoint and rollback restores the last good state.

Why does the agent halt during story implementation?▼

It halts when dependencies need approval, requirements are ambiguous after checking the story, implementation fails three times, configuration is missing, or regression tests fail. This prevents uncontrolled autonomous changes.