ワンクリックで
workspace
Cross-workspace navigation and discovery — list accessible workspaces and search initiatives across them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Cross-workspace navigation and discovery — list accessible workspaces and search initiatives across them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when bringing the harness method to a NEW or non-sentropic repo — maps the repo's conventions into a harness profile so the same scope/branch/verify kernel applies anywhere.
Use before any creative/design work (a feature, a package, an evolution) — explores intent and design via the spec-ladder with multi-peer adversarial review BEFORE implementation.
Use on any bug, test failure, or unexpected behaviour BEFORE proposing a fix — runs the generic evidence-first root-cause loop.
Use when you have a spec/decisions and need an executable plan — writes a lot-based BRANCH.md from the template and completes with track for realization state.
Use when completing a feature, a design step, or before merging — runs a ≥2-peer consensus review and reconciles the findings, instead of a single rubber-stamp pass.
Use when adding or evolving tests for a feature/bugfix — applies the sentropic test-pyramid, scoped-test loop, environment isolation, and AI-flaky policy.
| name | workspace |
| description | Cross-workspace navigation and discovery — list accessible workspaces and search initiatives across them. |
| version | 0.1.0 |
| category | workflow |
| tools | [{"name":"workspace_list","description":"List all workspaces accessible to the current user with summary stats.","inputSchema":{"type":"object","properties":{}}},{"name":"initiative_search","description":"Search initiatives across all accessible workspaces by name, status, or maturity stage.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query (matches initiative name or description)."},"status":{"type":"string","description":"Optional status filter."},"maturityStage":{"type":"string","description":"Optional maturity stage filter (e.g. G0, G2)."}}}}] |
The workspace skill exposes cross-workspace navigation primitives. It is the
agent's primary entry point when the current task spans multiple workspaces or
when the user asks "what are my workspaces" / "find an initiative about X".
workspace_listReturns every workspace the caller can access along with high-level summary stats (initiative count, latest activity, type). Always read-only.
initiative_searchSearch initiatives across every accessible workspace by query (matches
name/description), optional status, and optional maturityStage (e.g. G0,
G2). Read-only. Returns the top matches with their workspace id so the agent
can pivot to a workspace-scoped skill afterwards.
No fine-grained authzRequirements: any authenticated user can call these
tools; the underlying service enforces workspace-membership filtering.