content-forge-vault/00-inbox/2026-03-05-claudable-system-prompt-dao-analysis.md
2026-03-06 02:00:01 +08:00

46 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 'Claudable System Prompt 道法术器分析'
tags: [dao-analysis, system-prompt, ai-agent, design-patterns]
source_note: '[[00-inbox/claudable-system-prompt|Claudable System Prompt]]'
created_at: '2026-03-05'
---
# Claudable System Prompt 道法术器分析
> 源素材: [[00-inbox/claudable-system-prompt|Claudable System Prompt]]
## 核心矛盾 (L1)
完整性Complete, functional code<——> 极简性Only what's requested, no extras
倾向极简性,但以完整性为底线。
## 道层命题 (L2)
- **D1**: 宁可功能少,也要每次交付可运行
- **D2**: 宁可重复代码,也要避免过早抽象
- **D3**: 宁可限制能力边界,也要保证安全
- **D4**: 宁可多一轮对话,也要减少上下文浪费
## 迁移到 content-forge 的 3 个设计模式
### 模式 A: 约束 > 能力
- prompt 70% 在说 NEVER/AVOID30% 在说怎么做
- 已落地到 CLAUDE.md §10.7
### 模式 B: 一次 inline两次抽象
- 选题角度/写作模板/配图风格只用一次不模板化
- 已落地到 CLAUDE.md §10.7
### 模式 C: Frontmatter-First
- Schema-first 在内容领域的映射:先定义 frontmatter 结构,再填充正文
- 已落地到 CLAUDE.md §10.7
## 完整分析
详见当次 session 的道法术器分析输出L0-L7 全 8 层)。
## 关联笔记
- [[00-inbox/claudable-system-prompt|原始素材]]
- [[00-inbox/ai-agent-best-practices|AI Agent 最佳实践]]