# Orcaflex Static Debug Diagnostic Workflow

> Sub-skill of orcaflex-static-debug: Diagnostic Workflow.

- Skill: `vamseeachanta/orcaflex-static-debug-diagnostic-workflow` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/orcaflex-static-debug-diagnostic-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/orcaflex-static-debug-diagnostic-workflow/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/orcaflex-static-debug-diagnostic-workflow

---


# Diagnostic Workflow

## Diagnostic Workflow


```
[Static Analysis Failed]
         ↓
[1. Check Error Message]
         ↓
[2. Validate Model Structure]
    ├── Connectivity
    ├── Object positions
    └── Line configurations
         ↓
[3. Check Initial Conditions]
    ├── Tensions
    ├── Lengths
    └── Positions
         ↓
[4. Review Environment]
    ├── Water depth
    ├── Current
    └── Waves (should be off for statics)
         ↓
[5. Adjust Solver Settings]
    ├── Damping
    ├── Tolerance
    └── Iteration limits
         ↓
[6. Incremental Testing]
    ├── Simplify model
    ├── Add components one by one
    └── Identify failing element
```

