# Tcx Order Submit

> Submit one already-approved TradingCodex order from a native Codex workspace session. Use only when the user intentionally requests the final submit action and already has the exact order ticket id and matching approval receipt id.

- Skill: `monarchjuno/tcx-order-submit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add monarchjuno/tcx-order-submit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/monarchjuno/tcx-order-submit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: monarchjuno (https://skillmd.com/u/monarchjuno)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/monarchjuno/tcx-order-submit

---


# Execute Approved Order

Submit exactly one approved order through the native TradingCodex execution gate.
This skill carries no tool authority. The `UserPromptSubmit` hook validates the
complete prompt and calls the service-owned execution boundary before any model
or subagent can act.

## Invocation

Enter one of these forms as the only meaningful action in the complete user
prompt:

```text
$tcx-order-submit --ticket-id <ticket-id> --approval-receipt-id <approval-receipt-id>
$tcx-order-submit --ticket-id <ticket-id> --approval-receipt-id <approval-receipt-id> --live-confirmation <token>
```

Replace every placeholder with the canonical identifier or confirmation token.
The skill token may instead be a Markdown link only when its label and target
match this workspace's projected `tcx-order-submit/SKILL.md`. Leading blank
lines, ASCII letter case in the skill name, normalized line endings, and
line-wrapped arguments are harmless. Use literal
`--name value` pairs. Do not add prose, comments, another skill, quotes,
escaped values, aliases, or `--name=value` syntax.

## Hard Stops

- Invoke this action only from a root native Codex user turn.
- Do not invoke it from Plan mode or a subagent.
- Do not use it to create or approve an order.
- Do not retry a `needs_review` or uncertain result. Inspect canonical order
  status first.
- Keep the existing approval, policy, adapter, live-confirmation, idempotency,
  audit, and reconciliation gates intact.

