Llmops-demo-ts write-requirements

Write user stories, acceptance criteria, and technical requirements for a feature or change. Use when defining what needs to be built.

install
source · Clone the upstream repo
git clone https://github.com/yu-iskw/llmops-demo-ts
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/yu-iskw/llmops-demo-ts "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/write-requirements" ~/.claude/skills/yu-iskw-llmops-demo-ts-write-requirements && rm -rf "$T"
manifest: .claude/skills/write-requirements/SKILL.md
source content

Write Requirements

Write detailed requirements for the following feature:

$ARGUMENTS

Requirements Format

For each requirement, produce:

User Story

As a [user type],
I want to [action],
So that [benefit].

Acceptance Criteria

  • Given [context], when [action], then [result] (Include happy path, error cases, and edge cases)

Technical Requirements

  • Data model changes needed
  • API endpoints affected
  • UI components affected
  • Non-functional requirements (performance, security, accessibility)

Out of Scope

  • What is explicitly NOT included in this feature

Context

This is for the llmops-demo-ts project — a chat-based AI agent application. Consider all layers: frontend (Vue.js), backend (Express), agents (LangGraph), and common (shared types).