gtd — for Claude Code community, for Claude Code, ide skills, cyber-gtd, @GTD.md, # Next, Runner, Autonomous, execution, GTD.md

v1.0.0

Sobre este Skill

Perfeito para Agentes de Automação de Tarefas que necessitam de execução de fluxo de trabalho simplificado a partir de itens do GTD.md. Resumo localizado: Autonomous task execution from GTD.md items. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Recursos

Autonomous task execution from GTD.md items.
Command: /cyber-gtd
Default: plan-first (show before execute)
Read @GTD.md → extract items from # Next
Classify → match pattern to workflow

# Core Topics

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/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
10/11
Quality Score
57
Canonical Locale
en
Detected Body Locale
en

Perfeito para Agentes de Automação de Tarefas que necessitam de execução de fluxo de trabalho simplificado a partir de itens do GTD.md. Resumo localizado: Autonomous task execution from GTD.md items. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Por que usar essa habilidade

Habilita os agentes a classificar itens e planejar ações usando comandos específicos como `/cyber-gtd`, aproveitando a pesquisa de entidades de banco de dados via `bun scripts/db/query.ts` para gerenciamento de tarefas eficiente.

Melhor para

Perfeito para Agentes de Automação de Tarefas que necessitam de execução de fluxo de trabalho simplificado a partir de itens do GTD.md.

Casos de Uso Práticos for gtd

Automatizar a execução de tarefas a partir de itens do GTD.md
Classificar itens e planejar ações com base em padrões de fluxo de trabalho
Executar itens aprovados sequencialmente para gerenciamento de fluxo de trabalho simplificado

! Segurança e Limitações

  • Requer arquivo GTD.md com seção `# Next`
  • Dependente de `bun scripts/db/query.ts` para pesquisa de entidades
  • Limitado à execução sequencial de itens aprovados

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?

Perfeito para Agentes de Automação de Tarefas que necessitam de execução de fluxo de trabalho simplificado a partir de itens do GTD.md. Resumo localizado: Autonomous task execution from GTD.md items. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

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: Automatizar a execução de tarefas a partir de itens do GTD.md, Classificar itens e planejar ações com base em padrões de fluxo de trabalho, Executar itens aprovados sequencialmente para gerenciamento de fluxo de trabalho simplificado.

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?

Requer arquivo GTD.md com seção `# Next`. Dependente de `bun scripts/db/query.ts` para pesquisa de entidades. Limitado à execução sequencial de itens aprovados.

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

Resumo localizado: Autonomous task execution from GTD.md items. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

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.

Habilidades Relacionadas

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

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumo localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resumo localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resumo localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumo localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desenvolvedor