What problem does it solve?
It automates the disciplined implementation of a user story in the AIOX framework, moving it from Ready to InProgress to ready-for-review while enforcing branch rules, quality gates, and strict story-editing boundaries.
Core Features & Use Cases
- Task-driven execution: Loads and runs the develop task at
.aiox-core/development/tasks/dev-develop-story.md as the single source of truth.
- Branch and commit guardrails: Blocks commits on main/master, enforces feature branches, and forbids push, force-push, and --no-verify.
- Quality gates: Requires lint, typecheck, and tests to pass before marking tasks complete.
- Use Case: A developer activates the skill with a story path and interactive mode, and the agent implements the acceptance criteria, updates checkboxes and the File List, and sets the story status to ready-for-review.
Quick Start
Run the develop-story skill with the path to your story file, for example asking the agent to develop the story at docs/stories/1.2.login.md in interactive mode.