User Stories Skill banner
felipereisdev felipereisdev

User Stories Skill

Development community

Description

🎯 Agent Skill for Claude Code, Codex, OpenCode... - Break down goals into implementable user stories with clear acceptance criteria

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

User Stories Skill 🎯

[![GitHub stars](https://img.shields.io/github/stars/felipereisdev/user-stories-skill?style=social)](https://github.com/felipereisdev/user-stories-skill) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Agent Skills](https://img.shields.io/badge/Agent%20Skills-compatible-purple)](https://agentskills.io) [![Claude Code](https://img.shields.io/badge/Claude%20Code-compatible-blue)](https://claude.ai) [![OpenCode](https://img.shields.io/badge/OpenCode-compatible-green)](https://opencode.ai)

An Agent Skill that analyzes codebases and breaks down goals into implementable user stories with clear acceptance criteria.

**Compatible with any LLM that supports the [Agent Skills Standard](https://agentskills.io)** - Claude Code, OpenCode, Cursor, and any other AI coding assistant that implements the skills protocol.

🌟 Features

  • Automatic Codebase Analysis - Understands your project architecture and patterns
  • Atomic User Stories - Breaks goals into 2-4 hour implementable chunks
  • Dependency Ordering - Stories ordered so earlier ones enable later ones
  • Clear Acceptance Criteria - Every story has verifiable completion criteria
  • Dynamic File Naming - Generates descriptive filenames based on your goal
  • Multiple Output Formats - Choose between JSON (default) or Gherkin (BDD)
  • Plan Mode Compatible - Works safely without making code changes
  • Universal Compatibility - Works with any LLM supporting Agent Skills

📦 Installation

Option 1: Direct Clone (Universal)

Works with any AI assistant:

git clone https://github.com/felipereisdev/user-stories-skill.git

Then configure your AI assistant to load skills from the cloned directory.

Option 2: Claude Code

# Clone into your global skills
mkdir -p ~/.claude/skills
ln -s "$(pwd)/user-stories" ~/.claude/skills/user-stories

Option 3: OpenCode/Codex

# Clone into