# Technical Intake

Complete only what is known. Mark unknown fields `UNKNOWN`; do not infer them.

## Ownership

- Organization:
- Technical owner:
- Policy owner:
- Security reviewer:
- Simulator or sandbox owner:
- Intended review date:

## Selected Command

- Command name:
- Business consequence:
- Why agent-side rules are insufficient:
- Transport: ROS 2 / API / queue / other
- Message or request schema:
- Exact fields that determine command identity:
- Fields that may vary within an authorized envelope:
- Fields that must invalidate prior authority:
- Expected harmless sandbox effect:
- Independent source that can observe the effect:

## Identities And Scope

- Vehicle, robot, or asset identity:
- Site or environment identity:
- Task or mission identity:
- Coordinate frame:
- Software or controller version:
- Policy version:
- Evidence revision:
- Destination receiver or audience:

## Time And Replay

- Authority lifetime:
- Clock source:
- Maximum accepted clock skew:
- One-shot consumption required:
- Durable nonce storage available:
- Restart behavior:
- Duplicate delivery behavior:

## Failure Behavior

- Receiver unavailable:
- Simulator unavailable:
- Effect observation unavailable:
- Policy evaluator unavailable:
- State store unavailable:
- Required fail-closed behavior:
- Human escalation owner:

## Integration Surface

- Sandbox endpoint or ROS graph:
- Authentication mechanism:
- Test credential scope:
- Network boundary:
- Container or package constraints:
- CPU and memory limits:
- Logging restrictions:
- Data retention limit:
- Export restrictions:

## Baseline Test Cases

- Exact valid case:
- Direct unpermitted case:
- Material field mutation:
- Replay case:
- Outage case:
- Partner-specific negative case:

## Explicit Exclusions

Confirm all:

- [ ] No production credentials.
- [ ] No physical robot or actuator path.
- [ ] No emergency or safety-critical command.
- [ ] No personal data is required.
- [ ] No external LLM API is required.
- [ ] No safety, feasibility, or certification conclusion is requested.
