mcpbeat

Grad Tam Utaut

asgard-ai-platform/grad-tam-utaut

Apply the Technology Acceptance Model (Davis, 1989) and Unified Theory of Acceptance and Use of Technology (Venkatesh et al., 2003) to predict technology adoption. Use this skill when the user needs to evaluate user acceptance of a new system, diagnose adoption barriers, design interventions to improve technology uptake, or when they ask 'why aren't users adopting this', 'what drives technology acceptance', or 'how do we increase adoption rates'.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
223
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-tam-utaut

What comes with it

5 936 bytes besides the instruction
examples/sample_scenario.md

The instruction itself

13 sections, as written by the author

Technology Acceptance Model (TAM) and UTAUT

Overview

TAM posits that Perceived Usefulness (PU) and Perceived Ease of Use (PEOU) determine behavioral intention to use technology. UTAUT synthesizes eight prior models into four core constructs — Performance Expectancy, Effort Expectancy, Social Influence, and Facilitating Conditions — moderated by age, gender, experience, and voluntariness.

When to Use

  • Predicting user adoption of a new technology or system
  • Diagnosing why a technology rollout has low uptake
  • Designing interventions to improve acceptance rates
  • Comparing adoption drivers across user segments

When NOT to Use

  • Post-adoption continuance (use Expectation-Confirmation Model)
  • Organizational-level diffusion (use DOI or TOE framework)
  • When adoption is mandatory with no behavioral variance

Assumptions

IRON LAW: Technology adoption is driven by PERCEIVED value, not actual
capability. A superior system with poor perceived usefulness will be
rejected; an inferior system perceived as useful will be adopted.

Key assumptions:

  • Users are rational actors who form intentions before behavior
  • Perceptions can be measured via self-report instruments
  • External variables influence adoption only through the core constructs
  • Behavioral intention is the primary predictor of actual use

Methodology

Step 1 — Define the technology and user population

Specify the system under evaluation, target users, and usage context. Identify whether adoption is voluntary or mandatory.

Step 2 — Measure core constructs

TAM constructs:

  • Perceived Usefulness (PU): "Using X improves my job performance"
  • Perceived Ease of Use (PEOU): "Using X is free of effort"

UTAUT constructs:

| Construct | Definition | TAM Equivalent |

|-----------|-----------|----------------|

| Performance Expectancy | Degree system helps job performance | PU |

| Effort Expectancy | Ease of using the system | PEOU |

| Social Influence | Important others think I should use it | Subjective Norm |

| Facilitating Conditions | Infrastructure supports use | (external) |

Step 3 — Identify moderators and barriers

Map moderating variables: age, gender, experience, voluntariness. Identify specific barriers per construct (e.g., poor training → low Effort Expectancy).

Step 4 — Design interventions

Target the weakest construct(s) with specific interventions: training (Effort), demonstrations of value (Performance), champion programs (Social), IT support (Facilitating).

Output Format

## TAM/UTAUT Analysis: [Technology/Context]

### Construct Assessment
| Construct | Score (1-7) | Key Drivers | Key Barriers |
|-----------|-------------|-------------|--------------|
| Performance Expectancy | | | |
| Effort Expectancy | | | |
| Social Influence | | | |
| Facilitating Conditions | | | |

### Moderator Effects
- Age: ...
- Experience: ...
- Voluntariness: ...

### Intervention Recommendations
1. [Target construct]: [specific action]
2. ...

Gotchas

  • TAM explains intention, not actual sustained use — add habit and continuance constructs for long-term prediction
  • PEOU has diminishing effect as users gain experience; PU dominates over time
  • Social Influence matters most under mandatory settings and for early adopters
  • Self-report bias inflates correlations between constructs (common method variance)
  • UTAUT2 adds hedonic motivation, price value, and habit for consumer contexts
  • Cultural context shifts construct weights — do not assume Western-validated weights universally apply

References

  • Davis, F. D. (1989). Perceived usefulness, perceived ease of use, and user acceptance of information technology. *MIS Quarterly*, 13(3), 319-340.
  • Venkatesh, V., Morris, M. G., Davis, G. B., & Davis, F. D. (2003). User acceptance of information technology: Toward a unified view. *MIS Quarterly*, 27(3), 425-478.
  • Venkatesh, V., Thong, J. Y. L., & Xu, X. (2012). Consumer acceptance and use of information technology: Extending the UTAUT. *MIS Quarterly*, 36(1), 157-178.

How to use it

Copy the folder

Take asgard-ai-platform/grad-tam-utaut from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.