원클릭으로
backend-runtime-governance
Use when changing backend route placement, service boundaries, runtime ownership, or backend docs/tests alignment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when changing backend route placement, service boundaries, runtime ownership, or backend docs/tests alignment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when changing One Voice capability authoring, Kai compatibility runtime contracts, generated action gateway contracts, typed-search and voice parity, persona/workspace gating, or BYOK-safe durable voice memory.
Use when reviewing an incoming pull request for north-star alignment, trust-boundary regressions, malicious or low-signal degradation, stale-vs-current CI interpretation, and true merge readiness beyond a green gate. Also owns PR train planning, merge queue cohorts, maintainer patch-then-merge, contributor harvest decisions, and backlog review waves.
Use when operating reviewer-account browser rehearsals that require BYOK unlock, memory-only decrypted information, and same-session client navigation.
Use when changing Hussh UI architecture, shared components, shell chrome, or styling rules inside the frontend owner family.
Use when drafting or polishing founder-facing architecture briefs, presentation-grade markdown/html/pdf artifacts, generic report PDFs, Drive/shareable artifacts, or paper-style technical specs that must stay grounded in repo truth.
Use when inspecting, summarizing, creating, triaging, or updating work on the Hussh Engineering Core GitHub board.
| name | backend-runtime-governance |
| description | Use when changing backend route placement, service boundaries, runtime ownership, or backend docs/tests alignment. |
backend-runtime-governancebackend-api-contracts and backend-agents-operons.spokebackendOwned repo surfaces:
consent-protocol/apiconsent-protocol/hushh_mcp/servicesconsent-protocol/hushh_mcp/integrationsconsent-protocol/tests/servicesNon-owned surfaces:
backendsecurity-auditrepo-operationsdocs/reference/architecture/architecture.mddocs/reference/architecture/api-contracts.mdconsent-protocol/docs/README.md.codex/skills/backend-runtime-governance/references/async-runtime-performance.mddocs/reference/architecture/schema-migration-discipline.mdsecurity-audit concerns when they become the primary boundary.uv as the canonical Python toolchain for contributor and CI flows; requirements*.txt are generated runtime artifacts, not the source of dependency truth../bin/hushh codex rca --surface runtime --text or --surface uat --text first so service fixes are anchored to the blocking runtime classification instead of log-chasing.run_in_threadpool/asyncio.to_thread offload and the layered caching strategy in references/async-runtime-performance.md. Never call the synchronous db/db_client.py client or a blocking SDK directly from an async def handler.backend.backend-api-contracts.backend-agents-operons.security-audit.cd consent-protocol && python3 -m pytest tests/services -q
./bin/hushh codex data-model-audit