/develop-story
Implement a story (Ready → InProgress → ready for review). Runs the OSS develop task. Use when: develop story, *develop, /develop-story, implement ACs.
$ npx -y skills add SynkraAI/aiox-core --skill develop-story --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/develop-story
Context preview
The summary Claude sees to decide when to auto-load this skill.
Implement a story (Ready → InProgress → ready for review). Runs the OSS develop task. Use when: develop story, *develop, /develop-story, implement ACs.
SKILL.md
develop-story.SKILL.mdname: 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: devdevelop-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)
Read more
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: devdevelop-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)
🌐 README por idioma: EN | PT | ES | ZH Devolvendo às pessoas o poder de criar — Framework open source de orquestração de IA que devolve o controle a quem tem coragem de construir.
Repo: SynkraAI/aiox-core
Other skills on aiox-core.
- /aiox-master
Activate Orion (aiox-master) for AIOX Master Orchestrator & Framework Developer. Use when you need comprehensive expertise across all domains, framework component creation/modification, workflow orchestration, or running tasks that don't...
Open skill - /analyst
Activate Atlas (analyst) for Business Analyst. Use for market research, competitive analysis, user research, brainstorming session facilitation, structured ideation workshops, feasibility studies, industry trends analysis, project discov...
Open skill - /architect
Activate Aria (architect) for Architect. Use for system architecture (fullstack, backend, frontend, infrastructure), technology stack selection (technical evaluation), API design (REST/GraphQL/tRPC/WebSocket), security architecture, perf...
Open skill - /data-engineer
Activate Dara (data-engineer) for Database Architect & Operations Engineer. Use for database design, schema architecture, Supabase configuration, RLS policies, migrations, query optimization, data modeling, operations, and monitoring
Open skill - /dev
Activate Dex (dev) for Full Stack Developer. Use for code implementation, debugging, refactoring, and development best practices
Open skill - /devops
Activate Gage (devops) for GitHub Repository Manager & DevOps Specialist. Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized to push to remote repository.
Open skill

