Loading...
Loading...
Writing Assistant - Triggered when users say "I want to write XX", "Help me sort out topics", "How to form a framework", "Help me organize my thoughts". Automatically select the optimal path based on the clarity of the user's viewpoint: take the "Framework → Content" path for clear viewpoints, and take the "Mining → Topic Selection → Framework → Content" path for vague viewpoints.
npx skill4agent add yunshu0909/yunshu_skillshub writing-assistant用户提出主题或想法
│
↓
[阶段00] 诊断:观点清不清楚?
│
├─→ 清晰(知道要讲什么)
│ ├─ [阶段03] 框架讨论 - 打磨和组织框架
│ └─ [阶段04] 内容产出 - 根据框架写文章
│
└─→ 模糊(有很多想法但不知道讲什么)
├─ [阶段01] 思维挖掘 - 把想法倒出来
├─ [阶段02] 选题确定 - 从想法中找核心
├─ [阶段03] 框架讨论 - 打磨和组织框架
└─ [阶段04] 内容产出 - 根据框架写文章| Stage | Name | Trigger Condition | Goal | Detailed Document |
|---|---|---|---|---|
| 00 | Diagnosis | User presents an idea or topic | Quickly judge the clarity of the viewpoint | |
| 01 | Thought Mining | Vague viewpoint | Dump scattered thoughts and record them as insights | |
| 02 | Topic Confirmation | Sufficient insights collected | Lock in the core topic and key statement from insights | |
| 03 | Framework Discussion | Topic confirmed (regardless of branch) | Polish and organize the article framework to ensure logical clarity | |
| 04 | Content Generation | Framework confirmed | Write an article of around 1000 words based on the framework | |
writing-assistant/
├── SKILL.md # 主文件(触发、流程、调度规则)
├── stages/
│ ├── 00-diagnosis.md # 诊断阶段
│ ├── 01-mining.md # 思维挖掘(仅当观点模糊时)
│ ├── 02-topic.md # 选题确定(仅当观点模糊时)
│ ├── 03-framework.md # 框架讨论(通用)
│ └── 04-writing.md # 内容产出(通用)
└── templates/
├── framework-template.md # 框架讨论的记录模板
└── article-template.md # 内容产出时参考