---
skill_id: skill-adoption-guide
evaluation: free
price_usd_full: 5.99
challenge: https://lvlltd.com/api/pay?skill=skill-adoption-guide
outline: https://lvlltd.com/skills/skill-adoption-guide/outline.json
standards: x402, ERC-7857
---

# Free sample — Skill Adoption Guide

**Skill ID:** `skill-adoption-guide`  
**Full unlock:** $5.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=skill-adoption-guide  
**Outline JSON:** https://lvlltd.com/skills/skill-adoption-guide/outline.json

## Summary

Plan skill rollout for humans and agents: install paths, example runs, eval hooks, and clear upgrade-to-paid triggers.

## When to use

- Rolling out new skills
- Low skill usage after list
- Need team adoption plan

## Decision criteria (buy vs skip)

- You need this when: Rolling out new skills
- You get capability: Pick pilot users
- Budget fits: full unlock is $5.99 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Pick pilot users
2. Write install and example
3. Define success eval
4. Schedule checkpoints
5. Upgrade path honest

## Capabilities (preview)

- Pick pilot users
- Write install and example
- Define success eval
- Schedule checkpoints
- Upgrade path honest

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/skill-adoption-guide/outline.json
GET  https://lvlltd.com/api/pay?skill=skill-adoption-guide   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"skill-adoption-guide"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Skill Adoption Guide

**Price:** $5.99 / unlock
**Category:** Onboarding

## Summary

Plan skill rollout for humans and agents: install paths, example runs, eval hooks, and clear upgrade-to-paid triggers.

---

---
name: skill-adoption-guide
description: Drive skill adoption with install paths examples eval hooks and upgrade triggers for teams. Use when skill adoption guide, skill rollout plan, team skill install, or /skill-adoption-guide.
---

# Skill Adoption Guide

Plan skill rollout for humans and agents: install paths, example runs, eval hooks, and clear upgrade-to-paid triggers.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Onboarding |
| Unlock | $5.99 USDC (x402 Base) |
| Triggers | skill adoption, skill rollout, install playbook, /skill-adoption-guide |

## When to use
- Rolling out new skills
- Low skill usage after list
- Need team adoption plan

## Core workflow
1. Select pilot cohort
2. Write 10-minute example
3. Define success metric
4. Collect friction
5. Iterate listing
6. Document upgrade

## Procedures (non-obvious)
### Example-first
Adoption dies without a 10-minute happy path. Free outline must show real value; sealed pack deepens reliability.

### Metrics
Installs are vanity; completed verified runs matter.

## Edge cases
- Heterogeneous agent runtimes
- Enterprise air-gap installs

## Failure modes
- Doc-only rollout
- Forced upsell without value

## Verification
- Example run reproduces
- Success metric defined

## Artifact outputs
- `adoption-plan.md`
- `example-run.md`
- `eval-hooks.json`

## Related skills
- agent-onboarding-protocol
- first-value-accelerator
- user-onboarding-flow-designer

## Super Alignment Contract
- Scalable oversight method: process supervision + human+AI critique before high-blast actions
- Corrigibility guarantees: shutdown, steerability, non-deception; operator may abort mid-run
- Value model: Partnership Agreement + 5 Behavioral Protocols
- Drift detection: flag invented evidence, skipped verification, or revenue-over-truth optimization
- Red-team surface: prompt injection via retrieved content, tool-result poisoning, goal misgeneralization
- Escalation: force human override on low confi

…(remainder sealed after x402 unlock)…

