CtrlK
BlogDocsLog inGet started
Tessl Logo

aiox-develop-story

Implement a story (Ready → InProgress → ready for review). Runs the OSS develop task. Use when: develop story, *develop, /develop-story, implement ACs.

70

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

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

  1. Load and execute the develop task end-to-end.
  2. Adopt story Executor persona (fallback @dev).
  3. Branch guard: do not commit on main/master; use feat/{story-id}-* (or current feature branch).
  4. REUSE > ADAPT > CREATE; absolute imports; Quality First gates.
  5. Per task: implement → tests → mark [x] only when gates pass → update File List.
  6. Allowed story edits only: checkboxes, File List, Dev Agent Record, Change Log, Status to InProgress / ready-for-review.
  7. Forbidden story edits: title, description, AC, scope (PO-owned).
  8. Local commits only. Push → @devops.

Quality gates before done

npm run lint
npm run typecheck
npm test

Post-phase verification

  • Tasks/subtasks checked as complete
  • File List matches work
  • Tests/gates noted (or run green)
  • Status not Done (review/close owns Done path)

Forbidden

  • git push, force-push, --no-verify
  • Setting Status: Done
  • Product harvest trees or product-only local canon (see ARCH-A denylist)
Repository
SynkraAI/aiox-core
Last updated
First committed

Also appears in

SynkraAI/aiox-core
In sync

since Jul 27, 2026

Renamed to: develop-story

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.