mh-cto-sdlc-create-story

Generate story files from sprint status with YAML parsing and markdown formatting.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Imad-Oute/MicroHard --skill mh-cto-sdlc-create-story
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mh-cto-sdlc-create-story
Source: https://github.com/Imad-Oute/MicroHard/tree/main/src/departments/cto/sdlc/phase-6-implementation/mh-cto-sdlc-create-story
Command: npx skills add https://github.com/Imad-Oute/MicroHard --skill mh-cto-sdlc-create-story

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, markdown, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating a comprehensive story file from sprint status, ensuring all necessary information is present for developers to implement the story.

Core Features & Use Cases

  • Automated Story Generation: Automatically generates story files based on sprint status.
  • Enforces Story Standards: Ensures stories follow best practices such as no file paths, vertical slices, and TDD readiness.
  • Use Case: Ideal for teams using Agile methodologies to streamline the story creation process, reducing manual effort and potential errors.

Quick Start

Run the command 'create story' to generate a story file from the current sprint status.

Frequently Asked Questions about mh-cto-sdlc-create-story

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

FAQPage Schema
How do I automate user story creation from sprint status for Agile development?

Automate user story creation by parsing YAML sprint status files to generate detailed markdown story files, extracting acceptance criteria and enforcing development best practices like vertical slices and TDD readiness.

What is the best way to generate Agile user stories that follow development best practices?

Generating Agile user stories through automated sprint status parsing ensures compliance with best practices by enforcing rules such as excluding file paths, maintaining vertical slices, and verifying TDD readiness in the output markdown.

How does automated story generation work with YAML sprint files?

Automated story generation works by parsing YAML sprint files to extract sprint status and acceptance criteria, then formatting this extracted information into a comprehensive markdown file ready for development.

Do I need YAML and markdown to create stories from sprint status?

Yes, you need YAML and markdown to create stories from sprint status, as the process requires parsing YAML files for sprint data and formatting the extracted acceptance criteria into markdown story files.

Can I enforce TDD readiness and vertical slices when generating story files?

Yes, you can enforce TDD readiness and vertical slices during story generation, as the automated process ensures all generated story files comply with these specific development standards before outputting the markdown.