소스 정보
- 저장소
- K9i-0/expo_demo_sample
- 최근 소스 활동
- 2026년 1월 12일 03:50
- 감지된 SKILL.md 언어
- 일본어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/K9i-0/expo_demo_sample --skill requirements-gathering명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | requirements-gathering |
| description | AskUserQuestion を使用した体系的な要件収集。開発開始時にアプリ仕様を明確化。 |
AskUserQuestion を使用して開発前に要件を体系的に収集。
/start-development コマンド実行時Question 1: App Purpose
header: "目的"
options:
- Productivity / Task management
- E-commerce / Shopping
- Social / Communication
- Entertainment / Media
Question 2: Target Users
header: "ユーザー"
options:
- General consumers (B2C)
- Business users (B2B)
- Internal company use
- Specific community / group
Question 3: Platform
header: "プラットフォーム"
options:
- iOS only
- Android only
- Both iOS and Android
- iOS, Android, and Web
Question 4: Core Features (multiSelect: true)
header: "コア機能"
options:
- User authentication
- Data listing and detail views
- Create / Edit / Delete operations
- Search and filtering
Question 5: MVP Scope
header: "MVP範囲"
options:
- Core functionality working end-to-end
- Beautiful UI/UX design
- Performance and speed
- Comprehensive feature set
Question 6: Data Storage
header: "データ保存"
options:
- Local only (AsyncStorage)
- Cloud / Server (Firebase, Supabase, etc.)
- Hybrid (local + cloud sync)
- No persistent storage needed
Question 7: Screen Count
header: "画面数"
options:
- 1-3 screens (simple app)
- 4-6 screens (medium complexity)
- 7-10 screens (complex app)
- 10+ screens (large app)
Question 8: Navigation Pattern
header: "ナビゲーション"
options:
- Bottom tab navigation
- Drawer / Side menu
- Stack navigation only
- Mixed (tabs + stack)
Question 9: External APIs
header: "外部API"
options:
- No external APIs
- REST APIs
- GraphQL
- Third-party services (maps, payment, etc.)
Question 10: Authentication
header: "認証"
options:
- No authentication needed
- Email / Password
- Social login (Google, Apple, etc.)
- Phone number / OTP
Question 11: State Management
header: "状態管理"
options:
- Zustand (recommended for this template)
- Redux Toolkit
- Context API only
要件サマリーを表示し、ユーザーに確認を求める。
# Project Requirements
## Overview
- **App Name**: [To be determined]
- **Purpose**: [From Question 1]
- **Target Users**: [From Question 2]
- **Platforms**: [From Question 3]
## Features
### Core Features
[From Question 4]
### MVP Scope
[From Question 5]
## Data & Storage
- **Storage Method**: [From Question 6]
- **Offline Support**: [...]
## Screens & Navigation
- **Expected Screens**: [From Question 7]
- **Navigation Pattern**: [From Question 8]
## Technical Requirements
### Authentication
[From Question 10]
### External Integrations
[From Question 9]
### State Management
[From Question 11]
## Next Steps
1. Review and approve this requirements document
2. Enter Plan Mode to design implementation
3. Begin feature-by-feature development
---
Generated on: [Date]