بنقرة واحدة
executive-summary
Read and update folder executive summaries in AI-priorities and opportunity workspaces.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Read and update folder executive summaries in AI-priorities and opportunity workspaces.
التثبيت باستخدام 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 | executive_summary |
| description | Read and update folder executive summaries in AI-priorities and opportunity workspaces. |
| version | 0.1.0 |
| category | analysis |
| contextFilter | {"workspaceTypes":["neutral","ai-priorities","opportunity"]} |
| tools | [{"name":"executive_summary_get","description":"Read the executive summary for a folder (stored on folders.executiveSummary).","inputSchema":{"type":"object","properties":{"folderId":{"type":"string","description":"Folder ID owning the executive summary."},"select":{"type":"array","items":{"type":"string"},"description":"Optional list of executive summary fields to include."}},"required":["folderId"]}},{"name":"executive_summary_update","description":"Update the executive summary fields for a folder after explicit caller approval.","inputSchema":{"type":"object","properties":{"folderId":{"type":"string","description":"Folder ID owning the executive summary."},"updates":{"type":"array","description":"List of executive summary field updates to apply.","items":{"type":"object","properties":{"field":{"type":"string","description":"Executive summary field key."},"value":{"description":"New value (string or JSON)."}},"required":["field","value"]}}},"required":["folderId","updates"]},"sideEffect":true,"requiresApproval":true}] |
The executive_summary skill exposes the structured summary attached to a
folder. Use it when the user wants to inspect or revise sections such as the
introduction, analysis, recommendations, executive synthesis, or references.
Handlers are intentionally not bound in this package commit. Runtime execution
still routes through the legacy API tool service until BR-19 Lot 5 rebinds
chat-service to SkillsToolRegistry.