gsd-capture

GitHub

GSD系统的任务捕获入口,通过不同参数路由至待办、笔记、积压或种子工作流,实现想法与任务的标准化归档。

skills/gsd-capture/SKILL.md AjayIrkal23/agentic-mercy-10x

触发场景

用户需要记录新想法或任务 用户希望快速添加备忘或规划未来需求

安装

npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-capture -g -y
更多选项

不安装直接使用

npx skills use AjayIrkal23/agentic-mercy-10x@gsd-capture

指定 Agent (Claude Code)

npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-capture -a claude-code -g -y

安装 repo 全部 skill

npx skills add AjayIrkal23/agentic-mercy-10x --all -g -y

预览 repo 内 skill

npx skills add AjayIrkal23/agentic-mercy-10x --list

SKILL.md

Frontmatter
{
    "name": "gsd-capture",
    "description": "Capture ideas, tasks, notes, and seeds to their destination",
    "allowed-tools": [
        "Read",
        "Write",
        "Edit",
        "Bash",
        "Glob",
        "Grep",
        "AskUserQuestion"
    ],
    "argument-hint": "[--note | --backlog | --seed | --list] [text]"
}
Capture ideas, tasks, notes, and seeds to their appropriate destination in the GSD system.

Mode routing:

  • default (no flag): Capture as a structured todo for later work → add-todo workflow
  • --note: Zero-friction idea capture (append/list/promote) → note workflow
  • --backlog: Add an idea to the backlog parking lot (999.x numbering) → add-backlog workflow
  • --seed: Capture a forward-looking idea with trigger conditions → plant-seed workflow
  • --list: List pending todos and select one to work on → check-todos workflow
Flag Destination Workflow
(none) Structured todo in .planning/todos/ add-todo
--note Timestamped note file, list, or promote note
--backlog ROADMAP.md backlog section (999.x) add-backlog
--seed .planning/seeds/SEED-NNN-slug.md plant-seed
--list Interactive todo browser + action router check-todos

<execution_context> @$HOME/.claude/get-shit-done/workflows/add-todo.md @$HOME/.claude/get-shit-done/workflows/note.md @$HOME/.claude/get-shit-done/workflows/add-backlog.md @$HOME/.claude/get-shit-done/workflows/plant-seed.md @$HOME/.claude/get-shit-done/workflows/check-todos.md @$HOME/.claude/get-shit-done/references/ui-brand.md </execution_context>

Arguments: $ARGUMENTS

Parse the first token of $ARGUMENTS:

  • If it is --note: strip the flag, pass remainder to note workflow
  • If it is --backlog: strip the flag, pass remainder to add-backlog workflow
  • If it is --seed: strip the flag, pass remainder to plant-seed workflow
  • If it is --list: pass remainder (optional area filter) to check-todos workflow
  • Otherwise: pass all of $ARGUMENTS to add-todo workflow
1. Parse the leading flag (if any) from $ARGUMENTS. 2. Load and execute the appropriate workflow end-to-end based on the routing table above. 3. Preserve all workflow gates from the target workflow (directory structure, duplicate detection, commits, etc.).

版本历史

  • 581d130 当前 2026-07-19 09:08

同 Skill 集合

attic/2026-07-09/skills-pre-update/taste-skill/SKILL.md
attic/2026-07-09/skills-pre-update/ui-ux-pro-max/SKILL.md
skills/agent-development/SKILL.md
skills/api-and-interface-design/SKILL.md
skills/api-contract-standards/SKILL.md
skills/architect-system-design/SKILL.md
skills/backend-api-standards/SKILL.md
skills/backend-code-review/SKILL.md
skills/backend-error-handling/SKILL.md
skills/backend-performance-standards/SKILL.md
skills/backend-standards-always-follow/SKILL.md
skills/canary-playwright/SKILL.md
skills/caveman/SKILL.md
skills/ci-cd-and-automation/SKILL.md
skills/code-execution-standard/SKILL.md
skills/code-review-and-quality/SKILL.md
skills/code-simplification/SKILL.md
skills/codebase-design/SKILL.md
skills/codebase-start-point-guide/SKILL.md
skills/command-development/SKILL.md
skills/composition-patterns/SKILL.md
skills/context-engineering/SKILL.md
skills/dead-code-and-change-audit/SKILL.md
skills/debug-investigation/SKILL.md
skills/debugging-and-error-recovery/SKILL.md
skills/deprecation-and-migration/SKILL.md
skills/design-extract/SKILL.md
skills/design-review-playwright/SKILL.md
skills/diagnose/SKILL.md
skills/documentation-and-adrs/SKILL.md
skills/domain-modeling/SKILL.md
skills/domain-scaffold-patterns/SKILL.md
skills/doubt-driven-development/SKILL.md
skills/dox-doc-tree/SKILL.md
skills/eval-harness/SKILL.md
skills/fix-lint-format/SKILL.md
skills/forensic-change-coupling/SKILL.md
skills/forensic-complexity-trends/SKILL.md
skills/forensic-debt-quantification/SKILL.md
skills/forensic-hotspot-finder/SKILL.md
skills/frontend-api-standards/SKILL.md
skills/frontend-code-review/SKILL.md
skills/frontend-response-handling/SKILL.md
skills/frontend-server-data-patterns/SKILL.md
skills/frontend-standards-always-follow/SKILL.md
skills/frontend-structure-standards/SKILL.md
skills/frontend-ui-engineering/SKILL.md
skills/git-workflow-and-versioning/SKILL.md
skills/golang-patterns/SKILL.md
skills/golang-testing/SKILL.md

元信息

文件数
0
版本
fc73590
Hash
39c4ce7f
收录时间
2026-07-19 09:08

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-14 15:39
浙ICP备14020137号-1 $访客地图$