一键导入
gsd-add-todo
Capture idea or task as todo from current conversation context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Capture idea or task as todo from current conversation context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | gsd:add-todo |
| description | Capture idea or task as todo from current conversation context |
| argument-hint | [optional description] |
| allowed-tools | ["Read","Write","Bash","AskUserQuestion"] |
Routes to the add-todo workflow which handles:
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/add-todo.md </execution_context>
Arguments: $ARGUMENTS (optional todo description)State is resolved in-workflow via init todos and targeted reads.
The workflow handles all logic including:
Commit the session to durable vault memory and prepare a clean resume point
Boot the session, load context from the vault, and surface what matters
Run CIAgent regression checks after changing an AI agent's code, prompts, or knowledge base in a repo that has agentci_spec.yaml, and interpret the results. Use after editing agent logic, before committing agent changes, or when the user asks whether the agent still works.
Set up CIAgent regression testing for the AI agent in this repo — write a runner, record golden baselines, generate a test spec, and verify it. Use when the user asks to add tests, evals, or regression testing for their AI agent, or to set up CIAgent.
Use when the user asks about SSL/TLS certificates, certificate expiration, monitoring domains for cert health, or issuing free Let's Encrypt certificates. Triggers include "is my cert expiring", "scan ssl on X", "check certificate", "monitor this domain", "issue a free cert", "renew certificate", "Let's Encrypt", "TLS Radar". This skill picks the right TLS Radar tool for each question.
Integrate and route AI model requests through RouterBase. Use when migrating OpenAI-compatible clients, choosing model IDs, configuring fallbacks, or building chat, image, video, audio, speech, and embedding workflows.