- The inbound prompt is a routing and orchestration instruction. It bridges the vocabulary of your ticketing system to your internal infrastructure, decides which tickets are in scope, and defines how a ticket turns into a sequence of tasks.
- The outbound prompt governs what 2501 writes back to the ticket once a job finishes — the status it sets, whether it posts a comment, and whether it escalates.
The inbound prompt
The inbound prompt has no influence on how the agent behaves once assigned. Its job ends when a task is created. Behavioral shaping lives in Specialties and Operational Rules. (What 2501 writes back at the end of a job is the outbound prompt, not the inbound prompt.)What belongs in an inbound prompt
Task sequencing across multiple hosts
This is where the gateway earns its value: defining the flow when resolving a ticket needs more than one task.Routing conventions for special host classes
Some concerns are always handled by a dedicated host or group, regardless of how the ticket is worded.Host name mappings (only when needed)
The gateway is usually smart enough to map external names to your inventory by itself. Add explicit mappings only for non-obvious cases — when external names don’t share any naming convention with your internal hostnames.What does NOT belong in an inbound prompt
| Out | Belongs in |
|---|---|
| How to fix a crashed worker (commands to run, logs to check) | Specialty or Operational Rule |
| ”Never modify these hosts directly” or “require approval” | Operational Rule — the gateway routes, it doesn’t enforce behavior |
| Boundary rules like read-only vs remediate | Specialty + ticket tag (@2501:investigate) |
| What status/comment to write when the job finishes | The outbound prompt |

