What problem does it solve? Adding a capability pack to a repo already running Claudinite involves several error-prone steps — declaring the pack, answering its adoption questions, vendoring its content at the right version, and scaffolding required structure — and skipping any of them leaves the repo broken or the pack a hollow no-op. ## Core Features & Use Cases - Guided pack declaration: Matches plain-language requests to pack ids from the vendored directory, adds them to .claudinite-settings.json, and pulls in requires dependencies automatically. - Structured adoption interview: Runs each pack's declared questions, records answers verbatim in settings, and defines a strict handoff protocol for unattended runs where no human can answer. - Safe re-vendoring and landing: Uses the canon install runner to vendor content without burning pending migration records, scaffolds newly demanded structure, files handover issues for manual steps, and lands everything green on one PR. - Use Case: A maintainer asks to add the product-wiki pack to their repo; the skill declares it, interviews for the required answers, re-vendors the mount, scaffolds the wiki index, and opens a PR with all checks passing. ## Quick Start Adopt the product-wiki pack on this repository and walk me through its adoption questions.