assess_togaf_readiness
Evaluate an ArchiMate model for TOGAF readiness using seven checks, returning a score (0-7) and advisory findings to identify missing Motivation or Strategy elements.
Instructions
Return advisory TOGAF-oriented readiness findings.
Advisory only. `data.compliance_claim` is always `false`: this is a
prompt for your own review, not a conformance result, and the
checklist is deliberately fixed.
Scoring: seven checks, one point lost per finding, so
`data.score` runs 0-7 against `data.max_score`. `data.status` is
`ready` when nothing fired, `partial` at a score of 3 or more, and
`limited` below that — so `limited` is the floor, and a model with
no Motivation or Strategy content scores 0 legitimately rather than
because something went wrong.
Returns:
Success envelope with `data.status`, `data.score`,
`data.max_score`, `data.advisory_findings` (each with `code`,
`severity`, `message`), `data.advisory_findings_count`,
`data.hard_failures`, `data.hard_failures_count`, and
`data.compliance_claim`.
Errors:
`ModelNotFoundError` if no model is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_hard_validation | No | ||
| include_quality_assurance_views | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||