diffraction-analysis-workflow-1-aqwa-analysis-only
Sub-skill of diffraction-analysis: Workflow 1: AQWA Analysis Only (+4).
Best use case
diffraction-analysis-workflow-1-aqwa-analysis-only is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of diffraction-analysis: Workflow 1: AQWA Analysis Only (+4).
Teams using diffraction-analysis-workflow-1-aqwa-analysis-only should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/workflow-1-aqwa-analysis-only/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How diffraction-analysis-workflow-1-aqwa-analysis-only Compares
| Feature / Agent | diffraction-analysis-workflow-1-aqwa-analysis-only | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of diffraction-analysis: Workflow 1: AQWA Analysis Only (+4).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Workflow 1: AQWA Analysis Only (+4)
## Workflow 1: AQWA Analysis Only
```python
from digitalmodel.aqwa import AQWAAnalysis
# Direct AQWA analysis
analysis = AQWAAnalysis(folder="aqwa_results/")
analysis.run()
```
## Workflow 2: AQWA → OrcaFlex Conversion
```python
from digitalmodel.bemrosetta import (
AQWAParser, OrcaFlexConverter, validate_coefficients
)
# Parse AQWA
parser = AQWAParser()
results = parser.parse("analysis.LIS")
# Validate
*See sub-skills for full details.*
## Workflow 3: OrcaWave Analysis
```python
from digitalmodel.orcawave import OrcaWaveAnalysis
# Run OrcaWave (requires OrcFxAPI)
analysis = OrcaWaveAnalysis()
analysis.setup_model(vessel_file="vessel.yml")
analysis.run_diffraction()
results = analysis.get_results()
```
## Workflow 4: AQWA vs OrcaWave Comparison
```python
from digitalmodel.diffraction import (
DiffractionComparator,
AQWAConverter,
OrcaWaveConverter,
)
# Convert both sources to unified schema
aqwa_results = AQWAConverter("aqwa_folder/").convert_to_unified_schema()
orcawave_results = OrcaWaveConverter(model).convert_to_unified_schema()
*See sub-skills for full details.*
## Workflow 5: Complete Pipeline with QTF
```python
from digitalmodel.bemrosetta import (
AQWAParser, QTFParser, OrcaFlexConverter,
CoefficientValidator, CausalityChecker,
)
# Parse main results
parser = AQWAParser()
results = parser.parse("analysis.LIS")
*See sub-skills for full details.*Related Skills
mnt-analysis-cleanup
Survey, classify, and clean up `/mnt/local-analysis/` (or any sibling-to-workspace-hub directory holding orphan worktrees, codex-burn artifacts, agent log accumulations, and outer-clone duplicates) without losing useful code/work. Surfaces a tiered approval menu rather than baking decisions; defers all destructive ops until user confirms.
digitalmodel-orcawave-orcaflex-proof-workflows
Class-level digitalmodel OrcaWave/OrcaFlex readiness, semantic-proof, fixture-proof, and closeout workflows.
read-only-pre-implementation-audit
Systematic cross-check workflow to validate assumptions before TDD coding begins
portable-pattern-verification-workflow
Multi-package implementation with verification strategy for cross-platform configuration hardening
plan-gated-issue-validation-workflow
Systematic validation pattern for plan-approved GitHub issues with pre-existing deliverables
multi-year-tax-filing-verification-workflow
Verify and reconcile complex multi-form tax filings by cross-referencing source documents, identifying data dependencies, and validating line-by-line against authoritative records.
multi-file-tax-reconciliation-workflow
Systematic parallel review and reconciliation of multi-document tax filings with cross-reference validation
metadata-only-wiki-sweep-workflow
Disciplined inventory process for cataloging documents by filename/path without content claims, using parent-centric grouping to prevent stub proliferation
metadata-only-inventory-sweep
Execute constrained file inventory sweeps with metadata-only stubs and validation, useful for staged documentation work on large file sets
freetaxusa-efiling-workflow
Navigate FreeTaxUSA e-filing process through final steps, handling session timeouts and identifying required manual signature steps
financial-site-bypass-workflow
Workflow for accessing restricted financial sites when browser automation is blocked
financial-data-export-workflow
Structured process for exporting and analyzing multi-year brokerage transaction history when browser automation is blocked