AI Agent Commercial Operations
Operating contract
Inputs
| Input |
Required |
Purpose |
| Domain evidence |
yes |
offer catalogue, pricing metric, usage ledger, contract terms, refund policy, and accounting jurisdiction |
Outputs
- Produce: priced offer, billing rules, refund decision matrix, revenue-treatment handoff, and commercial control register.
Capability and permission boundaries
Default to read-only analysis. Read only scoped records; redact secrets and regulated data. Writes, execution, network calls, production configuration, customer communication, billing changes, and delegation require explicit authority and an identified owner. Never widen tenant, time-window, or system scope implicitly.
Degraded mode
When required telemetry, evidence, execution, network access, or write authority is unavailable, return a partial result with each unassessed item labelled, preserve the safest existing state, and state the evidence or approval needed to continue. Never convert missing evidence into a pass.
Decision rules
| Condition |
Action |
| Scope, owner, or threshold is missing |
Stop the affected decision and request it |
| Evidence is incomplete but read-only analysis is safe |
Produce a qualified partial result and gap list |
| A mutation exceeds authority or tenant boundary |
Block it and route for approval |
| Evidence meets the stated threshold |
Issue the output with provenance and owner |
Anti-Patterns
- Treating absent evidence as success. Fix: mark the check unassessed and name the missing source.
- Expanding one tenant or workflow to all tenants. Fix: enforce supplied scope at every query and action.
- Performing a production write during analysis. Fix: emit a reviewed change plan until authority is explicit.
- Reporting a metric without population, window, or source. Fix: attach all three.
- Hiding a failed threshold inside an average. Fix: report failure slices and the remediation owner.
Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178.
Use When
- Design agent pricing, attempted-vs-completed billing, refunds, and revenue recognition policy.
- Connect commercial terms to task evidence, completion status, usage records, and customer promises.
- Define fair billing boundaries for abandoned, failed, partial, or human-approved agent tasks.
Do Not Use When
- The work is not AI-specific or agentic-AI-specific.
- A narrower retained AI parent skill fits the request better.
Required Inputs
- Product, tenant, user, data, risk, and operational context relevant to the AI workflow.
- Target artifact: design, implementation plan, audit, test strategy, UX flow, commercial policy, or runbook.
- Constraints from security, privacy, reliability, billing, support, and compliance stakeholders when relevant.
Workflow
- Read this SKILL.md first.
- Load references/routing.md to select the absorbed child reference that matches the task.
- Load only the selected child reference files needed for the current request.
- Produce execution-oriented output with assumptions, risks, evidence, and next actions where relevant.
Quality Standards
- Keep routing explicit: name which reference files were used when the work depends on absorbed material.
- Preserve tenant isolation, auditability, cost controls, safety gates, and operational evidence when they matter.
- Prefer concrete contracts, checklists, tables, schemas, runbooks, and decision records over broad summaries.
Anti-Patterns
- Loading every absorbed reference by default.
- Treating AI-specific billing, compliance, safety, or UX concerns as generic SaaS work without checking AI failure modes.
- Hiding retired skill names; old slugs must remain discoverable through references/routing.md.
Outputs
- A concrete deliverable matched to the request: architecture, implementation plan, audit, policy, runbook, UX flow, test strategy, or operating model.
- The selected consolidated reference files and any assumptions, risks, evidence requirements, or follow-up actions that affect execution.
References
- references/routing.md maps retired child skill slugs to their consolidated reference folders.
Consolidated Child References
- Load references/routing.md to map retired AI child skill slugs to their reference modules.
1---2name: ai-agent-commercial-operations3description: Use when pricing, billing, refunding, recognizing revenue, or packaging commercial terms for agentic AI services and outcomes.4---56# AI Agent Commercial Operations78## Operating contract910## Inputs1112| Input | Required | Purpose |13|---|---|---|14| Domain evidence | yes | offer catalogue, pricing metric, usage ledger, contract terms, refund policy, and accounting jurisdiction |1516## Outputs1718- Produce: priced offer, billing rules, refund decision matrix, revenue-treatment handoff, and commercial control register.1920## Capability and permission boundaries2122Default to read-only analysis. Read only scoped records; redact secrets and regulated data. Writes, execution, network calls, production configuration, customer communication, billing changes, and delegation require explicit authority and an identified owner. Never widen tenant, time-window, or system scope implicitly.2324## Degraded mode2526When required telemetry, evidence, execution, network access, or write authority is unavailable, return a partial result with each unassessed item labelled, preserve the safest existing state, and state the evidence or approval needed to continue. Never convert missing evidence into a pass.2728## Decision rules2930| Condition | Action |31|---|---|32| Scope, owner, or threshold is missing | Stop the affected decision and request it |33| Evidence is incomplete but read-only analysis is safe | Produce a qualified partial result and gap list |34| A mutation exceeds authority or tenant boundary | Block it and route for approval |35| Evidence meets the stated threshold | Issue the output with provenance and owner |3637## Anti-Patterns3839- Treating absent evidence as success. Fix: mark the check unassessed and name the missing source.40- Expanding one tenant or workflow to all tenants. Fix: enforce supplied scope at every query and action.41- Performing a production write during analysis. Fix: emit a reviewed change plan until authority is explicit.42- Reporting a metric without population, window, or source. Fix: attach all three.43- Hiding a failed threshold inside an average. Fix: report failure slices and the remediation owner.4445Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178.4647<!-- dual-compat-start -->4849## Use When5051- Design agent pricing, attempted-vs-completed billing, refunds, and revenue recognition policy.52- Connect commercial terms to task evidence, completion status, usage records, and customer promises.53- Define fair billing boundaries for abandoned, failed, partial, or human-approved agent tasks.5455## Do Not Use When5657- The work is not AI-specific or agentic-AI-specific.58- A narrower retained AI parent skill fits the request better.5960## Required Inputs6162- Product, tenant, user, data, risk, and operational context relevant to the AI workflow.63- Target artifact: design, implementation plan, audit, test strategy, UX flow, commercial policy, or runbook.64- Constraints from security, privacy, reliability, billing, support, and compliance stakeholders when relevant.6566## Workflow67681. Read this SKILL.md first.692. Load [references/routing.md](references/routing.md) to select the absorbed child reference that matches the task.703. Load only the selected child reference files needed for the current request.714. Produce execution-oriented output with assumptions, risks, evidence, and next actions where relevant.7273## Quality Standards7475- Keep routing explicit: name which reference files were used when the work depends on absorbed material.76- Preserve tenant isolation, auditability, cost controls, safety gates, and operational evidence when they matter.77- Prefer concrete contracts, checklists, tables, schemas, runbooks, and decision records over broad summaries.7879## Anti-Patterns8081- Loading every absorbed reference by default.82- Treating AI-specific billing, compliance, safety, or UX concerns as generic SaaS work without checking AI failure modes.83- Hiding retired skill names; old slugs must remain discoverable through [references/routing.md](references/routing.md).8485## Outputs8687- A concrete deliverable matched to the request: architecture, implementation plan, audit, policy, runbook, UX flow, test strategy, or operating model.88- The selected consolidated reference files and any assumptions, risks, evidence requirements, or follow-up actions that affect execution.89## References9091- [references/routing.md](references/routing.md) maps retired child skill slugs to their consolidated reference folders.9293## Consolidated Child References9495- Load [references/routing.md](references/routing.md) to map retired AI child skill slugs to their reference modules.96<!-- dual-compat-end -->