# Codex Boss Pipeline Tools This directory contains helper scripts for a Markdown -> YAML -> Validation workflow. ## Files - `skills/generate_boss_yaml.py`: generate runtime YAML from a Markdown boss design document. - `skills/validate_boss_yaml.py`: validate a generated boss YAML and emit a Markdown report. - `skills/run_boss_pipeline.py`: run both steps together. - `config/paths.example.yaml`: copy and edit into `paths.yaml` for your environment. ## Recommended flow 1. Write `/mnt/smb/Obsidian Vault/Colosseum/보스// 기획.md` 2. Run `run_boss_pipeline.py` 3. Review `_validation.md` 4. Edit the Markdown source, then rerun. ## Example ```bash python skills/run_boss_pipeline.py \ --md "/mnt/smb/Obsidian Vault/Colosseum/보스/드로그/드로그 기획.md" \ --config config/paths.yaml ```