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.
Prompt file imported from jhleee/mini-code (.claude/commands/run-prd.md). Fill in {{arg1}} before use. Copyright stays with the author.
PRD 파일 {{arg1}}로 Coding Agent를 실행합니다.
실행 절차
PRD 파일 존재 확인
에이전트 실행
결과 요약
# PRD 파일 확인ls data/prds/{{arg1}} 2>/dev/null || ls data/prds/{{arg1}}.md 2>/dev/null# 에이전트 실행python main.py run data/prds/{{arg1}}
실행 후:
생성된 워크스페이스 경로 알려주기
생성된 파일 목록 보여주기
테스트 결과 요약하기
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
PRD 파일 `{{arg1}}`로 Coding Agent를 실행합니다.
## 실행 절차
1. PRD 파일 존재 확인
2. 에이전트 실행
3. 결과 요약
```bash
# PRD 파일 확인
ls data/prds/{{arg1}} 2>/dev/null || ls data/prds/{{arg1}}.md 2>/dev/null
# 에이전트 실행
python main.py run data/prds/{{arg1}}
```
실행 후:
- 생성된 워크스페이스 경로 알려주기
- 생성된 파일 목록 보여주기
- 테스트 결과 요약하기
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
jhleee-mini-code-run-prd-command.prompt.jsonjson
{
"prompt": "PRD 파일 `{{arg1}}`로 Coding Agent를 실행합니다.\n\n## 실행 절차\n\n1. PRD 파일 존재 확인\n2. 에이전트 실행\n3. 결과 요약\n\n```bash\n# PRD 파일 확인\nls data/prds/{{arg1}} 2>/dev/null || ls data/prds/{{arg1}}.md 2>/dev/null\n\n# 에이전트 실행\npython main.py run data/prds/{{arg1}}\n```\n\n실행 후:\n- 생성된 워크스페이스 경로 알려주기\n- 생성된 파일 목록 보여주기\n- 테스트 결과 요약하기",
"variables": [
"arg1"
],
"notes": "PRD 파일로 Coding Agent 실행 Tools: Bash, Read, Glob. Arguments: [prd-file].",
"metadata": {
"source": {
"provider": "github-claude-commands",
"repository": "https://github.com/jhleee/mini-code",
"path": ".claude/commands/run-prd.md",
"ref": "281cf48728ee905f2c4dff27dc325fbaba93547f",
"url": "https://github.com/jhleee/mini-code/blob/281cf48728ee905f2c4dff27dc325fbaba93547f/.claude/commands/run-prd.md",
"key": "jhleee/mini-code/.claude/commands/run-prd.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/jhleee-mini-code-run-prd-command/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.