用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SpillwaveSolutions/wiki_ticket_sdd --skill worklog-deep-agents命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generate or sync the design document, code walkthrough, or requirements doc. Frozen dated pairs tied to a release tag, live current pairs regenerated from the actual code. Uses document-specialist v3.2.2, design-doc-mermaid v1.1.1, plantuml v1.2.2. Use when asked for a design doc, architecture doc, code walkthrough, or requirements doc, and automatically (background agents) at every release.
Propose work items from recent conversation (flag-gated classifier). Use when the Stop hook requests classification or when asked to sweep a conversation for untracked work. Propose-only: writes .work/suggestions.jsonl, never the event log.
Look up how wiki_ticket_sdd integrates with a specific SDD tool or ticket/wiki system — Superpowers, GSD, SpecKit, OpenSpec, Jira, Confluence, GitHub, GitLab, Azure DevOps (ADO), AWS CodeCatalyst, or Google Cloud DevOps (GCP). Use when asked how to set up, configure, or use one of these, or when ticket-sync/wiki-publish need runtime guidance for a system with no shipped adapter.
基于 SOC 职业分类
正在显示 SKILL.md
| name | worklog-deep-agents |
| description | Bind WikiTicket SDD for LangChain Deep Agents / Deep Agents Code. |
Read docs/ONBOARDING.md, docs/LANG_CHAIN_DEEP_AGENTS.md, and docs/ISOLATION.md.
export SECOND_BRAIN_IDENTITY="deep-agents/wiki-ticket-sdd"
Point SkillsMiddleware at plugin/skills/. Append worklog events with bin/worklog --actor "$SECOND_BRAIN_IDENTITY". Isolate knowledge-tree writes with plugin/scripts/brain_session.py, then bin/okf_write.py write --author "$SECOND_BRAIN_IDENTITY".