Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.45 KB

File metadata and controls

50 lines (33 loc) · 1.45 KB

Story Development Cycle Workflow

EN | PT | ES


Full documentation available in: Portuguese Version


Summary

The Story Development Cycle Workflow is the core development process in AIOX. It orchestrates the complete lifecycle of implementing a user story:

  • Story breakdown and task creation
  • Test-first development approach
  • Iterative implementation
  • Code review and quality gates
  • Documentation updates

When to Use

  • For every story implementation in AIOX
  • Called by greenfield and brownfield workflows
  • After spec-pipeline approval

Key Agents

  • @po - Story management
  • @dev - Implementation
  • @qa - Quality assurance
  • @devops - Deployment

Main Phases

  1. Preparation - Story review and task breakdown
  2. Development - Test-first implementation cycle
  3. Quality - Code review and testing
  4. Integration - Merge and deployment preparation
  5. Closure - Story completion and documentation

Execution Modes

  • YOLO - Fully autonomous execution
  • Interactive - Human checkpoints at key decisions
  • Pre-Flight - Planning only, no execution

For complete details, diagrams, and step-by-step instructions, see the Portuguese documentation.