# Orcaflex Line Wizard Post Wizard Checks

> Sub-skill of orcaflex-line-wizard: Post-Wizard Checks.

- Skill: `vamseeachanta/orcaflex-line-wizard-post-wizard-checks` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/orcaflex-line-wizard-post-wizard-checks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/orcaflex-line-wizard-post-wizard-checks/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/orcaflex-line-wizard-post-wizard-checks

---


# Post-Wizard Checks

## Post-Wizard Checks


| Check | Method | Pass Criteria |
|-------|--------|---------------|
| Tension achieved | Compare actual vs target | Error < 1% of target |
| Line length positive | All section lengths > 0 | No negative lengths |
| Catenary shape valid | Visual check or arc length > span | Line doesn't go through seabed |
| Static convergence | `model.CalculateStatics()` | Converges after wizard adjustment |
| Anchor holding | Tension at anchor < holding capacity | With safety factor (SF > 1.5) |

```python
def validate_wizard_results(model, configs):

*See sub-skills for full details.*

