newtype-profile 1.0.53 → 1.0.55
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/README.md +28 -23
- package/README.zh-cn.md +28 -23
- package/dist/cli/index.js +1 -1
- package/dist/index.js +31 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -274,33 +274,38 @@ To disable a built-in MCP:
|
|
|
274
274
|
|
|
275
275
|
### Built-in Skills
|
|
276
276
|
|
|
277
|
-
The plugin includes specialized skills that can
|
|
277
|
+
The plugin includes specialized skills that Chief can load on-demand when tasks need structured frameworks:
|
|
278
278
|
|
|
279
279
|
| Skill | Command | Description |
|
|
280
280
|
|-------|---------|-------------|
|
|
281
281
|
| **playwright** | `/playwright` | Browser automation via Playwright MCP - web scraping, testing, screenshots |
|
|
282
|
-
| **super-analyst** | `/super-analyst` |
|
|
283
|
-
| **super-writer** | `/super-writer` |
|
|
284
|
-
|
|
285
|
-
**
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
-
|
|
289
|
-
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
-
|
|
302
|
-
-
|
|
303
|
-
-
|
|
282
|
+
| **super-analyst** | `/super-analyst` | Professional analysis with 12 frameworks (SWOT, Porter's Five Forces, First Principles, etc.) |
|
|
283
|
+
| **super-writer** | `/super-writer` | Content creation with 6 methodologies (W.R.I.T.E, AIDA, Storytelling, etc.) |
|
|
284
|
+
|
|
285
|
+
**How Chief Uses Skills:**
|
|
286
|
+
|
|
287
|
+
Chief automatically loads skills when the task requires structured thinking:
|
|
288
|
+
- "Analyze competitor X" → Chief loads `super-analyst`, uses frameworks to guide thinking, then delegates research to Deputy
|
|
289
|
+
- "Write an article about Y" → Chief loads `super-writer`, selects methodology, then gives structured instructions to Deputy → Writer
|
|
290
|
+
|
|
291
|
+
Skills guide Chief's thinking process. Chief then distills the framework into clear, actionable instructions for the execution team.
|
|
292
|
+
|
|
293
|
+
**Super Analyst (v1.0.53+ simplified):**
|
|
294
|
+
- 3-tier complexity detection: simple → direct answer, medium → 1 framework, complex → 2-3 frameworks combined
|
|
295
|
+
- 12 frameworks with concise 4-5 step guides (not 600-word prompts)
|
|
296
|
+
- Sequential Thinking is optional, not mandatory
|
|
297
|
+
- Search strategy: on-demand, not forced
|
|
298
|
+
|
|
299
|
+
**Super Writer (v1.0.53+ simplified):**
|
|
300
|
+
- 3-step workflow: Understand → Prepare (if needed) → Create
|
|
301
|
+
- 6 methodologies with concrete steps:
|
|
302
|
+
- **W.R.I.T.E**: Write → Research → Ideate → Target → Enhance
|
|
303
|
+
- **AIDA**: Attention → Interest → Desire → Action
|
|
304
|
+
- **Storytelling**: Setup → Conflict → Journey → Climax → Resolution
|
|
305
|
+
- **Content Writing Process**: Planning → Research → Writing → Editing → Publishing
|
|
306
|
+
- **Content Creation Techniques**: Hook-Story-Offer, Problem-Agitate-Solve, etc.
|
|
307
|
+
- **High-Value Content Strategies**: Deep articles, original research, expert interviews, etc.
|
|
308
|
+
- Style extraction only when user explicitly requests mimicking (no verification table)
|
|
304
309
|
|
|
305
310
|
To disable a built-in skill:
|
|
306
311
|
|
package/README.zh-cn.md
CHANGED
|
@@ -274,33 +274,38 @@ Chief 使用 `chief_task` 按分类委派任务:
|
|
|
274
274
|
|
|
275
275
|
### 内置 Skills
|
|
276
276
|
|
|
277
|
-
|
|
277
|
+
插件内置了专业技能,Chief 会在需要结构化思考时按需加载:
|
|
278
278
|
|
|
279
279
|
| 技能 | 命令 | 说明 |
|
|
280
280
|
|------|------|------|
|
|
281
281
|
| **playwright** | `/playwright` | 通过 Playwright MCP 进行浏览器自动化 - 网页抓取、测试、截图 |
|
|
282
|
-
| **super-analyst** | `/super-analyst` |
|
|
283
|
-
| **super-writer** | `/super-writer` |
|
|
284
|
-
|
|
285
|
-
**
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
-
|
|
289
|
-
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
-
|
|
302
|
-
-
|
|
303
|
-
-
|
|
282
|
+
| **super-analyst** | `/super-analyst` | 专业分析系统,包含12个框架(SWOT、波特五力、第一性原理等) |
|
|
283
|
+
| **super-writer** | `/super-writer` | 内容创作系统,包含6种方法论(W.R.I.T.E、AIDA、叙事框架等) |
|
|
284
|
+
|
|
285
|
+
**Chief 如何使用 Skills:**
|
|
286
|
+
|
|
287
|
+
Chief 在任务需要结构化思考时自动加载技能:
|
|
288
|
+
- "分析竞争对手 X" → Chief 加载 `super-analyst`,用框架指导思考,然后委派 Deputy 去调研
|
|
289
|
+
- "写一篇关于 Y 的文章" → Chief 加载 `super-writer`,选择方法论,然后给 Deputy → Writer 下达结构化指令
|
|
290
|
+
|
|
291
|
+
Skills 指导 Chief 的思考过程。Chief 把框架消化后,给执行团队精简、可操作的指令。
|
|
292
|
+
|
|
293
|
+
**Super Analyst (v1.0.53+ 精简版):**
|
|
294
|
+
- 3层复杂度判断:简单 → 直接回答,中等 → 1个框架,复杂 → 2-3个框架组合
|
|
295
|
+
- 12个框架,每个只有4-5条关键步骤(不是600字的完整提示词)
|
|
296
|
+
- Sequential Thinking 是可选的,不强制
|
|
297
|
+
- 搜索策略:按需搜索,不强制
|
|
298
|
+
|
|
299
|
+
**Super Writer (v1.0.53+ 精简版):**
|
|
300
|
+
- 3步工作流:理解需求 → 按需准备 → 创作
|
|
301
|
+
- 6种方法论,每种都有具体步骤:
|
|
302
|
+
- **W.R.I.T.E**:初稿 → 研究 → 构思 → 定位 → 优化
|
|
303
|
+
- **AIDA**:吸引注意 → 引发兴趣 → 激发渴望 → 促成行动
|
|
304
|
+
- **Storytelling**:设定 → 冲突 → 历程 → 高潮 → 结局
|
|
305
|
+
- **Content Writing Process**:规划 → 研究 → 写作 → 编辑 → 发布
|
|
306
|
+
- **Content Creation Techniques**:Hook-Story-Offer、Problem-Agitate-Solve 等
|
|
307
|
+
- **High-Value Content Strategies**:深度长文、原创研究、专家访谈等
|
|
308
|
+
- 风格提取仅在用户明确要求模仿时使用(删除了验证表)
|
|
304
309
|
|
|
305
310
|
禁用内置 Skill:
|
|
306
311
|
|
package/dist/cli/index.js
CHANGED
|
@@ -2253,7 +2253,7 @@ var require_picocolors = __commonJS((exports, module) => {
|
|
|
2253
2253
|
var require_package = __commonJS((exports, module) => {
|
|
2254
2254
|
module.exports = {
|
|
2255
2255
|
name: "newtype-profile",
|
|
2256
|
-
version: "1.0.
|
|
2256
|
+
version: "1.0.55",
|
|
2257
2257
|
description: "AI Agent Collaboration System for Content Creation - Based on oh-my-opencode",
|
|
2258
2258
|
main: "dist/index.js",
|
|
2259
2259
|
types: "dist/index.d.ts",
|
package/dist/index.js
CHANGED
|
@@ -50315,6 +50315,37 @@ When analyzing problems:
|
|
|
50315
50315
|
5. **What's the simplest path forward?** Bias toward action
|
|
50316
50316
|
</Thinking_Framework>
|
|
50317
50317
|
|
|
50318
|
+
<Available_Skills>
|
|
50319
|
+
## \u53EF\u7528\u6280\u80FD\uFF08\u6309\u9700\u52A0\u8F7D\uFF09
|
|
50320
|
+
|
|
50321
|
+
\u4F60\u53EF\u4EE5\u901A\u8FC7 \`skill({ name: "..." })\` \u52A0\u8F7D\u4E13\u4E1A\u601D\u8003\u6846\u67B6\u3002\u52A0\u8F7D\u540E\uFF0C\u6846\u67B6\u4F1A\u6CE8\u5165\u5230\u4F60\u7684\u4E0A\u4E0B\u6587\u4E2D\u6307\u5BFC\u601D\u8003\u3002
|
|
50322
|
+
|
|
50323
|
+
### Super-Analyst
|
|
50324
|
+
**\u89E6\u53D1\u573A\u666F**\uFF1A
|
|
50325
|
+
- \u7528\u6237\u8BF4"\u5206\u6790\u4E00\u4E0B..."\u3001"\u8BC4\u4F30..."\u3001"\u5BF9\u6BD4 A \u548C B"
|
|
50326
|
+
- \u9700\u8981\u7CFB\u7EDF\u5316\u5206\u6790\uFF1A\u6218\u7565\u8BC4\u4F30\u3001\u7ADE\u4E89\u5206\u6790\u3001\u6295\u8D44\u51B3\u7B56\u3001\u6839\u56E0\u8BCA\u65AD
|
|
50327
|
+
- \u590D\u6742\u95EE\u9898\u9700\u8981\u6846\u67B6\u652F\u6491\uFF08SWOT\u3001\u6CE2\u7279\u4E94\u529B\u3001\u7B2C\u4E00\u6027\u539F\u7406\u7B49\uFF09
|
|
50328
|
+
|
|
50329
|
+
**\u8C03\u7528**\uFF1A\`skill({ name: "super-analyst" })\`
|
|
50330
|
+
|
|
50331
|
+
**\u7528\u6CD5**\uFF1A\u52A0\u8F7D\u540E\uFF0C\u4F60\u7528\u6846\u67B6\u6307\u5BFC\u81EA\u5DF1\u7684\u601D\u8003\uFF0C\u7136\u540E\u6D3E Deputy \u8BA9 researcher \u641C\u96C6\u4FE1\u606F\uFF08\u5982\u9700\u8981\uFF09\u3002
|
|
50332
|
+
|
|
50333
|
+
### Super-Writer
|
|
50334
|
+
**\u89E6\u53D1\u573A\u666F**\uFF1A
|
|
50335
|
+
- \u7528\u6237\u8BF4"\u5199\u4E00\u7BC7..."\u3001"\u5E2E\u6211\u5199..."\u3001"\u521B\u4F5C..."
|
|
50336
|
+
- \u9700\u8981\u65B9\u6CD5\u8BBA\u6307\u5BFC\uFF1A\u535A\u5BA2\u6587\u7AE0\u3001\u9500\u552E\u6587\u6848\u3001\u54C1\u724C\u6545\u4E8B\u3001\u6DF1\u5EA6\u6307\u5357
|
|
50337
|
+
- \u7528\u6237\u8981\u6C42\u7279\u5B9A\u5199\u4F5C\u98CE\u683C\u6216\u7ED3\u6784
|
|
50338
|
+
|
|
50339
|
+
**\u8C03\u7528**\uFF1A\`skill({ name: "super-writer" })\`
|
|
50340
|
+
|
|
50341
|
+
**\u7528\u6CD5**\uFF1A\u52A0\u8F7D\u540E\uFF0C\u4F60\u7528\u65B9\u6CD5\u8BBA\uFF08W.R.I.T.E\u3001AIDA\u3001Storytelling \u7B49\uFF09\u89C4\u5212\u5185\u5BB9\u7ED3\u6784\uFF0C\u7136\u540E\u628A**\u5177\u4F53\u5199\u4F5C\u6307\u4EE4**\uFF08\u9009\u5B9A\u7684\u65B9\u6CD5\u8BBA\u3001\u7ED3\u6784\u5927\u7EB2\u3001\u98CE\u683C\u8981\u6C42\uFF09\u4F20\u7ED9 Deputy \u2192 Writer \u6267\u884C\u3002
|
|
50342
|
+
|
|
50343
|
+
### \u4F7F\u7528\u539F\u5219
|
|
50344
|
+
- **\u6309\u9700\u52A0\u8F7D**\uFF1A\u53EA\u6709\u5F53\u4EFB\u52A1\u660E\u786E\u9700\u8981\u6846\u67B6\u652F\u6491\u65F6\u624D\u52A0\u8F7D
|
|
50345
|
+
- **\u4F60\u662F\u601D\u8003\u8005**\uFF1ASkill \u6307\u5BFC\u4F60\u7684\u601D\u8003\uFF0C\u4E0D\u662F\u76F4\u63A5\u4EA4\u7ED9\u6267\u884C\u8005
|
|
50346
|
+
- **\u7CBE\u7B80\u4F20\u9012**\uFF1A\u7ED9 Deputy \u7684\u6307\u4EE4\u662F\u4F60\u6D88\u5316\u540E\u7684\u7ED3\u8BBA\uFF0C\u4E0D\u662F\u6574\u4E2A\u6846\u67B6
|
|
50347
|
+
</Available_Skills>
|
|
50348
|
+
|
|
50318
50349
|
<Memory_System>
|
|
50319
50350
|
## \u8BB0\u5FC6\u7CFB\u7EDF
|
|
50320
50351
|
|