slug: 1komma5 provider: 1KOMMA5° generated_by: planning/capability-mapping/scripts/classify_capabilities.py model: claude-opus-5 frame: - Automotive & Mobility min_confidence: 0.7 capability_model: source: https://github.com/vincentmakes/turbo-ea-capabilities license: CC-BY-4.0 attribution: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0 notice: NOTICE edge_count: 4 edges: - tag: Customers spec_file: 1komma5-customers-api-openapi.yml capability_id: BC-420.10 capability_id_l1: BC-420 capability_name: Customer Data Management confidence: 0.78 evidence: POST /api/v1/customers 'Create a customer'; GET /api/v1/customers/{id}/details; schemas CustomerResponseDto, UpdateCustomerRequestDto, SalesContactCustomerDto reason: Plain CRUD over customer records including customer details, sales contact and site data — customer master/record keeping. Could arguably sit under sales operations, hence not maximal confidence. - tag: Configs spec_file: 1komma5-configs-api-openapi.yml capability_id: BC-410.40 capability_id_l1: BC-410 capability_name: Quote & Configuration Management confidence: 0.75 evidence: POST /api/v1/configs/{id}/send-offer 'Send offer to GetAccept for a configuration'; schemas SendOfferRequestDto, OfferPdfDto, FinancingDto reason: Operations manage a sales configuration and dispatch the resulting offer (with financing and PDF artefacts) to an e-signature provider — configure/price/quote behaviour, i.e. CPQ. Some residual ambiguity between quote management and pricing. - tag: Admin - Users spec_file: 1komma5-admin-users-api-openapi.yml capability_id: BC-620.20 capability_id_l1: BC-620 capability_name: Identity & Access Management confidence: 0.7 evidence: POST /api/v1/admin/users Create a new team user; POST /api/v1/admin/users/{id}/resend-invitation Resend invitation email to a user; schemas AccessLevel, AdminUserDetailResponseDto reason: Administration of internal application user accounts — creation, update, invitation, branch access scope and access level. This is application user/access administration (IAM), not HR employee record management; the objects are logins with permissions, not employees. - tag: CRM spec_file: 1komma5-crm-api-openapi.yml capability_id: BC-410 capability_id_l1: BC-410 capability_name: Sales Management confidence: 0.7 evidence: PATCH /api/v1/crm/reject-offer/{crmOfferId} Reject an offer, this endpoint will be called by the CRM whenever an quote is rejected on their side; GET /api/v1/crm/deals/{dealId} Get deal by ID reason: Integration surface synchronising quote/offer rejection and deal retrieval with the CRM — clearly lead-to-order sales activity. Split between quote handling (BC-410.40) and deal/pipeline (BC-410.30), so only the L1 is asserted.