一键导入
kb-configure
Configure optional portable per-project lower-tier-attempt and delivery policy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configure optional portable per-project lower-tier-attempt and delivery policy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Inspect live routes and manage optional user-local OpenAI-compatible/LiteLLM extra routes through the kbrouter CLI.
Single user-facing KB completion command. Takes a feature, plan, or manifest from its current state through planning, work, post-work finalization, and configured delivery: local completion, pushed PR, or explicitly configured direct integration and sync.
Large-initiative coordinator for KB workflows. Use for app migrations, framework rewrites, major architecture changes, multi-subsystem initiatives, multiple brainstorms/manifests, long backlogs, or queued execution across related workstreams.
Internal post-work quality and learning phase. Runs kb-review -> resolution gate -> follow-up resolution -> proof/demo evidence -> compound -> learn -> evolve -> memory refresh/compact -> cleanup after kb-work finishes all slices. Normally invoked by kb-work or kb-complete; not the primary user-facing completion command.
Deprecated compatibility alias for kb-complete. Use when an older prompt or workflow says 'kb finish'; delegate the same input to kb-complete and report the kb-complete result.
Functional-test strategy and test-quality audit for KB workflows. Use when deciding whether a slice needs functional/e2e/browser/API workflow tests, when existing tests may be mocked theater, or when user-visible behavior must be verified without manual QA.
| name | kb-configure |
| description | Configure optional portable per-project lower-tier-attempt and delivery policy. |
| argument-hint | [show|attempts-on|attempts-off|delivery-local|delivery-pr|delivery-direct|reset] |
Configure optional project execution policy without making ordinary KB startup interactive.
Adaptive Model Routing (AMR) is automatic and needs no project setup. This skill
owns the lower-tier-attempt opt-out and delivery policy. Personal source
preference belongs to user-local kb-models state keyed by project identity.
docs/context/operations/kb-routing.yaml
The file contains portable project policy only. Never write model endpoints,
auth environment-variable names, trust approvals, commands, or credentials
there. kbrouter continues to own host and user-local model configuration.
attempts-on enables one bounded next-lower-tier AMR attempt.attempts-off starts every slice at its planned correction tier.delivery-local keeps reviewed work local.delivery-pr commits, pushes a topic/fork branch, and opens/updates a PR.delivery-direct permits verified direct-default integration; protection
or policy rejection falls back to PR or blocks.show reports next-lower attempts disabled pending pilot promotion and
local delivery without creating a file.reset removes only this project policy after explicit confirmation.kb-models configures optional user-local extras only.schema_version: 1
amr:
mode: automatic
lower_tier_attempts: disabled
delivery:
mode: pr
merge: manual
post_merge_sync: false
These safety rules are fixed rather than configurable:
model_tier is the planned correction/authority tier, not the validator.When no config exists:
kb-start, kb-plan, and kb-work do not ask configuration questions.After writing, report the path and a one-line summary:
KB configured: AMR next-lower attempts disabled; delivery PR/manual.