order-lifecycle

Installation
SKILL.md

Order Lifecycle

Core Concepts

Order State Machine

The order state machine is the central abstraction in any order management system. It defines every state an order can occupy and every valid transition between states. A correctly implemented state machine prevents impossible transitions (such as filling a canceled order), ensures audit trail completeness, and provides the foundation for order status reporting to clients, counterparties, and regulators.

Canonical order states:

Installs
364
GitHub Stars
143
First Seen
Feb 19, 2026
order-lifecycle — joellewis/finance_skills