gtd — community community, ide skills

v1.0.0

이 스킬 정보

GTD.md 항목에서 워크플로우 실행을 간소화해야 하는 태스크 자동화 에이전트에 적합합니다. Autonomous task execution from GTD.md items. Use when processing GTD tasks, call prep, outreach, or podcast preparation.

Gerstep Gerstep
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
57
Canonical Locale
en
Detected Body Locale
en

GTD.md 항목에서 워크플로우 실행을 간소화해야 하는 태스크 자동화 에이전트에 적합합니다. Autonomous task execution from GTD.md items. Use when processing GTD tasks, call prep, outreach, or podcast preparation.

이 스킬을 사용하는 이유

에이전트가 항목을 분류하고 `/cyber-gtd`와 같은 특정 명령을 사용하여 작업을 계획할 수 있는 기능을 제공하며, `bun scripts/db/query.ts`의 데이터베이스 엔티티 조회를 통해 효율적인 태스크 관리를 구현합니다.

최적의 용도

GTD.md 항목에서 워크플로우 실행을 간소화해야 하는 태스크 자동화 에이전트에 적합합니다.

실행 가능한 사용 사례 for gtd

GTD.md 항목에서 태스크를 자동으로 실행합니다.
워크플로우 패턴을 기준으로 항목을 분류하고 작업을 계획합니다.
승인된 항목을 순차적으로 실행하여 워크플로우 관리를 간소화합니다.

! 보안 및 제한 사항

  • `# Next` 섹션이 있는 GTD.md 파일이 필요합니다.
  • 엔티티 조회에 `bun scripts/db/query.ts`에 의존합니다.
  • 승인된 항목의 순차적 실행만 가능합니다.

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is gtd?

GTD.md 항목에서 워크플로우 실행을 간소화해야 하는 태스크 자동화 에이전트에 적합합니다. Autonomous task execution from GTD.md items. Use when processing GTD tasks, call prep, outreach, or podcast preparation.

How do I install gtd?

Run the command: npx killer-skills add Gerstep/cybos. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for gtd?

Key use cases include: GTD.md 항목에서 태스크를 자동으로 실행합니다., 워크플로우 패턴을 기준으로 항목을 분류하고 작업을 계획합니다., 승인된 항목을 순차적으로 실행하여 워크플로우 관리를 간소화합니다..

Which IDEs are compatible with gtd?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for gtd?

`# Next` 섹션이 있는 GTD.md 파일이 필요합니다.. 엔티티 조회에 `bun scripts/db/query.ts`에 의존합니다.. 승인된 항목의 순차적 실행만 가능합니다..

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Gerstep/cybos. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use gtd immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

gtd

Install gtd, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

GTD Runner Skill

Autonomous task execution from GTD.md items.

Trigger

  • Command: /cyber-gtd
  • Default: plan-first (show before execute)

Workflow

  1. Read @GTD.md → extract items from # Next
  2. For each item:
    • Classify → match pattern to workflow
    • Lookup entities via database: bun scripts/db/query.ts find-entity "<name>"
    • Plan actions
  3. Show plan → ask to execute
  4. Execute approved items sequentially (one at a time)
  5. Output: ~/CybosVault/private/content/work/MMDD-<slug>.md

Classification → Routing

PatternConfidenceWorkflow
"ask for call", "message", "email", "reach out"High→ workflows/outreach.md
"call with", "meeting", "X <> Y", "sync"High→ workflows/call-prep.md
"podcast"High→ workflows/podcast.md
company name, "research", "DD", "look into"Medium→ workflows/research.md
no matchLowBest judgment → log to learnings.md

Entity Lookup

Query database for entity context:

  1. Parse item for names (people, companies)
  2. Run: bun scripts/db/query.ts find-entity "<name>" --json
  3. If found, get full context: bun scripts/db/query.ts entity <slug> --json
  4. Entity context includes:
    • Recent interactions (calls, emails, telegram)
    • Deal associations
    • Pending items
  5. If not found + confident it's an entity:
    • High confidence (company with domain) → auto-create stub
    • Medium confidence → ask: "Create entity file for X?"

Output Format

All outputs to ~/CybosVault/private/content/work/MMDD-<slug>.md:

markdown
1# Task: [Task Description] 2 3**Status:** Pending Approval | Completed | Incomplete 4**Created:** YYYY-MM-DD HH:MM 5**GTD Item:** [Original text from GTD.md] 6**Workflow:** [Which workflow handled this] 7 8--- 9 10## Context 11 12**Entity:** [Name] 13- Type: [person/org] 14- Deal: [link if exists] 15- Previous calls: [N calls found] 16 17**Key Info:** 18[Relevant context from calls, deals, entity files] 19 20--- 21 22## Draft 23 24[Message/agenda/questions/etc] 25 26--- 27 28## Pending Actions 29 30- [ ] Send via Gmail to email@example.com 31- [ ] Alternative: Telegram @handle 32 33--- 34 35## Execution Log 36 37- HH:MM - [action taken]

Staged Execution

Agent completes what it can autonomously:

  • Research and context gathering
  • Draft creation
  • Preparation work

Then queues actions requiring approval:

  • Sending messages (Gmail, Telegram)
  • Scheduling meetings
  • Any external action

Suggestions

When processing tasks, if you notice 3+ similar patterns that don't have a dedicated workflow, suggest: "I've seen '[pattern]' multiple times. Want me to create a workflow for it?"

Self-Improvement

Log all task executions to @learnings.md for pattern analysis.

관련 스킬

Looking for an alternative to gtd or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자