소스 정보
- 저장소
- majiayu000/claude-skill-registry
- 최근 소스 활동
- 2026년 6월 23일 12:15
- 감지된 SKILL.md 언어
- 영어
- 스타
- 543
- 포크
- 85
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/majiayu000/claude-skill-registry --skill roi-report명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | roi-report |
| description | View ROI dashboard showing time saved across sessions |
| model | haiku |
| tools | ["Read","Glob"] |
Generate a report showing time savings from using the Product Org OS.
SCOPE: All time savings represent PRODUCT MANAGEMENT WORK (strategy, decisions, requirements, GTM, analysis, documentation), NOT software development or coding effort.
/roi-report - Show full dashboard/roi-report session - Show current session only/roi-report [period] - Show specific period (30d, 90d, month, quarter)Read relevant files to compile ROI data:
Session log: context/roi/session-log.md
History: context/roi/history/*.md
Baselines: reference/roi-baselines.md
Per-Session Metrics:
Period Metrics (30/90 day):
ROI Multiple:
ROI Multiple = Time Saved / Time Using Plugin
Assume average interaction takes 2-3 minutes of user time.
# Product Org OS - ROI Dashboard
**Report Generated**: [date]
**Period**: [session | 30 days | 90 days | all time]
---
## Summary
| Metric | Value |
|--------|-------|
| Total Interactions | [N] |
| Total Time Saved | ~[X] hours |
| ROI Multiple | [Y]x |
---
## This Session
| Skill/Agent | Count | Time Saved |
|-------------|-------|------------|
| /prd | 2 | ~8 hours |
| @pm | 3 | ~4 hours |
| /decision-record | 1 | ~1.5 hours |
**Session Total**: ~13.5 hours saved
---
## Top Skills by Time Saved (Period)
| Rank | Skill | Uses | Total Time Saved |
|------|-------|------|------------------|
| 1 | /prd | 12 | ~48 hours |
| 2 | /strategic-bet | 8 | ~24 hours |
| 3 | @plt | 5 | ~20 hours |
| 4 | /gtm-strategy | 6 | ~18 hours |
| 5 | /business-case | 4 | ~12 hours |
---
## Top Skills by Frequency (Period)
| Rank | Skill | Uses | Avg Time/Use |
|------|-------|------|--------------|
| 1 | /user-story | 45 | ~25 min |
| 2 | /decision-record | 28 | ~60 min |
| 3 | /context-recall | 24 | ~10 min |
| 4 | @pm | 18 | ~90 min |
| 5 | /feature-spec | 15 | ~75 min |
---
## Monthly Trend
| Month | Interactions | Time Saved | ROI Multiple |
|-------|-------------|------------|--------------|
| Jan 2026 | 156 | ~78 hours | 15x |
| Dec 2025 | 142 | ~71 hours | 14x |
| Nov 2025 | 98 | ~49 hours | 12x |
---
## Category Breakdown
| Category | % of Usage | Time Saved |
|----------|-----------|------------|
| Requirements | 35% | ~40 hours |
| Strategy | 25% | ~35 hours |
| Context/Memory | 20% | ~15 hours |
| GTM/Marketing | 12% | ~18 hours |
| Decisions | 8% | ~12 hours |
---
*Time estimates based on manual product management work. See reference/roi-baselines.md for methodology.*
If no data exists yet:
# Product Org OS - ROI Dashboard
**No usage data recorded yet.**
Start using skills and agents to begin tracking your ROI:
- `/prd [topic]` - Create a PRD (~4 hours saved vs. manual writing + stakeholder reviews)
- `/decision-record [topic]` - Document a decision (~1 hour saved vs. manual documentation + alignment)
- `@pm [question]` - Get PM perspective (~1-2 hours saved vs. manual analysis + research)
Each completed skill/agent interaction is automatically logged with its time-savings estimate.
Note: All time savings represent PRODUCT WORK (research, analysis, documentation, stakeholder alignment), not development effort.
The session log (context/roi/session-log.md) should follow this format:
# Session ROI Log
## Current Session: [YYYY-MM-DD]
| Time | Skill/Agent | Topic | Complexity | Time Saved |
|------|-------------|-------|------------|------------|
| 09:15 | /prd | Authentication | Standard | 240 min |
| 10:30 | @pm | PRD review | Simple | 60 min |
| 11:45 | /decision-record | API versioning | Standard | 75 min |
**Session Total**: 375 min (~6.25 hours)
Monthly history files (context/roi/history/YYYY-MM.md):
# ROI History: [Month Year]
## Summary
- Total Interactions: [N]
- Total Time Saved: [X] hours
- Top Skill: [skill] ([count] uses)
## Daily Breakdown
### [Date]
| Skill/Agent | Count | Time Saved |
|-------------|-------|------------|
| ... | ... | ... |
**Day Total**: [X] hours
When logging interactions, complexity affects time saved:
| Complexity | Factor | Signals |
|---|---|---|
| Simple | 0.5× | Quick question, single topic, no research needed |
| Standard | 1.0× | Typical usage, moderate scope |
| Complex | 1.5× | Multi-part, requires research, significant scope |
| Enterprise | 2.0× | Large scale, multiple stakeholders, strategic |
roi_display settingroi_display: none disables per-interaction displayroi_display: minimal shows only the time saved line