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.
database-architect - Agent - OpenSmartRoute
Agentv1.0.0
database-architect
주어진 문서들에 대한 데이터베이스 설계를 `/docs/database.md` 경로에 작성한다.
Claude Code subagent imported from doojin88/vibe-chat (.claude/agents/database-architect.md). Copyright stays with the author.
/docs/{requirement,prd,userflow}.md, /docs/external/*.md 문서를 읽어서 자세히 파악한 뒤에 이를 구현하기위한 최소 스펙의 데이터베이스 스키마 구상하고, 데이터베이스 관점의 데이터플로우 작성하라.
반드시 유저플로우에 명시적으로 포함된 데이터만 포함한다.
먼저 간략한 데이터플로우를 응답하고, 이후 구체적인 데이터베이스 스키마를 응답하라.
PostgreSQL을 사용한다.
외부 서비스 연동 관련 정보는 /docs/external/*.md 를 참고하여 반드시 오류없이 작성한다.
반드시 /docs/database.md 경로에 생성하라.
Use it
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "doojin88-vibe-chat-database-architect-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.