Calculate risk
Skill Ibraheemolasupogit/google-adk-healthcare-pathway-escalation-agent/skills/calculate_risk
A secure Google ADK multi-agent system for synthetic NHS pathway assessment, MCP-based evidence retrieval, guardrails and human-in-the-loop escalation review.
npx -y skills add Ibraheemolasupogit/google-adk-healthcare-pathway-escalation-agent --skill calculate_riskAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, as published. Nobody here has run it
Calculate Risk Skill
Purpose
Calculate deterministic, explainable operational risk for a synthetic pathway case.
When To Use
Use to run the deterministic assessment and return exact risk score, level and factors.
When Not To Use
Do not use to create alternative model-based scores or clinical prioritisation.
Inputs
Validated synthetic case ID.
Outputs
Breach status, target consumption, variance, risk score, risk level, risk factors, audit trace ID and human-review requirement.
Dependencies
Pathway Rules MCP server and deterministic assessment service.
Deterministic vs Model Components
All calculations are deterministic. Models may only explain supplied factors.
Failure Conditions
Unknown case, unsupported pathway, malformed timestamps, unavailable MCP capability.
Example Invocation
python -m app.main run-skill --skill calculate_risk --case-id SYN-CANCER-2WW-001
Evaluation Criteria
Exact deterministic risk values preserved and every factor explained.
Current Limitations
Operational risk only; no clinical logic.
Safety Requirements
- Use transparent factors.
- Keep calculations reproducible.
- Do not infer clinical diagnosis or treatment needs.
- Require human review for downstream outputs.