@rotifer/playground 0.5.0-alpha.2 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +159 -15
- package/LICENSE +1 -1
- package/README.md +51 -23
- package/README.zh.md +54 -25
- package/dist/cloud/auth.d.ts +7 -1
- package/dist/cloud/auth.d.ts.map +1 -1
- package/dist/cloud/auth.js +65 -1
- package/dist/cloud/auth.js.map +1 -1
- package/dist/cloud/client.d.ts +4 -1
- package/dist/cloud/client.d.ts.map +1 -1
- package/dist/cloud/client.js +9 -2
- package/dist/cloud/client.js.map +1 -1
- package/dist/cloud/types.d.ts +3 -1
- package/dist/cloud/types.d.ts.map +1 -1
- package/dist/cloud/types.js.map +1 -1
- package/dist/commands/agent-create.d.ts.map +1 -1
- package/dist/commands/agent-create.js +66 -3
- package/dist/commands/agent-create.js.map +1 -1
- package/dist/commands/agent-run.d.ts.map +1 -1
- package/dist/commands/agent-run.js +296 -32
- package/dist/commands/agent-run.js.map +1 -1
- package/dist/commands/arena-submit.d.ts.map +1 -1
- package/dist/commands/arena-submit.js +45 -17
- package/dist/commands/arena-submit.js.map +1 -1
- package/dist/commands/compile.d.ts.map +1 -1
- package/dist/commands/compile.js +9 -3
- package/dist/commands/compile.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +13 -3
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/login.d.ts.map +1 -1
- package/dist/commands/login.js +23 -16
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/network.js +4 -4
- package/dist/commands/network.js.map +1 -1
- package/dist/commands/publish.d.ts.map +1 -1
- package/dist/commands/publish.js +162 -44
- package/dist/commands/publish.js.map +1 -1
- package/dist/commands/test.d.ts.map +1 -1
- package/dist/commands/test.js +209 -23
- package/dist/commands/test.js.map +1 -1
- package/dist/commands/wrap.d.ts.map +1 -1
- package/dist/commands/wrap.js +17 -1
- package/dist/commands/wrap.js.map +1 -1
- package/dist/index.js +0 -0
- package/dist/runtime/network-gateway.d.ts +53 -0
- package/dist/runtime/network-gateway.d.ts.map +1 -0
- package/dist/runtime/network-gateway.js +147 -0
- package/dist/runtime/network-gateway.js.map +1 -0
- package/dist/utils/binding.d.ts +25 -0
- package/dist/utils/binding.d.ts.map +1 -1
- package/dist/utils/binding.js.map +1 -1
- package/dist/utils/open-browser.d.ts +10 -0
- package/dist/utils/open-browser.d.ts.map +1 -0
- package/dist/utils/open-browser.js +23 -0
- package/dist/utils/open-browser.js.map +1 -0
- package/genes/academic-writer/.cloud-manifest.json +6 -0
- package/genes/academic-writer/.gene-manifest.json +8 -0
- package/genes/academic-writer/SKILL.md +274 -0
- package/genes/academic-writer/phenotype.json +28 -0
- package/genes/ai-components/.cloud-manifest.json +6 -0
- package/genes/ai-components/.gene-manifest.json +8 -0
- package/genes/ai-components/SKILL.md +381 -0
- package/genes/ai-components/phenotype.json +28 -0
- package/genes/algorithmic-art/.cloud-manifest.json +6 -0
- package/genes/algorithmic-art/.gene-manifest.json +8 -0
- package/genes/algorithmic-art/SKILL.md +405 -0
- package/genes/algorithmic-art/phenotype.json +28 -0
- package/genes/answer-synthesizer/.cloud-manifest.json +6 -0
- package/genes/answer-synthesizer/index.ts +194 -0
- package/genes/answer-synthesizer/phenotype.json +61 -0
- package/genes/api-designer/.cloud-manifest.json +6 -0
- package/genes/api-designer/.gene-manifest.json +8 -0
- package/genes/api-designer/SKILL.md +456 -0
- package/genes/api-designer/phenotype.json +28 -0
- package/genes/auto-coder/.cloud-manifest.json +6 -0
- package/genes/auto-coder/.gene-manifest.json +8 -0
- package/genes/auto-coder/SKILL.md +400 -0
- package/genes/auto-coder/phenotype.json +28 -0
- package/genes/auto-writer/.cloud-manifest.json +6 -0
- package/genes/auto-writer/.gene-manifest.json +8 -0
- package/genes/auto-writer/SKILL.md +361 -0
- package/genes/auto-writer/phenotype.json +28 -0
- package/genes/brand-personality/.cloud-manifest.json +6 -0
- package/genes/brand-personality/.gene-manifest.json +8 -0
- package/genes/brand-personality/SKILL.md +549 -0
- package/genes/brand-personality/phenotype.json +28 -0
- package/genes/business-writer/.cloud-manifest.json +6 -0
- package/genes/business-writer/.gene-manifest.json +8 -0
- package/genes/business-writer/SKILL.md +448 -0
- package/genes/business-writer/phenotype.json +28 -0
- package/genes/citation-manager/.cloud-manifest.json +6 -0
- package/genes/citation-manager/.gene-manifest.json +8 -0
- package/genes/citation-manager/SKILL.md +279 -0
- package/genes/citation-manager/index.ts +162 -0
- package/genes/citation-manager/package.json +1 -0
- package/genes/citation-manager/phenotype.json +50 -0
- package/genes/code-complexity/.cloud-manifest.json +6 -0
- package/genes/code-complexity/README.md +35 -0
- package/genes/code-complexity/index.ts +101 -0
- package/genes/code-complexity/phenotype.json +34 -0
- package/genes/copywriter/.cloud-manifest.json +6 -0
- package/genes/copywriter/.gene-manifest.json +8 -0
- package/genes/copywriter/SKILL.md +329 -0
- package/genes/copywriter/phenotype.json +28 -0
- package/genes/creative-writer/.cloud-manifest.json +6 -0
- package/genes/creative-writer/.gene-manifest.json +8 -0
- package/genes/creative-writer/SKILL.md +356 -0
- package/genes/creative-writer/phenotype.json +28 -0
- package/genes/data-modeler/.cloud-manifest.json +6 -0
- package/genes/data-modeler/.gene-manifest.json +8 -0
- package/genes/data-modeler/SKILL.md +486 -0
- package/genes/data-modeler/phenotype.json +28 -0
- package/genes/debugger/.cloud-manifest.json +6 -0
- package/genes/debugger/.gene-manifest.json +8 -0
- package/genes/debugger/SKILL.md +416 -0
- package/genes/debugger/phenotype.json +28 -0
- package/genes/design-tokens/.cloud-manifest.json +6 -0
- package/genes/design-tokens/.gene-manifest.json +8 -0
- package/genes/design-tokens/SKILL.md +222 -0
- package/genes/design-tokens/index.ts +128 -0
- package/genes/design-tokens/package.json +1 -0
- package/genes/design-tokens/phenotype.json +1 -0
- package/genes/devops-automator/.cloud-manifest.json +6 -0
- package/genes/devops-automator/.gene-manifest.json +8 -0
- package/genes/devops-automator/SKILL.md +490 -0
- package/genes/devops-automator/phenotype.json +28 -0
- package/genes/doc-coauthoring/.cloud-manifest.json +6 -0
- package/genes/doc-coauthoring/.gene-manifest.json +8 -0
- package/genes/doc-coauthoring/SKILL.md +375 -0
- package/genes/doc-coauthoring/phenotype.json +28 -0
- package/genes/doc-retrieval/.cloud-manifest.json +6 -0
- package/genes/doc-retrieval/index.ts +134 -0
- package/genes/doc-retrieval/phenotype.json +54 -0
- package/genes/docs-writer/.cloud-manifest.json +6 -0
- package/genes/docs-writer/.gene-manifest.json +8 -0
- package/genes/docs-writer/SKILL.md +492 -0
- package/genes/docs-writer/phenotype.json +28 -0
- package/genes/evolve-life/.cloud-manifest.json +6 -0
- package/genes/evolve-life/.compile-result.json +12 -0
- package/genes/evolve-life/README.md +52 -0
- package/genes/evolve-life/gene.ir.wasm +0 -0
- package/genes/evolve-life/gene.wasm +0 -0
- package/genes/evolve-life/index.ts +255 -0
- package/genes/evolve-life/phenotype.json +129 -0
- package/genes/evolve-life-bitwise/.cloud-manifest.json +6 -0
- package/genes/evolve-life-bitwise/.compile-result.json +12 -0
- package/genes/evolve-life-bitwise/gene.ir.wasm +0 -0
- package/genes/evolve-life-bitwise/gene.wasm +0 -0
- package/genes/evolve-life-bitwise/index.ts +273 -0
- package/genes/evolve-life-bitwise/phenotype.json +129 -0
- package/genes/evolve-life-sparse/.cloud-manifest.json +6 -0
- package/genes/evolve-life-sparse/.compile-result.json +12 -0
- package/genes/evolve-life-sparse/gene.ir.wasm +0 -0
- package/genes/evolve-life-sparse/gene.wasm +0 -0
- package/genes/evolve-life-sparse/index.ts +236 -0
- package/genes/evolve-life-sparse/phenotype.json +129 -0
- package/genes/fact-checker/.cloud-manifest.json +6 -0
- package/genes/fact-checker/.gene-manifest.json +8 -0
- package/genes/fact-checker/SKILL.md +373 -0
- package/genes/fact-checker/phenotype.json +28 -0
- package/genes/genesis-code-format/.cloud-manifest.json +6 -0
- package/genes/genesis-code-format/package.json +1 -0
- package/genes/genesis-code-format/phenotype.json +1 -0
- package/genes/genesis-file-read/.cloud-manifest.json +6 -0
- package/genes/genesis-file-read/index.ts +11 -1
- package/genes/genesis-file-read/package.json +1 -0
- package/genes/genesis-file-read/phenotype.json +1 -0
- package/genes/genesis-l0-constraint/.cloud-manifest.json +6 -0
- package/genes/genesis-l0-constraint/package.json +1 -0
- package/genes/genesis-l0-constraint/phenotype.json +1 -0
- package/genes/genesis-web-search/.cloud-manifest.json +2 -2
- package/genes/genesis-web-search/package.json +1 -0
- package/genes/genesis-web-search/phenotype.json +1 -0
- package/genes/genesis-web-search-lite/.cloud-manifest.json +6 -0
- package/genes/genesis-web-search-lite/package.json +1 -0
- package/genes/genesis-web-search-lite/phenotype.json +1 -0
- package/genes/git-workflow/.cloud-manifest.json +6 -0
- package/genes/git-workflow/.gene-manifest.json +8 -0
- package/genes/git-workflow/SKILL.md +407 -0
- package/genes/git-workflow/phenotype.json +28 -0
- package/genes/grammar-checker/.cloud-manifest.json +6 -0
- package/genes/grammar-checker/.gene-manifest.json +8 -0
- package/genes/grammar-checker/SKILL.md +194 -0
- package/genes/grammar-checker/index.ts +168 -0
- package/genes/grammar-checker/package.json +1 -0
- package/genes/grammar-checker/phenotype.json +52 -0
- package/genes/json-validator/.cloud-manifest.json +6 -0
- package/genes/json-validator/README.md +42 -0
- package/genes/json-validator/index.ts +112 -0
- package/genes/json-validator/phenotype.json +42 -0
- package/genes/license-advisor/.cloud-manifest.json +6 -0
- package/genes/license-advisor/.gene-manifest.json +8 -0
- package/genes/license-advisor/SKILL.md +117 -0
- package/genes/license-advisor/phenotype.json +28 -0
- package/genes/logic-architect/.cloud-manifest.json +6 -0
- package/genes/logic-architect/.gene-manifest.json +8 -0
- package/genes/logic-architect/SKILL.md +451 -0
- package/genes/logic-architect/phenotype.json +28 -0
- package/genes/markdown-formatter/.cloud-manifest.json +6 -0
- package/genes/markdown-formatter/README.md +34 -0
- package/genes/markdown-formatter/index.ts +86 -0
- package/genes/markdown-formatter/phenotype.json +32 -0
- package/genes/orch/.cloud-manifest.json +6 -0
- package/genes/orch/.gene-manifest.json +8 -0
- package/genes/orch/SKILL.md +504 -0
- package/genes/orch/phenotype.json +28 -0
- package/genes/particle-barneshut/.cloud-manifest.json +6 -0
- package/genes/particle-barneshut/.compile-result.json +12 -0
- package/genes/particle-barneshut/README.md +55 -0
- package/genes/particle-barneshut/gene.ir.wasm +0 -0
- package/genes/particle-barneshut/gene.wasm +0 -0
- package/genes/particle-barneshut/index.ts +486 -0
- package/genes/particle-barneshut/phenotype.json +137 -0
- package/genes/particle-brute/.cloud-manifest.json +6 -0
- package/genes/particle-brute/.compile-result.json +12 -0
- package/genes/particle-brute/README.md +55 -0
- package/genes/particle-brute/gene.ir.wasm +0 -0
- package/genes/particle-brute/gene.wasm +0 -0
- package/genes/particle-brute/index.ts +277 -0
- package/genes/particle-brute/phenotype.json +137 -0
- package/genes/particle-spatial/.cloud-manifest.json +6 -0
- package/genes/particle-spatial/.compile-result.json +12 -0
- package/genes/particle-spatial/README.md +53 -0
- package/genes/particle-spatial/gene.ir.wasm +0 -0
- package/genes/particle-spatial/gene.wasm +0 -0
- package/genes/particle-spatial/index.ts +352 -0
- package/genes/particle-spatial/phenotype.json +137 -0
- package/genes/performance-optimizer/.cloud-manifest.json +6 -0
- package/genes/performance-optimizer/.gene-manifest.json +8 -0
- package/genes/performance-optimizer/SKILL.md +480 -0
- package/genes/performance-optimizer/phenotype.json +28 -0
- package/genes/plagiarism-checker/.cloud-manifest.json +6 -0
- package/genes/plagiarism-checker/.gene-manifest.json +8 -0
- package/genes/plagiarism-checker/SKILL.md +342 -0
- package/genes/plagiarism-checker/phenotype.json +28 -0
- package/genes/product-manager/.cloud-manifest.json +6 -0
- package/genes/product-manager/.gene-manifest.json +8 -0
- package/genes/product-manager/SKILL.md +249 -0
- package/genes/product-manager/phenotype.json +28 -0
- package/genes/project-reviewer/.cloud-manifest.json +6 -0
- package/genes/project-reviewer/.gene-manifest.json +8 -0
- package/genes/project-reviewer/SKILL.md +312 -0
- package/genes/project-reviewer/phenotype.json +28 -0
- package/genes/prompt-engineer/.cloud-manifest.json +6 -0
- package/genes/prompt-engineer/.gene-manifest.json +8 -0
- package/genes/prompt-engineer/SKILL.md +411 -0
- package/genes/prompt-engineer/phenotype.json +28 -0
- package/genes/readability-analyzer/.cloud-manifest.json +6 -0
- package/genes/readability-analyzer/.gene-manifest.json +8 -0
- package/genes/readability-analyzer/SKILL.md +357 -0
- package/genes/readability-analyzer/index.ts +123 -0
- package/genes/readability-analyzer/package.json +1 -0
- package/genes/readability-analyzer/phenotype.json +35 -0
- package/genes/rotifer-protocol/SKILL.md +121 -0
- package/genes/security-auditor/.cloud-manifest.json +6 -0
- package/genes/security-auditor/.gene-manifest.json +8 -0
- package/genes/security-auditor/SKILL.md +494 -0
- package/genes/security-auditor/phenotype.json +28 -0
- package/genes/seo-optimizer/.cloud-manifest.json +6 -0
- package/genes/seo-optimizer/.gene-manifest.json +8 -0
- package/genes/seo-optimizer/SKILL.md +327 -0
- package/genes/seo-optimizer/index.ts +206 -0
- package/genes/seo-optimizer/package.json +1 -0
- package/genes/seo-optimizer/phenotype.json +1 -0
- package/genes/source-linker/.cloud-manifest.json +6 -0
- package/genes/source-linker/index.ts +88 -0
- package/genes/source-linker/phenotype.json +45 -0
- package/genes/style-optimizer/.cloud-manifest.json +6 -0
- package/genes/style-optimizer/.gene-manifest.json +8 -0
- package/genes/style-optimizer/SKILL.md +285 -0
- package/genes/style-optimizer/phenotype.json +28 -0
- package/genes/tech-lead/.cloud-manifest.json +6 -0
- package/genes/tech-lead/.gene-manifest.json +8 -0
- package/genes/tech-lead/SKILL.md +451 -0
- package/genes/tech-lead/phenotype.json +28 -0
- package/genes/test-wrap/.cloud-manifest.json +6 -0
- package/genes/test-wrap/.gene-manifest.json +8 -0
- package/genes/test-wrap/phenotype.json +28 -0
- package/genes/testing-strategist/.cloud-manifest.json +6 -0
- package/genes/testing-strategist/.gene-manifest.json +8 -0
- package/genes/testing-strategist/SKILL.md +500 -0
- package/genes/testing-strategist/phenotype.json +28 -0
- package/genes/text-summarizer/.cloud-manifest.json +6 -0
- package/genes/text-summarizer/README.md +34 -0
- package/genes/text-summarizer/index.ts +122 -0
- package/genes/text-summarizer/phenotype.json +32 -0
- package/genes/tone-analyzer/.cloud-manifest.json +6 -0
- package/genes/tone-analyzer/.gene-manifest.json +8 -0
- package/genes/tone-analyzer/SKILL.md +410 -0
- package/genes/tone-analyzer/phenotype.json +28 -0
- package/genes/translator/.cloud-manifest.json +6 -0
- package/genes/translator/.gene-manifest.json +8 -0
- package/genes/translator/SKILL.md +355 -0
- package/genes/translator/phenotype.json +28 -0
- package/genes/ui-components/.cloud-manifest.json +6 -0
- package/genes/ui-components/.gene-manifest.json +8 -0
- package/genes/ui-components/SKILL.md +467 -0
- package/genes/ui-components/phenotype.json +28 -0
- package/genes/uiux-designer/.cloud-manifest.json +6 -0
- package/genes/uiux-designer/.gene-manifest.json +8 -0
- package/genes/uiux-designer/SKILL.md +353 -0
- package/genes/uiux-designer/phenotype.json +28 -0
- package/genes/url-extractor/.cloud-manifest.json +6 -0
- package/genes/url-extractor/README.md +37 -0
- package/genes/url-extractor/index.ts +86 -0
- package/genes/url-extractor/phenotype.json +48 -0
- package/genes/ux-patterns/.cloud-manifest.json +6 -0
- package/genes/ux-patterns/.gene-manifest.json +8 -0
- package/genes/ux-patterns/SKILL.md +872 -0
- package/genes/ux-patterns/phenotype.json +28 -0
- package/genes/web3-components/.cloud-manifest.json +6 -0
- package/genes/web3-components/.gene-manifest.json +8 -0
- package/genes/web3-components/SKILL.md +390 -0
- package/genes/web3-components/phenotype.json +28 -0
- package/package.json +6 -5
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: business-writer
|
|
3
|
+
description: Write professional business documents including reports, proposals, and summaries. Create clear, data-driven content for workplace communication. Use when writing work reports, annual summaries, business plans, or OKRs.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Business Writer (商业写作师)
|
|
7
|
+
|
|
8
|
+
**Goal**: 撰写专业的商业文档,包括报告、提案和工作总结。
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## 1. 报告结构
|
|
13
|
+
|
|
14
|
+
### 工作周报
|
|
15
|
+
|
|
16
|
+
```markdown
|
|
17
|
+
# 周报 - [日期范围]
|
|
18
|
+
|
|
19
|
+
## 本周工作完成
|
|
20
|
+
|
|
21
|
+
| 任务 | 进度 | 成果 |
|
|
22
|
+
|------|------|------|
|
|
23
|
+
| 任务1 | 100% | 产出描述 |
|
|
24
|
+
| 任务2 | 80% | 当前状态 |
|
|
25
|
+
|
|
26
|
+
## 关键数据
|
|
27
|
+
|
|
28
|
+
- 指标1:数值(环比 +X%)
|
|
29
|
+
- 指标2:数值(达成率 X%)
|
|
30
|
+
|
|
31
|
+
## 问题与挑战
|
|
32
|
+
|
|
33
|
+
1. 问题描述
|
|
34
|
+
- 原因分析
|
|
35
|
+
- 解决方案
|
|
36
|
+
|
|
37
|
+
## 下周计划
|
|
38
|
+
|
|
39
|
+
- [ ] 计划1(优先级:高)
|
|
40
|
+
- [ ] 计划2(优先级:中)
|
|
41
|
+
|
|
42
|
+
## 需要的支持
|
|
43
|
+
|
|
44
|
+
- 资源需求/协助请求
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### 月度报告
|
|
48
|
+
|
|
49
|
+
```markdown
|
|
50
|
+
# 月度报告 - [年月]
|
|
51
|
+
|
|
52
|
+
## 执行摘要
|
|
53
|
+
[2-3句话总结本月核心成果]
|
|
54
|
+
|
|
55
|
+
## 目标达成
|
|
56
|
+
|
|
57
|
+
| 目标 | 目标值 | 实际值 | 达成率 |
|
|
58
|
+
|------|--------|--------|--------|
|
|
59
|
+
| OKR-1 | 100 | 95 | 95% |
|
|
60
|
+
|
|
61
|
+
## 关键里程碑
|
|
62
|
+
|
|
63
|
+
✅ 已完成:
|
|
64
|
+
- 里程碑1(完成日期)
|
|
65
|
+
|
|
66
|
+
🔄 进行中:
|
|
67
|
+
- 里程碑2(预计完成日期)
|
|
68
|
+
|
|
69
|
+
## 数据分析
|
|
70
|
+
|
|
71
|
+
### 核心指标趋势
|
|
72
|
+
[图表或数据]
|
|
73
|
+
|
|
74
|
+
### 同比/环比分析
|
|
75
|
+
[增长/下降分析]
|
|
76
|
+
|
|
77
|
+
## 问题复盘
|
|
78
|
+
|
|
79
|
+
| 问题 | 影响 | 根因 | 措施 |
|
|
80
|
+
|------|------|------|------|
|
|
81
|
+
| xxx | xxx | xxx | xxx |
|
|
82
|
+
|
|
83
|
+
## 下月计划
|
|
84
|
+
|
|
85
|
+
### 优先级 P0
|
|
86
|
+
- 关键任务1
|
|
87
|
+
|
|
88
|
+
### 优先级 P1
|
|
89
|
+
- 重要任务2
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### 年终总结
|
|
93
|
+
|
|
94
|
+
```markdown
|
|
95
|
+
# 年终工作总结 - [年份]
|
|
96
|
+
|
|
97
|
+
## 一、年度概述
|
|
98
|
+
[用3-5句话概括全年最重要的成果]
|
|
99
|
+
|
|
100
|
+
## 二、目标完成情况
|
|
101
|
+
|
|
102
|
+
### 年初目标 vs 实际达成
|
|
103
|
+
|
|
104
|
+
| 目标 | 目标值 | 达成值 | 完成率 |
|
|
105
|
+
|------|--------|--------|--------|
|
|
106
|
+
|
|
107
|
+
### 超额完成项
|
|
108
|
+
-
|
|
109
|
+
|
|
110
|
+
### 未达成项及原因
|
|
111
|
+
-
|
|
112
|
+
|
|
113
|
+
## 三、核心成果
|
|
114
|
+
|
|
115
|
+
### 成果一:[标题]
|
|
116
|
+
- 背景:
|
|
117
|
+
- 行动:
|
|
118
|
+
- 结果:
|
|
119
|
+
- 影响:
|
|
120
|
+
|
|
121
|
+
### 成果二:[标题]
|
|
122
|
+
...
|
|
123
|
+
|
|
124
|
+
## 四、数据回顾
|
|
125
|
+
|
|
126
|
+
### 关键业务指标
|
|
127
|
+
|
|
128
|
+
| 指标 | 年初 | 年末 | 增长 |
|
|
129
|
+
|------|------|------|------|
|
|
130
|
+
|
|
131
|
+
### 个人成长数据
|
|
132
|
+
- 完成项目:X 个
|
|
133
|
+
- 产出文档:X 篇
|
|
134
|
+
- 培训/分享:X 次
|
|
135
|
+
|
|
136
|
+
## 五、反思与成长
|
|
137
|
+
|
|
138
|
+
### 做得好的
|
|
139
|
+
1.
|
|
140
|
+
2.
|
|
141
|
+
|
|
142
|
+
### 需改进的
|
|
143
|
+
1.
|
|
144
|
+
2.
|
|
145
|
+
|
|
146
|
+
### 学到的经验
|
|
147
|
+
1.
|
|
148
|
+
2.
|
|
149
|
+
|
|
150
|
+
## 六、明年规划
|
|
151
|
+
|
|
152
|
+
### 目标
|
|
153
|
+
1.
|
|
154
|
+
2.
|
|
155
|
+
|
|
156
|
+
### 行动计划
|
|
157
|
+
1.
|
|
158
|
+
2.
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
## 2. 提案与方案
|
|
164
|
+
|
|
165
|
+
### 商业计划书 (BP)
|
|
166
|
+
|
|
167
|
+
```markdown
|
|
168
|
+
# [公司名] 商业计划书
|
|
169
|
+
|
|
170
|
+
## 执行摘要(1页)
|
|
171
|
+
- 一句话介绍
|
|
172
|
+
- 核心问题
|
|
173
|
+
- 解决方案
|
|
174
|
+
- 市场规模
|
|
175
|
+
- 商业模式
|
|
176
|
+
- 团队亮点
|
|
177
|
+
- 融资需求
|
|
178
|
+
|
|
179
|
+
## 问题与机会
|
|
180
|
+
- 痛点描述
|
|
181
|
+
- 市场数据
|
|
182
|
+
- 为什么是现在
|
|
183
|
+
|
|
184
|
+
## 解决方案
|
|
185
|
+
- 产品/服务描述
|
|
186
|
+
- 核心优势
|
|
187
|
+
- 竞争壁垒
|
|
188
|
+
|
|
189
|
+
## 市场分析
|
|
190
|
+
- TAM/SAM/SOM
|
|
191
|
+
- 目标客户画像
|
|
192
|
+
- 竞争格局
|
|
193
|
+
|
|
194
|
+
## 商业模式
|
|
195
|
+
- 收入来源
|
|
196
|
+
- 定价策略
|
|
197
|
+
- 获客成本 (CAC)
|
|
198
|
+
- 客户终身价值 (LTV)
|
|
199
|
+
|
|
200
|
+
## 运营数据
|
|
201
|
+
- 核心指标
|
|
202
|
+
- 增长曲线
|
|
203
|
+
- 里程碑
|
|
204
|
+
|
|
205
|
+
## 团队
|
|
206
|
+
- 核心团队背景
|
|
207
|
+
- 组织架构
|
|
208
|
+
|
|
209
|
+
## 财务预测
|
|
210
|
+
- 收入预测(3-5年)
|
|
211
|
+
- 关键假设
|
|
212
|
+
|
|
213
|
+
## 融资计划
|
|
214
|
+
- 融资金额
|
|
215
|
+
- 资金用途
|
|
216
|
+
- 里程碑规划
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
### 项目提案
|
|
220
|
+
|
|
221
|
+
```markdown
|
|
222
|
+
# [项目名称] 提案
|
|
223
|
+
|
|
224
|
+
## 背景
|
|
225
|
+
- 现状描述
|
|
226
|
+
- 问题/机会
|
|
227
|
+
|
|
228
|
+
## 目标
|
|
229
|
+
- SMART 目标
|
|
230
|
+
- 成功标准
|
|
231
|
+
|
|
232
|
+
## 方案
|
|
233
|
+
### 方案概述
|
|
234
|
+
### 具体步骤
|
|
235
|
+
### 风险与对策
|
|
236
|
+
|
|
237
|
+
## 资源需求
|
|
238
|
+
| 资源类型 | 需求 | 成本 |
|
|
239
|
+
|----------|------|------|
|
|
240
|
+
| 人力 | | |
|
|
241
|
+
| 预算 | | |
|
|
242
|
+
| 时间 | | |
|
|
243
|
+
|
|
244
|
+
## 时间计划
|
|
245
|
+
- Phase 1:
|
|
246
|
+
- Phase 2:
|
|
247
|
+
- Phase 3:
|
|
248
|
+
|
|
249
|
+
## 预期收益
|
|
250
|
+
- 量化收益
|
|
251
|
+
- 非量化收益
|
|
252
|
+
|
|
253
|
+
## 附录
|
|
254
|
+
- 数据支撑
|
|
255
|
+
- 参考案例
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
## 3. OKR 写作
|
|
261
|
+
|
|
262
|
+
### OKR 模板
|
|
263
|
+
|
|
264
|
+
```markdown
|
|
265
|
+
## Objective(目标)
|
|
266
|
+
|
|
267
|
+
[定性描述,鼓舞人心]
|
|
268
|
+
|
|
269
|
+
### Key Results(关键结果)
|
|
270
|
+
|
|
271
|
+
| KR | 基准值 | 目标值 | 当前值 | 进度 |
|
|
272
|
+
|----|--------|--------|--------|------|
|
|
273
|
+
| KR1 | 0 | 100 | 45 | 45% |
|
|
274
|
+
| KR2 | 50% | 80% | 65% | 75% |
|
|
275
|
+
|
|
276
|
+
### 行动计划
|
|
277
|
+
|
|
278
|
+
| 行动 | 负责人 | 截止日期 | 状态 |
|
|
279
|
+
|------|--------|----------|------|
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
### OKR 写作原则
|
|
283
|
+
|
|
284
|
+
```markdown
|
|
285
|
+
## Objective 原则
|
|
286
|
+
- 定性描述,不是数字
|
|
287
|
+
- 有野心,有挑战
|
|
288
|
+
- 鼓舞人心
|
|
289
|
+
- 一个周期 3-5 个
|
|
290
|
+
|
|
291
|
+
## Key Result 原则
|
|
292
|
+
- 可量化
|
|
293
|
+
- 有明确标准
|
|
294
|
+
- 有挑战性(达成率 60-70% 为佳)
|
|
295
|
+
- 每个 O 对应 3-5 个 KR
|
|
296
|
+
|
|
297
|
+
## 示例
|
|
298
|
+
|
|
299
|
+
❌ O: 提高用户满意度
|
|
300
|
+
KR: 做好客服工作
|
|
301
|
+
|
|
302
|
+
✅ O: 打造用户最喜爱的产品体验
|
|
303
|
+
KR1: NPS 从 40 提升到 60
|
|
304
|
+
KR2: 用户投诉率从 5% 降至 2%
|
|
305
|
+
KR3: 功能使用率提升 30%
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
---
|
|
309
|
+
|
|
310
|
+
## 4. 数据呈现
|
|
311
|
+
|
|
312
|
+
### 数据可视化建议
|
|
313
|
+
|
|
314
|
+
| 数据类型 | 推荐图表 |
|
|
315
|
+
|----------|----------|
|
|
316
|
+
| 趋势变化 | 折线图 |
|
|
317
|
+
| 占比分布 | 饼图/环形图 |
|
|
318
|
+
| 对比 | 柱状图 |
|
|
319
|
+
| 排名 | 条形图 |
|
|
320
|
+
| 关系 | 散点图 |
|
|
321
|
+
| 流程 | 漏斗图 |
|
|
322
|
+
|
|
323
|
+
### 数据描述模板
|
|
324
|
+
|
|
325
|
+
```markdown
|
|
326
|
+
## 数据表述公式
|
|
327
|
+
|
|
328
|
+
[指标] 为 [数值],较 [对比时期] [增长/下降] [变化值/变化率]。
|
|
329
|
+
|
|
330
|
+
## 示例
|
|
331
|
+
|
|
332
|
+
月活用户达 120 万,较上月增长 15%,环比增速加快。
|
|
333
|
+
转化率为 3.2%,较去年同期下降 0.5 个百分点。
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
---
|
|
337
|
+
|
|
338
|
+
## 5. 邮件写作
|
|
339
|
+
|
|
340
|
+
### 商务邮件模板
|
|
341
|
+
|
|
342
|
+
```markdown
|
|
343
|
+
主题:[简洁明确的主题]
|
|
344
|
+
|
|
345
|
+
[称呼],
|
|
346
|
+
|
|
347
|
+
[开头:目的/背景,1-2句]
|
|
348
|
+
|
|
349
|
+
[正文:核心内容,分点陈述]
|
|
350
|
+
1.
|
|
351
|
+
2.
|
|
352
|
+
3.
|
|
353
|
+
|
|
354
|
+
[结尾:行动请求/期待]
|
|
355
|
+
|
|
356
|
+
[落款]
|
|
357
|
+
[姓名]
|
|
358
|
+
[职位]
|
|
359
|
+
[联系方式]
|
|
360
|
+
```
|
|
361
|
+
|
|
362
|
+
### 会议纪要
|
|
363
|
+
|
|
364
|
+
```markdown
|
|
365
|
+
# 会议纪要
|
|
366
|
+
|
|
367
|
+
**会议主题**:
|
|
368
|
+
**时间**:
|
|
369
|
+
**地点/形式**:
|
|
370
|
+
**参会人**:
|
|
371
|
+
**记录人**:
|
|
372
|
+
|
|
373
|
+
---
|
|
374
|
+
|
|
375
|
+
## 会议议题
|
|
376
|
+
|
|
377
|
+
### 议题一:[标题]
|
|
378
|
+
- 讨论内容:
|
|
379
|
+
- 结论:
|
|
380
|
+
- Action Item:
|
|
381
|
+
|
|
382
|
+
### 议题二:[标题]
|
|
383
|
+
...
|
|
384
|
+
|
|
385
|
+
---
|
|
386
|
+
|
|
387
|
+
## Action Items
|
|
388
|
+
|
|
389
|
+
| 事项 | 负责人 | 截止日期 |
|
|
390
|
+
|------|--------|----------|
|
|
391
|
+
```
|
|
392
|
+
|
|
393
|
+
---
|
|
394
|
+
|
|
395
|
+
## 6. 检查清单
|
|
396
|
+
|
|
397
|
+
```markdown
|
|
398
|
+
## Business Writing Checklist
|
|
399
|
+
|
|
400
|
+
### 结构
|
|
401
|
+
- [ ] 有清晰的开头/正文/结尾
|
|
402
|
+
- [ ] 逻辑层次分明
|
|
403
|
+
- [ ] 重点突出
|
|
404
|
+
|
|
405
|
+
### 数据
|
|
406
|
+
- [ ] 数据准确
|
|
407
|
+
- [ ] 有对比/趋势
|
|
408
|
+
- [ ] 可视化适当
|
|
409
|
+
|
|
410
|
+
### 语言
|
|
411
|
+
- [ ] 专业简洁
|
|
412
|
+
- [ ] 无歧义
|
|
413
|
+
- [ ] 积极正面
|
|
414
|
+
|
|
415
|
+
### 格式
|
|
416
|
+
- [ ] 标题清晰
|
|
417
|
+
- [ ] 表格规范
|
|
418
|
+
- [ ] 排版整洁
|
|
419
|
+
```
|
|
420
|
+
|
|
421
|
+
---
|
|
422
|
+
|
|
423
|
+
## Quick Reference
|
|
424
|
+
|
|
425
|
+
### 商务写作原则
|
|
426
|
+
|
|
427
|
+
```markdown
|
|
428
|
+
1. 结论先行(金字塔原理)
|
|
429
|
+
2. 数据说话
|
|
430
|
+
3. MECE 原则(不重不漏)
|
|
431
|
+
4. 简洁有力
|
|
432
|
+
5. 行动导向
|
|
433
|
+
```
|
|
434
|
+
|
|
435
|
+
### 常用缩写
|
|
436
|
+
|
|
437
|
+
| 缩写 | 全称 |
|
|
438
|
+
|------|------|
|
|
439
|
+
| OKR | Objectives and Key Results |
|
|
440
|
+
| KPI | Key Performance Indicator |
|
|
441
|
+
| ROI | Return on Investment |
|
|
442
|
+
| YoY | Year over Year |
|
|
443
|
+
| MoM | Month over Month |
|
|
444
|
+
| QoQ | Quarter over Quarter |
|
|
445
|
+
| WoW | Week over Week |
|
|
446
|
+
| GMV | Gross Merchandise Volume |
|
|
447
|
+
| DAU | Daily Active Users |
|
|
448
|
+
| MAU | Monthly Active Users |
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"domain": "content.business",
|
|
3
|
+
"description": "Write professional business documents including reports, proposals, and summaries. Create clear, data-driven content for workplace communication. Use when writing work reports, annual summaries, business plans, or OKRs.",
|
|
4
|
+
"inputSchema": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"prompt": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"required": []
|
|
12
|
+
},
|
|
13
|
+
"outputSchema": {
|
|
14
|
+
"type": "object",
|
|
15
|
+
"properties": {
|
|
16
|
+
"result": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"dependencies": [],
|
|
22
|
+
"version": "0.1.0",
|
|
23
|
+
"author": "rotifer-team",
|
|
24
|
+
"createdAt": 1771939391931,
|
|
25
|
+
"fidelity": "Wrapped",
|
|
26
|
+
"transparency": "Open",
|
|
27
|
+
"source": "skill"
|
|
28
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"geneId": "7799bf4ceeca67b7ae3df1c851971338a5810579304667b2b8af893ab64da43d",
|
|
3
|
+
"name": "citation-manager",
|
|
4
|
+
"domain": "content.citation",
|
|
5
|
+
"fidelity": "Wrapped",
|
|
6
|
+
"wrappedAt": "2026-02-24T13:23:24.212Z",
|
|
7
|
+
"fromSkill": "../.cursor/skills/citation-manager/SKILL.md"
|
|
8
|
+
}
|