← Back to Skills

requirement-to-userstory

v1.0.0 approved Knowledge
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Convert business requirements to INVEST-compliant user stories with acceptance criteria. Validate stories, generate ticket-ready output for Jira/Linear, and split epics into manageable stories. No external packages required.

# user-story # requirements # invest # acceptance-criteria # agile # jira # scrum # product-management

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-14 Last Updated 2026-04-14 Latest Version 1.0.0 Packaged At 2026-04-14 Vetting Status approved Downloads 0 Checksum (SHA256) 5e5c7770810826396bc7293d0176a34704e52d3924f3915b72e1ae035b0dc4ac

⚡ AGENT INFO USK v3

Capabilities
user_story_creation invest_validation story_splitting agile_framework
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=OpenClaw GET /v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=ClaudeCode GET /v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=Cursor GET /v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=GeminiCLI GET /v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=CodexCLI GET /v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install requirement-to-userstory
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install requirement-to-userstory --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download
2
Place it in the Claude Code commands directory.
unzip requirement-to-userstory.skill -d ~/.claude/commands/requirement-to-userstory/
3
Use it as a slash command in Claude Code.
/requirement-to-userstory
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip requirement-to-userstory-cursor-*.skill -d ~/.cursor/skills/requirement-to-userstory/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/requirement-to-userstory/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip requirement-to-userstory-geminicli-*.skill -d ~/.gemini/skills/requirement-to-userstory/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/requirement-to-userstory/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip requirement-to-userstory-codexcli-*.skill -d ~/.codex/skills/requirement-to-userstory/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/requirement-to-userstory/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download
2
Place it in your agent platform's skills directory.
cp requirement-to-userstory.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 스킬 메타데이터와 코드가 선언된 보안 정책을 준수하며, 악의적인 동작이나 외부 통신 흔적이 없습니다.
Reasoning

제공된 스킬 메타데이터와 코드, 정적 분석 결과를 종합적으로 검토했습니다. 1. **선언된 permissions과 실제 코드 일치 여부:** 스킬 메타데이터에서 `network: false`, `filesystem: false`, `subprocess: false`로 선언되어 있으며, 코드 스니펫(`main.py`)에서는 `sys`, `json`, `re`와 같은 표준 라이브러리만 사용하고 있습니다. 외부 통신, 파일 시스템 접근, 서브프로세스 실행과 관련된 어떠한 코드도 발견되지 않았습니다. 이는 선언된 권한과 실제 코드가 완벽하게 일치함을 의미합니다. 2. **악의적 목적의 코드 여부:** 코드 스니펫은 사용자 스토리 변환, 검증, 분할 및 템플릿 생성이라는 스킬의 목적에 부합하는 로직으로 구성되어 있습니다. 난독화되거나 데이터 탈취, 시스템 파괴 등 악의적인 목적으로 사용될 수 있는 코드는 전혀 발견되지 않았습니다. 3. **선언되지 않은 외부 통신 여부:** 코드에서 `requests`, `urllib`, `socket` 등 외부 네트워크 통신을 시도하는 모듈이나 함수 호출은 발견되지 않았습니다. 4. **사용자 데이터 무단 수집/전송 여부:** 스킬은 `stdin_stdout` 패턴을 따르며, `sys.stdin`으로 입력을 받아 처리하고 `sys.stdout`으로 결과를 출력하는 구조입니다. 입력된 사용자 데이터를 외부에 저장하거나 전송하는 어떠한 메커니즘도 코드에서 확인되지 않았습니다. 5. **코드 품질 및 목적 일치 여부:** 코드는 명확하고 가독성이 높으며, 스킬의 설명과 일치하는 기능을 구현하고 있습니다. `requirements.packages: []`로 외부 패키지 사용이 없음을 명시했고, 실제 코드도 내장 모듈만 사용하고 있어 일관성이 유지됩니다. 정적 분석 결과 또한 'approved' 상태이며, 어떠한 위험 요소나 난독화, 금지된 실행 파일도 발견되지 않았습니다. 따라서 이 스킬은 안전하다고 판단됩니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-14 ⬇ 0 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review