bridge-curatorlisted
Install: claude install-skill bks-lab/open-bridge
# Bridge Curator
`bridge-curator` is the periodic background-reflection skill. Once a week
(configurable), it walks the Bridge's own state and asks three orthogonal
questions:
1. **Is the skill library still coherent?** (Library pass)
2. **Is the proposal queue still actionable?** (Queue pass)
3. **What has the system observed about how this user works lately?** (User-pattern pass)
The output of all three phases is **always proposals** — markdown files
under `work/_learning/proposals/` with `source.type: curator-suggestion`.
The curator never edits Bridge files directly. All accepts happen via
`/bridge-learn`.
This is the deliberate inversion of the autonomy-maximalist curator
pattern observed in some agentic frameworks (e.g. Hermes Agent's
background-curator-fork). See `rules/learning-autonomy.md` § Layer B for
the full design rationale.
## When to run
- **Manual:** user says `/bridge-curator`, "bridge curator", "curator", etc.
- **Scheduled:** weekly via cron or `/schedule`, if configured in
`bridge-config.yaml.learning.curator.schedule`.
- **Surface in `/briefing`:** on the configured `auto_surface_in_briefing`
day (default Sunday), `/briefing` Stream D adds a "curator due / overdue"
one-liner. Running the curator itself stays manual unless user opts into
auto-run.
## Arguments
| Argument | Effect | Default |
|---|---|---|
| `(none)` | Run all three passes sequentially | — |
| `--pass library` | Only library consolidation | all |
| `--pass queue` | Only pro