develop-story

Redirects the develop-story command to the aiox-develop-story skill workflow.

3.1k|952|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/SynkraAI/aios-core --skill develop-story
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop-story
Source: https://github.com/SynkraAI/aios-core/tree/main/.grok/skills/develop-story
Command: npx skills add https://github.com/SynkraAI/aios-core --skill develop-story

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a short, convenient alias so users can invoke the AIOX story development workflow with /develop-story instead of typing the full /aiox-develop-story command.

Core Features & Use Cases

  • Command Alias: Maps the short /develop-story invocation directly to the canonical aiox-develop-story skill.
  • Single Source of Truth: Delegates all logic to .grok/skills/aiox-develop-story/SKILL.md, preventing divergent duplicate workflows.
  • Self-Recovery Hint: Instructs regeneration via npm run sync:skills:grok if the target skill file is missing.
  • Use Case: A developer in the Grok CLI types /develop-story to start implementing a user story, and the alias transparently loads the full AIOX development workflow.

Quick Start

Run /develop-story in the Grok CLI to start the AIOX story development workflow.

Frequently Asked Questions about develop-story

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the develop-story command in Grok CLI?

Type /develop-story in the Grok CLI and it will load the full aiox-develop-story skill workflow. The alias simply forwards to the canonical skill, so all behavior matches /aiox-develop-story exactly.

What is the difference between develop-story and aiox-develop-story?

develop-story is only a short alias for aiox-develop-story. It contains no independent logic and instructs the agent to follow .grok/skills/aiox-develop-story/SKILL.md as the source of truth.

What happens if the aiox-develop-story skill file is missing?

The alias instructs you to regenerate it by running npm run sync:skills:grok. This command resynchronizes the Grok skills directory from the AIOX core framework.

Can I customize the develop-story workflow separately?

No, the alias explicitly forbids inventing a parallel workflow. Any customization must be made in the canonical aiox-develop-story skill so both invocations stay consistent.