standup
仓库创建 2026年7月2日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
快速把握多 agent 的代码进展,避免写操作风险。
这个 Skill 做什么
并行向每个已安装 agent 发起只读站会汇报并生成紧凑状态摘要。
在项目里给每个已装 agent 同时发起一个只读的快报请求,每个角色用不超过三行说明代码目前在哪儿、下一步打算是什么。它会在运行时自动发现谁在名单上,平行并发收集回复,然后合成一个紧凑摘要给你看。不会改代码、不会写板或创建任务,适合快速拿到团队的脉搏。
▸ 展开 SKILL.md 英文原文
Round up a quick status pulse from every installed agent — each reports in ≤3 lines, strictly from its own role's seat, where the {{project.name}} code stands and where it's headed. Discovers the roster at runtime, fans out one read-only parallel wave, and prints a compact digest — no fixes, no board writes.
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/orchestration/skills/standup/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/orchestration/skills/standup/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Team Standup
Ask every **installed** agent for a quick, role-scoped read on the codebase, then print one compact digest. This is a **read-only pulse**: a single parallel wave of agents, each reporting from its own seat — no fixes, no file edits, no board writes, no task chains.
Unlike `audit` and `docs` (fixed rosters run through a serial task chain), standup **discovers its roster at runtime** and fans out **once, with no barriers**. It reuses their spawn-and-collect scaffold minus the team and the task dependencies.
## Step 1: Enumerate the roster (dynamic — never hard-coded)
Glob the harness **agents** directory — the `agents/` directory beside `{{harness.skillsDir}}` (take `{{harnevia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有