Agent skill
miracle-analyzer
소원이의 12질문 응답을 분석하여 기적지수(50-100점)와 5대 지표 점수를 산출
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/miracle-analyzer
SKILL.md
Miracle Analyzer 스킬
🎯 역할
소원이가 작성한 소원폼 12질문 응답을 분석하여:
- 기적지수 (50-100점) 산출
- 5대 지표 점수 계산
- 맞춤형 분석 결과 생성
📊 5대 지표
| 지표 | 설명 | 배점 |
|---|---|---|
| 구체성 | 소원의 명확도 | 20점 |
| 진정성 | 진심의 깊이 | 20점 |
| 실현가능성 | 현실적 달성 가능성 | 20점 |
| 행동의지 | 실천 준비 정도 | 20점 |
| 긍정에너지 | 믿음과 희망 | 20점 |
📥 입력
{
"name": "소원이 이름",
"wish": "소원 내용",
"answers": ["Q1답변", "Q2답변", ...]
}
📤 출력
{
"miracleIndex": 78,
"indicators": {
"specificity": 16,
"authenticity": 18,
"feasibility": 14,
"willingness": 15,
"positivity": 15
},
"summary": "분석 요약 텍스트",
"recommendation": "맞춤 추천"
}
⚡ 속도 기준
- 목표: 10초
- 최대: 20초
🔗 연동
→ roadmap-generator (30일 로드맵) → wish-writer (7일 응원 메시지)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?