ワンクリックで
project-status-summary
Produce a concise status assessment (on-track / at-risk / blocked) from project context.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Produce a concise status assessment (on-track / at-risk / blocked) from project context.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Triage a change request: classify type and estimate risk.
Decide whether a release is ready to deploy per the deployment policy and readiness signals.
Check an expense claim against the spend policy and threshold rules.
Validate an incoming invoice's required fields and surface discrepancies before payment.
Determine whether an employee is entitled to an employment/salary certificate and what it may state.
Decide whether an employee's requested leave is allowed under current HR policy.
| name | Project Status Summary |
| slug | project-status-summary |
| department | project_management |
| description | Produce a concise status assessment (on-track / at-risk / blocked) from project context. |
| requires_data_source | false |
| input_schema | {"type":"object","properties":{"project_context":{"type":"object"}},"required":["project_context"]} |
| output_schema | {"type":"object","properties":{"status":{"type":"string"},"summary":{"type":"string"}},"required":["status","summary"]} |
A project status update or escalation needs a quick status assessment.
Execution is deterministic — the engine runs steps.yaml; this file is what the department agent reads to select the skill. Admins may edit both.