案例研究Case Study
把静态索引改造成可维护的 AI 辅助发布工作流Turning a Static Index into a Maintainable AI-Assisted Publishing Workflow
一个无需先上 CMS、却能让笔记、来源与草稿输出保持对齐的发布系统。A publishing system that keeps notes, sources, and draft output aligned without forcing a CMS.
- 对象Client
- 独立产品项目Independent product build
- 角色Role
- 信息架构、前端工程、流程设计Information architecture, frontend engineering, workflow design
- 周期Duration
- 3 周3 weeks
- 发布时间Published
- 2026-05-012026-05-01
背景Context
工作从哪里开始Where the work started
最初的内容表面只是扁平的笔记与参考列表,难检索、难更新、也难复用。The content surface started as a flat list of notes and references that was hard to search, update, and reuse.
问题Problem
真正需要改变的是什么What needed to change
每次发布都需要大量手工重新拼装,导致写作和参考材料逐渐脱节。Publishing required too much manual assembly, so writing and reference material drifted apart.
约束Constraints
是什么塑造了解法What shaped the solution
- 保持本地优先Keep the setup local-first
- 在编辑模型稳定前避免引入 CMSAvoid a CMS before the editorial model stabilizes
- 让 AI 输出在发布前始终可审阅Make AI output reviewable before publishing
过程Process
我是怎么推进它的How I moved through it
- 先梳理内容原子与写作状态。Mapped content primitives and writing states.
- 定义 topics、sources 与 draft status 的窄 schema。Defined a narrow schema for topics, sources, and draft status.
- 加入带审核点的 AI 辅助起草。Added AI-assisted drafting with review points.
- 保持输出与本地 MDX 文件兼容。Kept output compatible with local MDX files.
方案Solution
最终交付了什么What shipped
搭建了一个结构清晰的索引与发布流程,让内容边界更清楚,编辑也更可预测、可复核。Built a structured index and publishing workflow with clean content boundaries, making edits predictable and reviewable.
结果 / 影响Result / Impact
最后改变了什么What changed
写作与参考材料可以在一个简单表面里流动,而不再散落在临时文件之间。Writing and reference material could move through one simple surface instead of being split across ad-hoc files.
少花时间重整内容,多花时间打磨真正的观点。Less time reshaping content; more time refining the actual ideas.
复盘Reflection
我学到了什么What I learned
- 窄 schema 往往比大而全的 CMS 模型更耐用。Small schemas stay editable longer than broad CMS models.
- 流程清晰度常常比炫技自动化更重要。Workflow clarity matters more than fancy automation.
关联项目Related Project
Kizuna IndexKizuna Index
把分散的参考资料整理成一个可维护、可持续发布的索引表面。A living index that turns scattered references into a maintainable publishing surface.
查看项目View project涉及服务Services Involved