一键导入
wiki-domain-bootstrap
Bootstrap a new research domain — write policy, seed concept pages, confirm filter thresholds
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bootstrap a new research domain — write policy, seed concept pages, confirm filter thresholds
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add or fix citations on a wiki page using cite-suggest, or capture a URL from any repo and add it as a citation (AGT-7). Triggers — "add citation", "cite this", "wiki cite", or when you have a quote + URL from another project.
Review wiki pages for quality — citation coverage, claim accuracy, staleness, cross-links
Review stale draft wiki pages and finalize them — fix missing citations, run validator, commit
Triage a URL, PDF, or file for ingestion into the knowledge wiki — assess fit, pick domain, run ingest
Run structured multi-source research on a question and file the result as a wiki synthesis page
| name | wiki-domain-bootstrap |
| description | Bootstrap a new research domain — write policy, seed concept pages, confirm filter thresholds |
| triggers | ["wiki-domain-bootstrap","wiki domain-bootstrap"] |
Creates a new research domain from a natural-language description: authors a
policy.yaml, seeds starter concept pages, and verifies the domain is ready
for source ingestion.
Reference conventions: WIKI.md § 10 (filter policy), § 10.1 (policy.yaml schema).
/wiki-domain-bootstrap "GLP-1 agonists and metabolic disease" glp1-metabolic
/wiki-domain-bootstrap "AI safety and alignment research" ai-safety
Check for duplicates: Search index.md and wiki/proposals/ for existing
domains with overlapping scope. If one exists, ask whether to extend it or
create a sibling.
Bootstrap policy:
.venv/bin/wiki bootstrap-domain "<description>" <slug>
This runs an LLM pass to author policy.yaml with inclusion/exclusion criteria.
Review policy: Read the generated .knowledge/policies/<slug>/policy.yaml.
Verify:
domain.topic and domain.description are accurateinclusion_criteria are specific and falsifiableexclusion_criteria prevent scope creep
Present to user and confirm or request edits.Seed concept pages (optional): If the user wants starter concepts, author
2-3 wiki/concepts/<concept>.md pages via wiki concept-add. These become
the MoC anchors.
Create MoC: Author a wiki/mocs/<slug>.md map-of-content page linking
the starter concepts.
Verify readiness: Run wiki lint --scope filter-calibration. A new domain
with zero examples is expected — note that filter scores will be unreliable
until 12+ examples are banked via wiki filter-correct.
bootstrap-domain is LLM-heavy; it calls the API. Inform the user before running.