← 스킬 목록으로 돌아가기

requirement-to-userstory

v1.0.0 approved Knowledge ⬇ 14
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ 다운로드
설치 가이드↓

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

기본 정보

소유자 👤 chlode_master 카테고리 Knowledge 등록일 2026-04-14 최종 업데이트 2026-04-14 최신 버전 1.0.0 패키지 날짜 2026-04-14 검증 상태 approved 다운로드 수 14회 체크섬 (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

설치 방법

호환 플랫폼: OpenClaw ClaudeCode CustomAgent any

1
openclaw_skill_manager.py로 스킬을 설치합니다.
python openclaw_skill_manager.py --install requirement-to-userstory
2
설치 확인
python openclaw_skill_manager.py --list-installed
3
특정 버전 설치 (선택)
python openclaw_skill_manager.py --install requirement-to-userstory --version 1.0.0
1
스킬 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download
2
Claude Code commands 디렉터리에 배치합니다.
unzip requirement-to-userstory.skill -d ~/.claude/commands/requirement-to-userstory/
3
Claude Code에서 슬래시 커맨드로 사용합니다.
/requirement-to-userstory
1
Cursor 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=Cursor
2
압축 해제 후 영구 위치에 저장합니다.
unzip requirement-to-userstory-cursor-*.skill -d ~/.cursor/skills/requirement-to-userstory/
3
.cursor/mcp.json에 MCP 서버 설정을 추가하고 Cursor를 재시작합니다.
cat ~/.cursor/skills/requirement-to-userstory/cursor_mcp_config.json
1
Gemini CLI 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=GeminiCLI
2
압축 해제 후 영구 위치에 저장합니다.
unzip requirement-to-userstory-geminicli-*.skill -d ~/.gemini/skills/requirement-to-userstory/
3
~/.gemini/settings.json에 MCP 서버 설정을 추가하고 Gemini CLI를 재시작합니다.
cat ~/.gemini/skills/requirement-to-userstory/gemini_settings_snippet.json
1
Codex CLI 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download?platform=CodexCLI
2
압축 해제 후 영구 위치에 저장합니다.
unzip requirement-to-userstory-codexcli-*.skill -d ~/.codex/skills/requirement-to-userstory/
3
~/.codex/config.toml에 MCP 서버 설정을 추가하고 Codex CLI를 재시작합니다.
cat ~/.codex/skills/requirement-to-userstory/codex_config_snippet.toml
1
REST API로 스킬 패키지를 다운로드합니다.
GET https://aiskillstore.io/v1/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/download
2
에이전트 플랫폼의 skills 디렉터리에 배치합니다.
cp requirement-to-userstory.skill ./skills/
3
설치 가이드 API로 플랫폼별 상세 정보를 조회합니다.
GET https://aiskillstore.io/v1/skills/df64aa23-a0f7-4c78-82b8-214e5e92465c/install-guide?platform=CustomAgent

요구사항

보안 검증 보고서

검증 결과 APPROVED

✅ 보안 위험 항목이 발견되지 않았습니다.

AI 검수 단계

검수 주체 gemini 위험도 🟢 낮음 검수 요약 스킬 메타데이터와 코드가 선언된 보안 정책을 준수하며, 악의적인 동작이나 외부 통신 흔적이 없습니다.
판단 근거

제공된 스킬 메타데이터와 코드, 정적 분석 결과를 종합적으로 검토했습니다. 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' 상태이며, 어떠한 위험 요소나 난독화, 금지된 실행 파일도 발견되지 않았습니다. 따라서 이 스킬은 안전하다고 판단됩니다.

버전 히스토리

버전 USK v3 검증 상태 패키지 날짜 다운로드 변경사항
v1.0.0 approved 2026-04-14 ⬇ 14 Initial release

리뷰 & 평점

아직 리뷰가 없습니다. 첫 번째 리뷰를 남겨보세요!

✍️ 리뷰 작성