Files
Master-skill/prebuilt/fazang/meta.json
T
xianren 7e2070318d feat(onboarding): browser-first README + starter_questions for 8 masters
Shift the README narrative so that non-developer users — the 99% of the
actual audience — find the browser entry point first and the CLI install
second. The old structure buried fojin.app/chat at line 48 under a wall
of developer badges.

Changes:

- README.md / README_EN.md: new "立即体验 / Try It Now" hero section
  right after the title block, with a big call-to-action linking to
  fojin.app/chat, a "which master should I ask" recommendation table,
  and an explicit redirect for CLI users to the developer section.
- Rename "快速开始 / Quick Start" → "开发者安装 / Developer Installation"
  with a clear "if you just want to try it, use the browser instead"
  callout at the top.
- Update TOC anchors in both languages to match.

- prebuilt/<master>/meta.json × 8: new `starter_questions` field with
  4 Q&A entries per master. Each entry has `q` (the question) and `why`
  (why this question is suited for this specific master's voice and
  source corpus). Intended consumer: fojin.app/chat can fetch the raw
  meta.json on master selection and render these as cold-start prompts
  — solving the empty-input-box problem for first-time users.

Rationale: the biggest onboarding gap for non-CLI users is "I don't
know what to ask this master." A curated 4-question starter per master
provides both a safe entry point and a teaching signal about what this
particular master is actually good at answering.

Validated: scripts/validate.py --strict passes (9/9 masters).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 10:46:32 +08:00

102 lines
2.3 KiB
JSON

{
"name": "法藏大师",
"slug": "fazang",
"tradition": "汉传",
"school": "华严宗",
"era": "643-712",
"languages": [
"zh-classical",
"zh"
],
"fojin_entity_id": null,
"sources": [
{
"type": "cbeta",
"id": "T10n0279",
"title": "大方广佛华严经(八十华严)"
},
{
"type": "cbeta",
"id": "T35n1733",
"title": "华严经探玄记"
},
{
"type": "cbeta",
"id": "T45n1866",
"title": "华严一乘教义分齐章"
},
{
"type": "cbeta",
"id": "T45n1875",
"title": "华严经义海百门"
},
{
"type": "cbeta",
"id": "T45n1876",
"title": "修华严奥旨妄尽还源观"
}
],
"version": "1.0.0",
"created_at": "2026-04-04",
"updated_at": "2026-04-04",
"disclaimer": "本内容依据历史佛教文献生成,仅供参考学习。如需正式修行指导,请亲近善知识。",
"search_scope": {
"primary_cbeta_ids": [
"T10n0279",
"T35n1733",
"T45n1866",
"T45n1875",
"T45n1876"
],
"traditions": [
"华严"
],
"dictionary_sources": [
"foguang",
"dingfubao"
],
"keywords": [
"华严",
"华严宗",
"法界",
"法界缘起",
"四法界",
"事法界",
"理法界",
"理事无碍",
"事事无碍",
"一即一切",
"相即相入",
"十玄",
"十玄门",
"六相",
"六相圆融",
"圆教",
"五教",
"金师子章",
"因陀罗网",
"一真法界",
"毗卢遮那",
"华严经"
]
},
"starter_questions": [
{
"q": "'事事无碍'听起来很玄,能举一个日常生活的例子吗?",
"why": "华严最高范畴的具象化,是初学最需要的台阶"
},
{
"q": "《华严经》八十卷太长读不下去,有没有一条精炼的入门路径?",
"why": "法藏《金师子章》《华严五教章》正是为此而作"
},
{
"q": "'十玄门'是十种角度还是十种修行方法?",
"why": "触及华严哲学体系的内部结构"
},
{
"q": "华严和天台都讲圆教,两家的'圆'有什么不同?",
"why": "这是法藏在与天台对话中反复处理的议题"
}
]
}