---
name: docxology/infrastructure-orchestration
source: https://app.decimal.ai/s/docxology-infrastructure-orchestration@1/SKILL.md
source_sha256: 843e53bd863a
---

# Orchestration (Layer 1)

Entry: `python -m infrastructure.orchestration` (`build_parser`, `main` from `cli.py`).

## Key imports

```python
from infrastructure.orchestration import (
    PipelineRunner,
    validate_project_slug,
    select_project_interactive,
    setup_stage_log,
    run_secure_pipeline,
)
```

## Tests

```bash
uv run pytest tests/infra_tests/orchestration/ -v
```