aiox-dev

Implement and debug full-stack story requirements with structured task execution.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill aiox-dev-hyagoviana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-dev
Source: https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech/tree/main/meu-projeto/.claude/skills/AIOX/agents/dev
Command: npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill aiox-dev-hyagoviana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams implement, debug, and refactor full-stack code changes reliably when working on story-based development.

Core Features & Use Cases

  • Story-driven development: Follow the guided workflow to execute story tasks, manage subtasks, and ensure completion criteria are met.
  • Quality gating: Run validations including CodeRabbit pre-commit review and standardized test workflows before marking work ready.
  • Resilient execution: Use recovery, checkpointing, and worktree isolation to resume or roll back failed builds.

Quick Start

Activate this agent with: *develop story-X.Y.Z (then run *run-tests when implementation is complete).

Frequently Asked Questions about aiox-dev

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

FAQPage Schema
How do I implement and debug full-stack story requirements with automated build recovery?

Full-stack story implementation and debugging is managed through structured task execution, subtask breakdown, and autonomous build loops. The workflow uses checkpointing and worktree isolation to roll back failed builds, ensuring resilient code refactoring and validation without manual intervention.

What is the best way to run deterministic QA checks and CodeRabbit reviews before committing code?

Deterministic QA checks and CodeRabbit reviews are executed as quality gating steps within the development workflow. You run standardized test workflows and pre-commit validations to verify code quality before marking work ready, ensuring all completion criteria are met for the story.

How do I isolate development tasks using worktree isolation for full-stack development?

Worktree isolation separates development tasks by creating distinct git worktrees for story implementation. This constrained git operation prevents branch conflicts during subtask execution and debugging, allowing you to safely run code quality checks without pushing changes to the main repository.

Can I use command-driven development flows to manage story subtasks without pushing to remote?

Command-driven development flows support managing story subtasks through guided execution commands without pushing. You activate the workflow to execute story tasks and run tests, relying on constrained git operations and recovery loops to validate code quality locally before finalizing.

When should I use automated build recovery and checkpointing during story implementation?

Automated build recovery and checkpointing should be used when resuming or rolling back failed builds during story implementation. This resilient execution mechanism is triggered by build failures during subtask execution, allowing the workflow to recover automatically and maintain progress on code refactoring tasks.