一键导入
gtd
Autonomous task execution from GTD.md items. Use when processing GTD tasks, call prep, outreach, or podcast preparation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Autonomous task execution from GTD.md items. Use when processing GTD tasks, call prep, outreach, or podcast preparation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide founders and teams through a structured positioning statement exercise. Combines competitive research, strategic questioning, and team alignment to produce a sharp, honest positioning statement. Use when a company needs to define who they are, what they offer, and why anyone should care.
Iterative critique and improvement of long-form content (guidebooks, playbooks, essays). Launches parallel judge subagents for multi-dimensional critique, synthesizes findings, presents proposals for user approval. Never edits without consent.
Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architecture, CSS hardware acceleration, and balanced design engineering.
Generate posts, essays and images following brand guidelines. Use for tweets, essays, Telegram posts, and image generation. Load identity from ~/CybosVault/private/context/identity.md.
Process Telegram messages via GramJS MTProto client. Read messages, generate AI drafts, save drafts, and create intro groups. Use when handling Telegram conversations or facilitating introductions.
Generate Excalidraw diagrams from text content. Supports three output modes - Obsidian (.md), Standard (.excalidraw), and Animated (.excalidraw with animation order). Triggers on "Excalidraw", "画图", "流程图", "思维导图", "可视化", "diagram", "标准Excalidraw", "standard excalidraw", "Excalidraw动画", "动画图", "animate".
| name | gtd |
| description | Autonomous task execution from GTD.md items. Use when processing GTD tasks, call prep, outreach, or podcast preparation. |
Autonomous task execution from GTD.md items.
/cyber-gtd@GTD.md → extract items from # Nextbun scripts/db/query.ts find-entity "<name>"~/CybosVault/private/content/work/MMDD-<slug>.md| Pattern | Confidence | Workflow |
|---|---|---|
| "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 match | Low | Best judgment → log to learnings.md |
Query database for entity context:
bun scripts/db/query.ts find-entity "<name>" --jsonbun scripts/db/query.ts entity <slug> --jsonAll outputs to ~/CybosVault/private/content/work/MMDD-<slug>.md:
# Task: [Task Description]
**Status:** Pending Approval | Completed | Incomplete
**Created:** YYYY-MM-DD HH:MM
**GTD Item:** [Original text from GTD.md]
**Workflow:** [Which workflow handled this]
---
## Context
**Entity:** [Name]
- Type: [person/org]
- Deal: [link if exists]
- Previous calls: [N calls found]
**Key Info:**
[Relevant context from calls, deals, entity files]
---
## Draft
[Message/agenda/questions/etc]
---
## Pending Actions
- [ ] Send via Gmail to email@example.com
- [ ] Alternative: Telegram @handle
---
## Execution Log
- HH:MM - [action taken]
Agent completes what it can autonomously:
Then queues actions requiring approval:
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?"
Log all task executions to @learnings.md for pattern analysis.