一键导入
looking-up-members
Internal shared skill to resolve member names or email addresses to provider user IDs. Not intended for direct user invocation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal shared skill to resolve member names or email addresses to provider user IDs. Not intended for direct user invocation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | looking-up-members |
| description | Internal shared skill to resolve member names or email addresses to provider user IDs. Not intended for direct user invocation. |
| user-invocable | false |
Resolve a member name or email to a provider user ID.
Uses the org_members cache populated by resolving-identity.
active_provider must already be determined.org_members must already be populated (caller must trigger resolving-identity Step 2 first).Given a query string (name or email fragment):
org_members[*].email. Return immediately if exactly one match.org_members[*].name. Return immediately if exactly one match.name contains the query string (case-insensitive). Collect all matches.[]. Do not error — let the caller handle the missing case.[{ id, name, email }].If org_members is empty (provider does not support member listing), fall back to TeamsDB:
teamsDatabaseId is not in headless_config, return empty array [] (no fallback available).teamsDatabaseId from config.Members (people-type) field across all teams.org_members for the session.The caller (delegating-tasks, ingesting-messages, managing-tasks) must:
current_user.id directly from resolving-identity.Unified daily routine: ingests messages into tasks, then guides user through task refinement and dispatch. Works in both Claude Code and Cowork. Triggers on: "daily tasks", "daily routine", "run daily tasks", "デイリータスク", "日次ルーティン"
Generates or refines Acceptance Criteria and Execution Plans for tasks. Single task or batch mode. Ensures tasks are executable at agent-autonomous quality. Uses multi-round brainstorming to extract quality information from users. Triggers: "plan task", "refine task", "generate AC", "write execution plan", "plan all tasks", "auto-plan", "タスク計画", "AC作成", "実行計画作成", "タスクを計画して"
Delegates a task to another organization member by updating Assignees, resetting executor fields, and recording delegation history in Context. Triggers on: "delegate task", "assign to", "transfer task", "reassign", "タスク委任", "タスク移管", "割り当て変更"
Orchestrates autonomous task execution via current session, tmux parallel, or Cowork scheduled tasks. Fetches ready tasks, validates working directories, and dispatches to the chosen execution mode. Triggers on: "do the next task", "process tasks", "execute tasks", "ready tasks", "タスク実行", "次のタスクを実行", "タスク処理".
Performs a health check on tasks. Analyzes task age (stagnation), field completeness by status, blocked tasks (including other assignees' blockers), and executor ratio (human vs AI delegation). Supports 3 modes: specific assignee (by name), all tasks (team-wide overview), or defaults to current user when no target is specified. Use this skill whenever the user wants to monitor task health, check stagnation, audit task quality, or review AI delegation metrics — even if they don't say "monitor" explicitly. Triggers on: "monitor tasks", "task health check", "task analysis", "stagnation report", "task monitoring", "task report"
Reads incoming messages (Slack, Teams, Discord) addressed to the current user and auto-converts them into categorized Notion tasks (hearing-needed, self-action, or delegate). Designed for daily scheduled execution. Triggers on: "message intake", "intake", "process messages", "メッセージ取り込み", "メッセージ処理"