thc1006/satellite-mission-compiler
Ground-side ORCHIDE-aligned mission plan compiler for cloud-native satellite operations. Validates plans, applies OPA policy guardrails, and renders Argo/Kueue workflow artifacts.
Platform-specific configuration:
{
"mcpServers": {
"satellite-mission-compiler": {
"command": "npx",
"args": [
"-y",
"satellite-mission-compiler"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A ground-side, cloud-native mission plan compiler for satellite operations. Validates structured mission plans, applies OPA/Rego policy guardrails, and renders admission-ready Argo Workflow and Kueue Job artifacts before anything reaches an onboard orchestrator.
[](https://github.com/thc1006/satellite-mission-compiler/actions/workflows/ci.yml) [](https://doi.org/10.5281/zenodo.19391965) [](LICENSE)
---
The ORCHIDE project (EU Horizon, ending May 2026) builds an onboard platform for satellite edge computing. Its D3.1 architecture document explicitly limits scope to the on-satellite "Deferred Phase" -- it receives and executes mission plans but does not generate, validate, or compile them.
This project fills that gap. It provides the ground-side toolchain that produces validated, policy-checked, admission-ready workflow artifacts from structured satellite mission plans.
This is not a flight-ready onboard satellite runtime. It does not implement radiation hardening, f
Loading reviews...