| name | develop-story |
| description | Implement a story (Ready → InProgress → ready for review). Runs the OSS develop task. Use when: develop story, *develop, /develop-story, implement ACs.
|
| user-invocable | true |
| argument-hint | {story-path} [yolo|interactive|preflight] |
| agent | dev |
develop-story
Lean SDC skill. Task is source of truth.
Task SOT
.aiox-core/development/tasks/dev-develop-story.md
Input
$ARGUMENTS[0] — story path
$ARGUMENTS[1] — yolo | interactive | preflight (default interactive)
Protocol
- Load and execute the develop task end-to-end.
- Adopt story Executor persona (fallback
@dev).
- Branch guard: do not commit on
main/master; use feat/{story-id}-* (or current feature branch).
- REUSE > ADAPT > CREATE; absolute imports; Quality First gates.
- Per task: implement → tests → mark
[x] only when gates pass → update File List.
- Allowed story edits only: checkboxes, File List, Dev Agent Record, Change Log, Status to InProgress / ready-for-review.
- Forbidden story edits: title, description, AC, scope (PO-owned).
- Local commits only. Push →
@devops.
Quality gates before done
npm run lint
npm run typecheck
npm test
Post-phase verification
Forbidden
git push, force-push, --no-verify
- Setting
Status: Done
- Product harvest trees or product-only local canon (see ARCH-A denylist)