56 lines
2.2 KiB
YAML
56 lines
2.2 KiB
YAML
org-os-packs:
|
|
version: 1
|
|
purpose: >
|
|
사람이 관리하는 capability family의 도메인 소유권과 실행 plane을 정의한다.
|
|
family는 실행 actor가 아니라 role planner의 후보 집합이며, concrete role만 실행된다.
|
|
source-contracts:
|
|
roles: org-os/00-role-registry/roles.yaml
|
|
role-profiles: org-os/00-role-registry/role-profiles.yaml
|
|
families: org-os/00-role-registry/capability-families.yaml
|
|
methods: org-os/00-role-registry/role-working-methods/index.yaml
|
|
artifacts: org-os/06-agent-work/generated/artifact-registry.yaml
|
|
planes:
|
|
control:
|
|
responsibility: workflow, planning, artifact/event truth, evidence, budget, tool enforcement
|
|
decision:
|
|
responsibility: direction, authority, resource allocation, one-way-door decisions
|
|
design:
|
|
responsibility: product design and technical architecture
|
|
delivery:
|
|
responsibility: implementation, platform, data, operations, GTM execution
|
|
assurance:
|
|
responsibility: independent quality, security, reliability, legal and release review
|
|
packs:
|
|
control:
|
|
plane: control
|
|
family-ids: [FAM-ORCH]
|
|
executive:
|
|
plane: decision
|
|
family-ids: [FAM-CEO, FAM-CTO, FAM-CPO, FAM-CFO, FAM-COO, FAM-CPTO, FAM-VPENG, FAM-STRATEGY]
|
|
product-design:
|
|
plane: design
|
|
family-ids: [FAM-PRODUCT-MGMT, FAM-UX-RESEARCH, FAM-DESIGN]
|
|
architecture:
|
|
plane: design
|
|
family-ids: [FAM-ARCHITECTURE-TECH, FAM-ARCHITECTURE-BIZ]
|
|
engineering:
|
|
plane: delivery
|
|
family-ids: [FAM-ENG-FRONTEND, FAM-ENG-BACKEND, FAM-ENG-SPECIAL]
|
|
platform-data:
|
|
plane: delivery
|
|
family-ids: [FAM-PLATFORM-INFRA, FAM-DATA]
|
|
assurance:
|
|
plane: assurance
|
|
family-ids: [FAM-QA, FAM-SECURITY, FAM-LEGAL]
|
|
gtm-operations:
|
|
plane: delivery
|
|
family-ids: [FAM-OPS-DELIVERY, FAM-GTM-GROWTH, FAM-GTM-SALES, FAM-REVOPS]
|
|
consulting:
|
|
plane: assurance
|
|
family-ids: [FAM-CONSULTING, FAM-DOC-CONSULT]
|
|
invariants:
|
|
- every family belongs to exactly one pack
|
|
- family ids are metadata and never executable agent identities
|
|
- generated registries are compiler output and must not be edited manually
|
|
- producer and independent reviewer must be different concrete roles
|