/validate-story-draft
Validate a story draft (Draft → Ready on GO). Runs the OSS PO validation task. Use when: validate story, *validate-story-draft, /validate-story-draft, story readiness.
$ npx -y skills add SynkraAI/aiox-core --skill validate-story-draft --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
/validate-story-draft
Context preview
The summary Claude sees to decide when to auto-load this skill.
Validate a story draft (Draft → Ready on GO). Runs the OSS PO validation task. Use when: validate story, *validate-story-draft, /validate-story-draft, story readiness.
SKILL.md
validate-story-draft.SKILL.mdname: validate-story-draft
description: >
Validate a story draft (Draft → Ready on GO). Runs the OSS PO validation task.
Use when: validate story, *validate-story-draft, /validate-story-draft, story readiness.
user-invocable: true
argument-hint: "{story-path} [yolo|interactive]"
agent: povalidate-story-draft
Lean SDC skill. **Task is source of truth** — do not invent a parallel checklist.
Task SOT
Load and execute:
`.aiox-core/development/tasks/validate-next-story.md`
Fallback if project uses the dev-side validator:
`.aiox-core/development/tasks/dev-validate-next-story.md`
Input
- `$ARGUMENTS[0]` — story path (required; ask if missing)
- `$ARGUMENTS[1]` — `yolo` | `interactive` (default `interactive`)
Protocol
1. Read the task file fully; follow its pre-conditions, instructions, and exit criteria. 2. Adopt **@po** persona (or the story's quality-gate agent if specified and ≠ executor). 3. Run validation against the story template / 10-point (or task-defined) checklist. 4. Auto-fix only mechanical gaps the task allows; do not invent AC/scope. 5. On **GO** (including conditional GO after fixes): set story **Status → Ready**, append Change Log. 6. On **NO-GO**: leave Draft; list required fixes.
Post-phase verification
Must be true on disk before handing off:
- [ ] Story file updated (Ready on GO, or Draft + remediation on NO-GO)
- [ ] Change Log entry present
- [ ] No `Status: Done` written by this skill
Forbidden
- Setting `Status: Done`
- Product harvest trees or product-only local canon (see ARCH-A denylist)
- `git push` / PR (delegate `@devops`)
Modes
| Mode | Behavior | |------|----------| | `interactive` | Confirm on ambiguity | | `yolo` | Autonomous; log decisions in chat |
Read more
name: validate-story-draft
description: >
Validate a story draft (Draft → Ready on GO). Runs the OSS PO validation task.
Use when: validate story, *validate-story-draft, /validate-story-draft, story readiness.
user-invocable: true
argument-hint: "{story-path} [yolo|interactive]"
agent: povalidate-story-draft
Lean SDC skill. **Task is source of truth** — do not invent a parallel checklist.
Task SOT
Load and execute:
`.aiox-core/development/tasks/validate-next-story.md`
Fallback if project uses the dev-side validator:
`.aiox-core/development/tasks/dev-validate-next-story.md`
Input
- `$ARGUMENTS[0]` — story path (required; ask if missing)
- `$ARGUMENTS[1]` — `yolo` | `interactive` (default `interactive`)
Protocol
1. Read the task file fully; follow its pre-conditions, instructions, and exit criteria. 2. Adopt **@po** persona (or the story's quality-gate agent if specified and ≠ executor). 3. Run validation against the story template / 10-point (or task-defined) checklist. 4. Auto-fix only mechanical gaps the task allows; do not invent AC/scope. 5. On **GO** (including conditional GO after fixes): set story **Status → Ready**, append Change Log. 6. On **NO-GO**: leave Draft; list required fixes.
Post-phase verification
Must be true on disk before handing off:
- [ ] Story file updated (Ready on GO, or Draft + remediation on NO-GO)
- [ ] Change Log entry present
- [ ] No `Status: Done` written by this skill
Forbidden
- Setting `Status: Done`
- Product harvest trees or product-only local canon (see ARCH-A denylist)
- `git push` / PR (delegate `@devops`)
Modes
| Mode | Behavior | |------|----------| | `interactive` | Confirm on ambiguity | | `yolo` | Autonomous; log decisions in chat |
🌐 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

