Summary
- 当用户想把某个岗位或流程自动化,需要把宏大目标拆解为具体可执行任务时使用。
- 用户在说"替代XX岗位"、"全自动"、"AI取代"、"把X工作交给AI"时激活。
- 不适用于: 岗位本身只有单一不可拆分的任务、需要整体流程自动化的场景、创意型工作。
kangarooking/ai-for-everyone-skill · Archived
当用户想把某个岗位或流程自动化,需要把宏大目标拆解为? 用户在说"替代XX岗位"、"? 不适用于: 岗位本身只有单一不可拆分的任务、需要整体流程自动化的场景、创意型工作。
npx skills add kangarooking/ai-for-everyone-skill --skill automate-task
This repository is archived — consider an actively maintained alternative.
应用从 AI for Everyone 蒸馏出的「统一数据仓库 — AI的数据基础设施」方法论。Use when the user nee…
6 installs应用从 AI for Everyone 蒸馏出的「试点势能飞轮 — 先求成功再求价值」方法论。Use when the user nee…
6 installs应用从 AI for Everyone 蒸馏出的「迭代而非完美 — AI产品的渐进式改进」方法论。Use when the user n…
6 installs应用从 AI for Everyone 蒸馏出的「ML项目流程 — 收集→训练→部署→迭代」方法论。Use when the user ne…
6 installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
>- Foundation skill for Power Automate via FlowStudio MCP — auth setup, the reusable MCP helper…
4.3K installsAnalyze a screen recording of a manual process and produce targeted, working automation scripts.
2.3K installs>- Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Your…
2K installs>- Debug failing Power Automate cloud flows using the FlowStudio MCP server. The Graph API only…
1.9K installsBuild and debug Kapso WhatsApp workflows, triggers, functions, and executions.
3.1K installsUse for "automate me", "create/update/refresh my -mode skill", "turn/capture my preferences or …
1.8K installsOther skills from kangarooking/ai-for-everyone-skill · top by installs.
npx skills add kangarooking/ai-for-everyone-skill
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
7,213 B
SUMMARY.md
343 B
Original cangjie-skill frontmatter from the distillation run:
name: automate-task
description: |
当用户想把某个岗位或流程自动化,需要把宏大目标拆解为具体可执行任务时使用。
用户在说"替代XX岗位"、"全自动"、"AI取代"、"把X工作交给AI"时激活。
不适用于: 岗位本身只有单一不可拆分的任务、需要整体流程自动化的场景、创意型工作。
source_book: 《给所有人的AI入门课》 吴恩达 (Andrew Ng)
source_chapter: p14, p13
tags: [task-decomposition, automation, scope, project-selection]
related_skills:
- slug: cross-functional-brainstorming
relation: composes-with
- slug: one-second-rule
relation: depends-on
- slug: ml-feasibility
relation: depends-on
"我认为更应关注自动化任务而非岗位...通过分析员工执行的所有任务,并筛选出一项,可帮助选择近期最具潜力的自动化项目。"
— 吴恩达, p14
媒体叙事常说"AI会取代工作"——但这是错误的分析粒度。 任何岗位都不是单一任务,而是由多个任务组成的集合。有些任务容易自动化(分类、路由、检测),有些任务很难(共情、创意、复杂判断)。 试图"自动化一个岗位"是一个模糊且难以执行的目标;但"自动化岗位中的某一个具体任务"是清晰且可实现的。 这个框架的操作方式是:先列出某个岗位的所有任务,然后逐一评估哪些任务满足自动化条件(简单概念 + 有数据),最后挑出最有价值的一项作为项目切入点。 它把"AI取代人"的焦虑叙事,转化为"AI辅助具体任务"的建设性行动。
cross-functional-brainstorming 的区别: 跨职能头脑风暴是"谁来参与创意发现",任务分解框架是"有了方向后如何具体拆解"。one-second-rule 的区别: 一秒法则判断单个任务是否可行,任务分解是先把岗位拆成多个任务再逐一判断。ml-feasibility 的区别: 双因素框架评估单个项目的可行性,任务分解是在评估之前先完成拆解。当 skill 被激活后, agent 应按以下步骤执行:
- 向用户提问:"这个岗位/角色每天要做哪些事情?请列出所有能想到的任务。" - 完成标准: 用户能列出至少5-10个具体任务(如"回复客户邮件"、"审核发票"、"安排会议")
- 对每个任务提问: - "这个任务人类能做多快?一秒内能判断吗?"(参考 one-second-rule) - "有历史数据可以用于训练吗?"(参考 ml-feasibility) - "自动化这个任务能带来多大价值?" - 完成标准: 每个任务都有"概念简单性"、"数据可用性"、"业务价值"三个维度的评估
- 建议用户选择"简单 + 有数据 + 高价值"的任务作为第一个自动化项目 - 完成标准: 用户明确了一个具体的、可执行的任务作为项目范围,而非整个岗位