groove-utilities-task-create by andreadellacorte/groove
npx skills add https://github.com/andreadellacorte/groove --skill groove-utilities-task-create在配置的后端中创建一个任务,包含标题、类型、状态、可选的父任务,以及(对于非琐碎任务)一个详细的任务正文。返回任务ID以供参考。此命令是任务创建方式的唯一标准来源——其他需要创建任务的技能(work compound、daily 等)必须遵循此规范并调用此技能,而不是定义自己的创建规则。
.groove/index.md 读取 tasks.backend 以确定后端tasks.backend: none,则无操作并显示友好提示信息in-progress(而非 todo)——任务是在工作进行时创建的beans: ;正文通过 或(如果后端是基于文件的)通过编辑 下的任务文件来添加广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
beans create "<title>" -t <type> --parent <id> -s in-progressbeans update <id> -d "<body>".groove/tasks/linear: 通过 linear CLI 或 MCP 在适当的团队/项目中创建 issuegithub: gh issue create --title "<title>" --body "<body>" --milestone <milestone>task, bug, feature, epic, milestone)。阶段和边界任务(daily 开始/结束、工作阶段如"YYYY-MM-DD, Compound — topic")在后端没有 chore 类型时(例如 beans)使用 task 类型。每周安装数
42
代码仓库
GitHub 星标数
4
首次出现
8 天前
安全审计
安装于
opencode42
gemini-cli42
github-copilot42
codex42
kimi-cli42
cursor42
A task is created in the configured backend with a title, type, status, optional parent, and (for non-trivial tasks) a rich body. The task ID is returned for reference. This command is the single source of truth for how tasks are created — other skills (work compound, daily, etc.) that need to create tasks must follow this spec and call this skill rather than defining their own creation rules.
tasks.backend from .groove/index.md to determine backendtasks.backend: none, no-op with friendly messagein-progress (not todo) — tasks are created when work is being donebeans: beans create "<title>" -t <type> --parent <id> -s in-progress; body via beans update <id> -d "<body>" or by editing the task file under .groove/tasks/ if the backend is file-basedlinear: create issue via linear CLI or MCP with appropriate team/projectgithub: gh issue create --title "<title>" --body "<body>" --milestone <milestone>task, bug, feature, epic, milestone). Stage and bookend tasks (daily Start/End, work stages such as "YYYY-MM-DD, Compound — topic") use type task when the backend has no chore (e.g. beans).Weekly Installs
42
Repository
GitHub Stars
4
First Seen
8 days ago
Security Audits
Gen Agent Trust HubPassSocketFailSnykPass
Installed on
opencode42
gemini-cli42
github-copilot42
codex42
kimi-cli42
cursor42
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
44,900 周安装