跳到主要内容
知仓学习社ZHICANG

async-instead

Convert a meeting into async work that actually decides — the doc-plus-deadline format that replaces the room, the comment-window rules, the decisio…

不碰外部(只输出文字)无严重或高危命中mohitagw15856/pm-claude-skills

它会碰到什么

扫了多少1 个文本文件,5 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Async Instead Skill

"This meeting could have been an email" is true more often than the email would have worked — because async fails without structure: the doc nobody read, the thread that discussed forever and decided never. A working conversion replaces the meeting's functions, not just its slot: information transfer becomes a doc with a read-by date; discussion becomes a bounded comment window; decision becomes an explicit closure step with a named decider and a deadline — the part async most often fumbles and the part this skill enforces. And some things genuinely need rooms; the honest list is part of the design.

What This Skill Produces

  • The conversion design — the meeting's functions mapped to async mechanisms, with owners and deadlines
  • The artifact format — the update-doc or decision-doc template that carries the load
  • The closure protocol — how the async thread ends: the decider, the deadline, the decision recorded
  • The still-sync list — what this meeting does that async can't, and the smaller room that remains

Required Inputs

Ask for these if not provided:

  • The meeting being converted — its functions in honest proportion (how much status vs. discussion vs. decision vs. the social glue)
  • The team's async maturity — do docs get read here? Are comment deadlines respected? Conversion designs differ for teams with and without the muscle (and building the muscle starts smaller)
  • The tools — where docs live, where comments happen, where decisions get recorded; the design uses the real stack
  • The failure history — if async was tried and died, the autopsy (nobody read? never decided? discussion sprawled?) — the design patches the specific failure

Framework: The Conversion Rules

  1. Map functions, not the slot: status → the written update (structured, skimmable, due Wednesday); discussion → the comment window (open Thursday–Friday); decision → the closure step (decider decides Monday, recorded). A meeting is usually three functions braided; async unbraids them, and each gets its own deadline.
  2. The doc has a format and a due-date: free-form updates sprawl; the template ([template-designer](../template-designer/SKILL.md) rules: prompting placeholders, lighter than the meeting) plus a hard read-by/comment-by window is what separates async-that-works from a shared doc with hopes.
  3. Closure is explicit or async fails: every async decision names its decider and its deadline up front — "comments until Friday; [name] decides Monday; silence is assent" — because threads without closure rules discuss until the decision gets made in a hallway anyway, discrediting the whole conversion. Decisions land in the decision log, not just the thread.
  4. Silence must mean something, declared: assent, abstention, or blocking-requires-speaking — chosen per decision's stakes and stated in the doc. Undeclared silence is why async decisions get relitigated by people who "never agreed."
  5. The still-sync list is honest: genuine debate with high disagreement, sensitive feedback, creative jamming, relationship glue, and true emergencies — these keep a room, usually a smaller and shorter one than the meeting being converted ("the weekly hour becomes: async status + a 20-minute discussion slot that only fires when the comment window surfaced real conflict"). Conversions that pretend everything asyncs get reversed within a quarter.

Output Format

Async Conversion: [meeting] → [the design]

Function Map

| Function (share of old meeting) | Async mechanism | Deadline | Owner |

|---|---|---|---|

The Artifact

[The doc format with prompts · where it lives · the read/comment window]

Closure Protocol

[Decider · deadline · silence-means · where decisions get recorded]

Still Sync

[What keeps a room · the smaller residual slot and its fires-only-when trigger]

Quality Checks

  • [ ] Every function of the old meeting maps to a mechanism with a deadline
  • [ ] The doc is templated and lighter than the meeting it replaces
  • [ ] Every decision names decider, deadline, and silence-meaning up front
  • [ ] Decisions land in a durable log, not just the thread
  • [ ] The still-sync list is honest and its residual room is smaller, not parallel

Anti-Patterns

  • [ ] Do not convert by cancelling the meeting and hoping — the functions need explicit new homes
  • [ ] Do not run async discussion without a window — unbounded threads are meetings that never end
  • [ ] Do not skip the closure step — async that can't decide trains everyone to book rooms again
  • [ ] Do not leave silence undefined — "nobody objected" and "nobody read it" look identical without the rule
  • [ ] Do not async the genuinely synchronous — one failed forced conversion discredits ten good ones

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 async-instead 的技能。它们内容并不相同,别混用: