User Stories Skill
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 🎯
[](https://github.com/felipereisdev/user-stories-skill) [](https://opensource.org/licenses/MIT) [](https://agentskills.io) [](https://claude.ai) [](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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11