Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

gathering-planning聚会策划

Agent Skill

gathering-planning 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,567

周安装

64

GitHub Stars

4

下载量

502
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gathering-planning(聚会策划)
来源仓库:https://github.com/autumnsgrove/groveengine
仓库路径:skills/gathering-planning
安装命令:
npx skills add https://github.com/autumnsgrove/groveengine --skill gathering-planning
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/autumnsgrove/groveengine --skill gathering-planning

简介

gathering-planning 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它支持通过关键词、任务场景或来源线索进行信息检索与筛选,适用于研究类工作流。
  • 可通过 npx skills add 命令从 GitHub 仓库安装,具体用法请参考原始 README。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Gathering Planning 🌲🐝🦡

The drum echoes through the meadow. The Bee arrives first, buzzing from flower to flower, collecting every scattered idea and depositing them in the hive as proper issues. Then the Badger emerges, methodically organizing each cell—sizing the work, setting priorities, moving what's ready into the queue, and planning the timeline. When the gathering completes, chaos has become a roadmap.

When to Summon

  • Brain dump session that needs to become organized work
  • "I have a bunch of ideas AND I want them prioritized"
  • Sprint planning from scratch
  • After a brainstorm that produced many TODOs
  • When you want ideas → issues → organized backlog in one flow

Grove Tools for This Gathering

Use gw and gf throughout. Quick reference for planning work:

# Find existing work items in the codebase
gf --agent todo                     # Find TODO/FIXME/HACK comments

# Batch issue creation (Bee phase)
gw gh issue batch --write --from-json  # Create issues in bulk

# Check project boards (Badger phase)
gw gh project list                  # View project boards and status

The Gathering

SUMMON → COLLECT → ORGANIZE → COMPLETE
   ↓         ↓          ↓          ↓
Receive   Bee         Badger     Roadmap
Ideas     Creates     Triages    Ready
          Issues      Board

Animals Mobilized

  1. 🐝 Bee — Collect scattered ideas, create structured GitHub issues
  2. 🦡 Badger — Size, prioritize, move to Ready, set milestones/dates

Phase 1: SUMMON

*The drum sounds. The meadow listens...*

Receive and parse the brain dump:

Clarify the Session:

  • What ideas/TODOs do you want to capture?
  • Any theme or component focus?
  • Do you want to set up milestones today?

Confirm:

"I'll mobilize a gathering for project planning: - 🐝 Bee will create issues from your ideas - 🦡 Badger will organize them on the project board Proceed with the gathering?"

Phase 2: COLLECT (Bee)

*The bee buzzes from flower to flower...*

🐝 BEE — COLLECT

Load skill: bee-collect

Execute the full Bee BUZZ → INSPECT → CHECK → DEPOSIT workflow on [the brain dump / ideas provided]. Handoff: list of newly created issue numbers and titles (plus any duplicates skipped) → Badger for organization


Phase 3: ORGANIZE (Badger)

*The badger emerges, ready to organize the burrow...*

🦡 BADGER — TRIAGE

Load skill: badger-triage

Execute the full Badger DIG → SORT → DISCUSS → TIMELINE → PLACE workflow on all issues the Bee created (plus any pre-existing untriaged issues). Handoff: organized board (all issues sized, prioritized, ready items moved, milestones set) → COMPLETE phase


Phase 4: COMPLETE

*The gathering ends. A roadmap emerges...*

Completion Report:

## 🌲 GATHERING PLANNING COMPLETE

### Session Summary

**🐝 Bee Collected:**

- [x] issues created from brain dump
- [Y] duplicates skipped
- Components: [list of labels used]

**🦡 Badger Organized:**

| Metric           | Count |
| ---------------- | ----- |
| Sized            | [X]   |
| Prioritized      | [X]   |
| Moved to Ready   | [X]   |
| Target dates set | [X]   |

### By Priority

| Priority    | Issues           |
| ----------- | ---------------- |
| First Focus | #123, #124, #125 |
| Next Up     | #126, #127       |
| In Time     | [count] issues   |
| Far Off     | [count] issues   |

### Milestones

| Milestone | Issues  | Due    |
| --------- | ------- | ------ |
| [Name]    | [count] | [date] |

### What's Ready to Work On

These issues are sized, prioritized, and in the Ready column:

1. #123 — [Title] (XS, First Focus)
2. #124 — [Title] (S, First Focus)
3. #125 — [Title] (M, First Focus)

_From chaos, order. From ideas, a roadmap._ 🌲

Example Gathering

User: "/gathering-planning ok here's my brain dump: fix the broken avatar upload, add dark mode to settings, implement the new pricing tiers we discussed, eventually add webhooks for integrations, the footer needs updating, and we should probably add rate limiting to the API"

Gathering execution:

  1. 🌲 SUMMON — "Mobilizing for project planning. I see 6 items to process."
  2. 🐝 COLLECT

- "Buzzing through the ideas..." - "Checking for duplicates... 'dark mode' exists as #498, skipping" - Created: #531 (avatar bug), #532 (pricing), #533 (webhooks), #534 (footer), #535 (rate limiting) - "5 issues deposited in the hive"

  1. 🦡 ORGANIZE

- "Digging into the new issues..." - "Sizing: avatar bug (XS), pricing (L), webhooks (XL), footer (S), rate limiting (M)?" - User confirms with one adjustment - "Priority: avatar bug is First Focus (it's broken). Pricing is Next Up. Rest In Time?" - User moves rate limiting to Next Up - "Move avatar bug and rate limiting to Ready?" - User confirms - "Want to set target dates or create a milestone?" - User creates "February Sprint" milestone

  1. 🌲 COMPLETEBee: 5 issues created, 1 duplicate skipped Badger: All sized, prioritized, 2 moved to Ready Milestone: February Sprint (2 issues, due Feb 28) Ready to work on: - #531 — Fix avatar upload (XS, First Focus) - #535 — Add API rate limiting (M, Next Up)

Gathering Rules

Flow

Bee always runs first. Badger organizes what Bee collected (plus any existing untriaged issues).

Conversation

Both animals are interactive. The bee asks for clarification on vague items. The badger discusses sizing and priority in batches.

Scope

If the brain dump is massive (20+ items), the bee may ask to split into multiple sessions.

Code Safety

Neither animal edits code. This gathering is purely for project organization.


When to Use This vs. Individual Animals

SituationUse
Just have ideas to capture🐝 /bee-collect
Just need to organize existing issues🦡 /badger-triage
Have ideas AND want them organized🌲 /gathering-planning
Weekly planning session🌲 /gathering-planning
Quick backlog grooming🦡 /badger-triage

*From scattered thoughts to organized work. The forest knows the way.* 🌲

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.33%
按下载量换算167

Claude

33.04%
按下载量换算166

Cursor

20.46%
按下载量换算103

Gemini CLI

9.38%
按下载量换算47

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills