evyasys-create-story

evyasys-create-story is a skill for Claude Code from Evyasys-Software-Solutions/EvyaGovernance. It costs 74 tokens per session (869 once invoked), scanned A, original, MIT.

A planning workflow that creates epics and user stories from requirements. User stories describe a requested change from a user or business viewpoint.

In plain words
What is it for?
Use it to identify or create epics, plan a batch of stories, estimate them, define acceptance criteria, and sync the results to a project-management tool.
Why use it?
It organizes requirements into an approved delivery plan before implementation begins and keeps the local records and project-management system aligned.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the evyasys plugin — 15 skills, 15 commands shipped together

Good fit Use it to identify or create epics, plan a batch of stories, estimate them, define acceptance criteria, and sync the results to a project-management tool.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evyasys-software-solutions/evyagovernance/evyasys-create-story
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Evyasys-Software-Solutions/EvyaGovernance --skill evyasys-create-story
Clone the repo
git clone --depth 1 https://github.com/Evyasys-Software-Solutions/EvyaGovernance

Made for: Claude Code.

Or install evyasys, the plugin that ships this one along with the rest of its 15 skills, 15 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for evyasys-create-story

README.md
[![agentmods](https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-create-story/github.svg)](https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-create-story)
Your own site
<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-create-story"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-create-story/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for evyasys-create-story

Your own site · 80×15
<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-create-story"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-create-story.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 869 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.00869
Opus 5 $0.00037 $0.00434
Sonnet 5 $0.00015 $0.00174
Haiku 4.5 $0.00007 $0.00087

Measured 12d ago against content hash 72069c9febc8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

evyasys-create-story scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (hooks.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/evyasys-create-story/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: evyasys-create-story

/evyasys:CreateStory is the full feature delivery kick-off — one command creates everything needed to start building.


What it does

  1. Captures intent — describe requirements inline (Path A) or provide a reference document (Path B).
  2. Resolves epics — scans existing epics, matches themes to them, proposes new epics for unmatched themes.
  3. Gate 1 — confirms new epics before creating them (skipped if all epics already exist).
  4. Plans all stories — proposes the complete story list across all epics, with IDs, SP estimates, and key ACs.
  5. Gate 2 — one approval for the full batch (user can remove, rename, or adjust SP).
  6. Drafts every story — full STORY_TEMPLATE.md fill, self-review per story, cross-story consistency check.
  7. Saves + syncs — local files first (always safe), then PM tool (ADO / JIRA / GitHub Projects), PM IDs back-written.
  8. Notification A — epics table: ID, Title, Status (New/Existing), PM ID.
  9. Notification B — stories table: ID, Title, Epic, SP, PM ID, sync status for every story (failures highlighted when they occur).

Two paths for requirements input

Path A — Describe here

The agent guides the user through structured clarifying questions one at a time.

Path B — Reference document

User provides a file path. The agent:

  1. Reads all provided files.
  2. Analyses from four perspectives: Business Analyst, Architect, Quality, Scope Decomposition (multi-epic scope only).
  3. Asks only the blocking questions — one at a time, with reason.
  4. Archives the doc + analysis + Q&A to .evyasys/board/referencedoc/{YYYY-MM-DD}/.
  5. Notifies user of the archive path.
  6. Drafts stories with a Reference Doc: metadata line pointing to the archive.

Gates

Gate Fires when What it confirms
Gate 1 ≥ 1 new epic proposed Epic IDs, titles, and goals before any file is created
Gate 2 Always Full story plan table — user can modify before drafting begins

Read the full file on GitHub · 78 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 78 lines · 74 tokens per session scan A 72069c9febc8

Subscribe to this mod's changes

evyasys-create-story is a skill published in the GitHub repository Evyasys-Software-Solutions/EvyaGovernance (7 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 869 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

product-manager-toolkit

Use when the user needs product management workflows such as RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, go-to-market strategy, feature prioritization, research synthesis, or requirements documentation.

majiayu000/spellbook · 47 tokens

weekly

A weekly-report workflow that combines Git history with records from Claude Code and Codex sessions. It turns work from a selected date range into a report for two related software repositories.

majiayu000/spellbook · 41 tokens

task-graph

Execute an approved multi-task plan as a verified DAG with @taskgraph — parallel squad workers per task, validation gates the engine runs itself, and an independent reviewer verdict before any task counts as done. Use for deliveries of 5+ tasks with real independence between them; for smaller work dispatch workers…

diillson/chatcli · 69 tokens

linear

Manage Linear issues from the terminal via the official GraphQL API and the user's API key — list/search issues, create issues, update status/assignee, add comments. Use when asked to "create a Linear issue", "what's assigned to me in Linear", "move this issue to done", "comment on LIN-123".

diillson/chatcli · 69 tokens

lov-rename-project

A project-renaming workflow that updates a product or repository name across source files, configuration, and documentation. It produces a reviewable plan and preserves compatibility-sensitive names and references where needed.

lovstudio/skills · 45 tokens

lov-repo2docs

Turn any folder of source material — a code repository, a pile of articles, a mixed knowledge dump with images — into a professional, polished Fumadocs (Next.js) documentation website, then deploy it to https://{product-id}.example.com/docs. Works by reading the folder one unit at a time and incrementally growing and…

lovstudio/skills · 186 tokens