| 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"]} |
Project Status Summary
When to use
A project status update or escalation needs a quick status assessment.
What it does
- llm_evaluate — Ask the LLM for a structured judgement.
Notes
Execution is deterministic — the engine runs steps.yaml; this file is what the department agent reads to select the skill. Admins may edit both.