asgard-ai-platform/grad-pls-sem
Apply Partial Least Squares SEM (PLS-SEM) with reflective and formative measurement models to maximize explained variance in endogenous constructs. Use this skill when the user has small samples, formative indicators, or exploratory models, needs to assess AVE/CR/HTMT, or when they ask 'should I use PLS or CB-SEM', 'how do I handle formative constructs', or 'what is the path coefficient significance'.
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-pls-sem
PLS-SEM (Wold, 1982; Hair et al., 2017) is a variance-based approach to structural equation modeling that estimates composite-based path models. Unlike CB-SEM, it maximizes explained variance in endogenous constructs and readily handles both reflective and formative measurement models.
IRON LAW: PLS-SEM maximizes VARIANCE EXPLAINED, not model fit — it does NOT
test overall model fit like CB-SEM. A high R² does not mean the model
structure is correct.
Key assumptions:
Classify each construct as reflective (arrows from construct to indicators) or formative (arrows from indicators to construct). Formative constructs require at minimum two indicators and a theoretical rationale.
Evaluate indicator reliability (loadings ≥ 0.70), internal consistency (CR ≥ 0.70), convergent validity (AVE ≥ 0.50), and discriminant validity (HTMT < 0.90).
Check indicator weights for significance via bootstrapping. Examine VIF among indicators (VIF < 5.0). Assess content validity — dropping a formative indicator changes the construct meaning.
Report path coefficients, R², f² effect sizes, Q² predictive relevance (via blindfolding), and bootstrapped confidence intervals. See references/ for algorithm details.
## PLS-SEM Analysis: [Study Title]
### Reflective Measurement Assessment
| Construct | Indicator | Loading | CR | AVE | HTMT |
|-----------|-----------|---------|-----|-----|------|
| [name] | [item] | x.xx | x.xx | x.xx | x.xx |
### Formative Measurement Assessment
| Construct | Indicator | Weight | VIF | p-value |
|-----------|-----------|--------|-----|---------|
| [name] | [item] | x.xx | x.xx | x.xx |
### Structural Model
| Path | β | t-value | p-value | f² | Supported? |
|------|---|---------|---------|-----|------------|
| X → Y | x.xx | x.xx | x.xx | x.xx | [Yes/No] |
### Model Quality
| Endogenous Construct | R² | Q² |
|---------------------|-----|-----|
| [name] | x.xx | x.xx |
### Limitations
- [Note any assumption violations]
Take asgard-ai-platform/grad-pls-sem from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.