Agent skill · AI & Agents

workflows

触发:当你面临的任务明显需要多个思想武器协作时调用;常见信号包括:从零启动新项目、攻坚复杂疑难问题、对已有方案进行迭代优化。此 skill 提供标准化的跨 skill 工作流组合,解决"应该先用哪个 skill、怎么衔接"的问题。

HughYaugithub.com/HughYauGitHub ↗
claude-codeMIT
Install
npx skills add HughYau/qiushi-skill --skill workflows --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/workflows/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,674
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 工作流组合 > "政策和策略是党的生命,各级领导同志务必充分注意,万万不可粗心大意。" > —— 毛泽东 方法论的威力不在于单独使用某一件思想武器,而在于**在正确的时机以正确的顺序组合使用**。本 skill 提供三条标准化工作流,定义 skill 的调用顺序、步骤间的数据传递格式和终止条件。 --- ## Workflow 1:新项目启动 **适用场景:** 从零开始面对一个新任务/项目/领域,目标已知但路径未知,资源有限。 **触发信号:** 新项目、新领域、MVP、从零开始、不知道从哪里下手 ### 工作流 ``` investigation-first → contradiction-analysis → spark-prairie-fire → protracted-strategy 调查研究 → 矛盾分析 → 星火燎原 → 持久战略 ``` ### 步骤详解 **Step 1:investigation-first(调查研究)** - 目标:摸清现状,占有第一手材料 - 输出格式(传递给 Step 2): ``` 调查结论: - 现状是:…… - 关键约束是:…… - 主要的未知项是:…… - 已知的可依托基础是:…… ``` - 终止条件:能够回答"现在是什么情况"这个问题 **Step 2:contradiction-analysis(矛盾分析)** - 输入:Step 1 的调查结论 - 目标:从调查材料中识别主要矛盾,找到最值得突破的切入点 - 输出格式(传递给 Step 3): ``` 主要矛盾:[A] vs [B] 矛盾性质:[对抗性/非对抗性] 最值得突破的切入点:…… 原因:解决了它,[X]、[Y] 问题随之缓解 ``` - 终止条件:找到一个明确的主要矛盾和切入点 **Step 3:spark-prairie-fire(星火燎原)** - 输入:Step 2 识别的切入点 - 目标:以切入点为根据地,制定从小到大的发展路线 - 输出格式(传递给 Step 4): ``` 根据地:[具体切入点] 发展路线: 第1步:[具体行动] → 成功标志:…… 第2步:[具体行动] → 成功标志:…… 第3步:[具体行动] → 成功标志:…… ``` - 终止条件:有一条清晰的、从当前能力出发的发展路线 **Step 4:protracted-strategy(持久战略)** - 输入:Step 3 的发展路线 - 目标:将发展路线纳入阶段性战略框架,确定当前处于哪个阶段,设置阶段转换条件 - 输出格式: ``` 当前阶段:战略防御期 本阶段核心任务:[Step 3 第1步] 转入相持期的条件:当 [具体里程碑] 达成时 ``` - 终止条件:有明确的阶段定位和转换条件 --- ## Workflow 2:复杂问题攻坚 **适用场景:*

What's inside
Steps it walks through
  1. Workflow 1:新项目启动
  2. 工作流
  3. 步骤详解
  4. Workflow 2:复杂问题攻坚
  5. Workflow 3:方案迭代优化
  6. 工作流选择指南
  7. 数据传递规则
  8. 工作流中断处理
More from qiushi-skill
All skills →
About this skill
What does the workflows skill do?

触发:当你面临的任务明显需要多个思想武器协作时调用;常见信号包括:从零启动新项目、攻坚复杂疑难问题、对已有方案进行迭代优化。此 skill 提供标准化的跨 skill 工作流组合,解决"应该先用哪个 skill、怎么衔接"的问题。

How do I install it?

Run `npx skills add HughYau/qiushi-skill --skill workflows --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From HughYau/qiushi-skill, a repository with 3,674 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going