Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
prd-to-test - Skill - OpenSmartRoute
Skillv1.0.0
prd-to-test
PRD(요구사항)를 분석하여 테스트 케이스를 도출합니다. TDD의 시작점으로, 구현 전에 테스트 시나리오를 정의합니다. Inside-Out TDD 접근법 적용.
Imported from majiayu000/claude-skill-registry-data (data/prd-to-test/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry-data --skill prd-to-test. Copyright stays with the author.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "majiayu000-claude-skill-registry-data-prd-to-test",
"kind": "skill",
"name": "prd-to-test",
"description": "PRD(요구사항)를 분석하여 테스트 케이스를 도출합니다. TDD의 시작점으로, 구현 전에 테스트 시나리오를 정의합니다. Inside-Out TDD 접근법 적용.",
"publisher": "majiayu000",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"PRD(요구사항)를 분석하여 테스트 케이스를 도출합니다. TDD의 시작점으로, 구현 전에 테스트 시나리오를 정의합니다. Inside-Out TDD 접근법 적용."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/majiayu000/claude-skill-registry-data",
"path": "data/prd-to-test/SKILL.md",
"ref": "f863c11651055f498e1466492dc2a0d95721d2d5",
"url": "https://github.com/majiayu000/claude-skill-registry-data/blob/f863c11651055f498e1466492dc2a0d95721d2d5/data/prd-to-test/SKILL.md",
"key": "majiayu000/claude-skill-registry-data/data/prd-to-test/SKILL.md"
}
},
"instructions": "# PRD → 테스트 케이스 도출\n\n## 목적\n\n- 요구사항을 테스트 가능한 단위로 분해\n- Inside-Out TDD의 시작점 제공\n- 테스트 범위 사전 정의\n- 구현 전 검증 기준 명확화\n\n## 사용 시점\n\n- 새로운 기능 개발 시작 전\n- PRD/기획서를 받았을 때\n- 유스케이스를 테스트로 변환할 때\n\n## 핵심 규칙\n\n### 테스트 케이스 도출 순서\n1. 핵심 비즈니스 로직 (Domain)\n2. 유스케이스 흐름 (Service)\n3. API 인터페이스 (Controller)\n4. 영속성 (Adapter)\n\n### 테스트 유형별 분류\n| 계층 | 테스트 유형 | 예시 |\n|------|------------|------|\n| Core | Domain 테스트 | 도메인 규칙 검증 |\n| Core | Command/Query 테스트 | 입력 유효성 검증 |\n| Core | Service 테스트 | 유스케이스 흐름 검증 |\n| Infra | Adapter 테스트 | 영속성 검증 |\n| Presentation | 인수 테스트 | API 응답 검증 |\n| Presentation | 문서 테스트 | API 명세 검증 |\n\n## 상세 지침\n\n**[필수] 아래 참조 ",
"cost": {
"context_tokens": 168
}
}
Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-data-prd-to-test/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.