What problem does it solve? Setting up a plumbline configuration by hand requires knowing which directories to ignore and which citation entries to declare. This Skill inspects the repository and proposes a ready-to-review .ok-plumbline/config.json tailored to the project's actual shape. ## Core Features & Use Cases - Pattern Detection: Detects Go modules (go.mod), Node packages (package.json), ok-planner siblings (.ok-planner/), and generated-code directories (gen/, generated/, mocks/) anywhere in the tree. - Citation Entries: Adds @concept:, @story:, and @decision: citation entries that resolve against .ok-planner/design/{concepts,stories,decisions}/{slug}.md when an ok-planner sibling exists. - Strict-by-Default Checks: Comment hygiene, citation resolution, and no-tests checks always run; the generated config exposes no switch to disable them. - Use Case: After cloning a converged project, run the starter to propose a config at the project's own pinned binary version, review the suggested ignore list and citations, then save it as .ok-plumbline/config.json. ## Quick Start Ask the assistant to run /ok-plumbline:starter to scan this repository and propose a plumbline config for review.