什麼是 session-create?
在領導者代理工作流程開始時開啟一個新的上下文會話。在wint.contextSessions中記錄agentName、storyId和phase,發出一個結構化的SESSION CREATED區塊供下游worker繼承。 來源:michael-menard/monorepo。
在領導者代理工作流程開始時開啟一個新的上下文會話。在wint.contextSessions中記錄agentName、storyId和phase,發出一個結構化的SESSION CREATED區塊供下游worker繼承。
透過命令列快速安裝 session-create AI 技能到你的開發環境
來源:michael-menard/monorepo。
Opens a new context session at the beginning of a leader agent's workflow. The session record tracks token usage, agent identity, and story context across multi-agent workflows. Workers inherit this session via the companion session-inherit skill.
Session tracking is telemetry — it must never gate or block a workflow. If the session cannot be created (DB unavailable, null return), the leader emits a warning and continues normally.
| agentName | Yes | (current agent name) | The name of the leader agent opening the session | | storyId | No | null | Story ID for this workflow (e.g. WINT-1234) | | phase | No | null | Current workflow phase (e.g. execute, plan, qa) | | sessionId | No | (auto-generated UUID) | Override the session UUID (rarely needed) |
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/michael-menard/monorepo --skill session-create在領導者代理工作流程開始時開啟一個新的上下文會話。在wint.contextSessions中記錄agentName、storyId和phase,發出一個結構化的SESSION CREATED區塊供下游worker繼承。 來源:michael-menard/monorepo。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/michael-menard/monorepo --skill session-create 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/michael-menard/monorepo