What problem does it solve? When adopting a knowledge base in an existing 1C project, teams need an initial taxonomy that mirrors their actual configuration and extension layout, and they need to keep it in sync as configurations are added or removed without rerunning full project initialization. ## Core Features & Use Cases - Bootstrap taxonomy: Scans src/*/cf base configurations and src/*/cfe/* extensions to draft a _taxonomy.yaml with one domain per configuration, using deterministic ASCII transliteration for Cyrillic directory names. - Idempotent re-sync: Compares the draft against an existing openspec/knowledge/_taxonomy.yaml, shows a diff, and only adds missing domains or subdomains without deleting existing ones. - Confirmed writes: Presents a diff or summary and writes the taxonomy file only after explicit user confirmation, leaving _index.yaml and KB fact files untouched. - Use Case: After adding a new extension under src/ДО2 Подрядчик/cfe/, run the skill to propose a new domain like DO2_Podryadchik_cf with standard subdomains, review the diff, and confirm the update. ## Quick Start Ask the assistant to run /opsx:knowledge-init to bootstrap or re-sync the knowledge base taxonomy for the current project.