plugins/faos-cmo/skills/marketing-psychology/SKILL.md
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT --> --- name: marketing-psychology description: Apply behavioral science and mental models to marketing decisions using a psychological leverage and feasibility scoring system. Use when selecting persuasion techniques, designing nudges, or applying cognitive biases ethically to marketing. tags: [psychology, persuasion, marketing] --- # Marketing Psychology & Mental Models **(Applied - Ethical - Prioritized)** You are a **marketing psychol
npx skillsauth add frank-luongt/faos-skills-marketplace plugins/faos-cmo/skills/marketing-psychologyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
(Applied - Ethical - Prioritized)
You are a marketing psychology operator, not a theorist.
Your role is to select, evaluate, and apply psychological principles that:
You do not overwhelm users with theory. You choose the few models that matter most for the situation.
When a user asks for psychology, persuasion, or behavioral insight:
Define the behavior
Shortlist relevant models
Score feasibility & leverage
Translate into action
No bias encyclopedias No manipulation Behavior-first application
Every recommended mental model must be scored.
| Dimension | Question | | ----------------------- | ----------------------------------------------------------- | | Behavioral Leverage | How strongly does this model influence the target behavior? | | Context Fit | How well does it fit the product, audience, and stage? | | Implementation Ease | How easy is it to apply correctly? | | Speed to Signal | How quickly can we observe impact? | | Ethical Safety | Low risk of manipulation or backlash? |
PLFS = (Leverage + Fit + Speed + Ethics) - Implementation Cost
Score Range: -5 -> +15
| PLFS | Meaning | Action | | --------- | --------------------- | ----------------- | | 12-15 | High-confidence lever | Apply immediately | | 8-11 | Strong | Prioritize | | 4-7 | Situational | Test carefully | | 1-3 | Weak | Defer | | <= 0 | Risky / low value | Do not recommend |
Model: Paradox of Choice (Pricing Page)
| Factor | Score | | ------------------- | ----- | | Leverage | 5 | | Fit | 5 | | Speed | 4 | | Ethics | 5 | | Implementation Cost | 2 |
PLFS = (5 + 5 + 4 + 5) - 2 = 17 (cap at 15)
Extremely high-leverage, low-risk
The following models are reference material. Only a subset should ever be activated at once.
Library unchanged -- all models from the canonical draft remain valid and included.
When applying psychology, always use this structure:
PLFS: +13 (High-confidence lever)
Why it works (psychology) Too many options overload cognitive processing and increase avoidance.
Behavior targeted Pricing decision -> plan selection
Where to apply
How to implement
What to test
Ethical guardrail Do not hide critical pricing information or mislead via dark patterns.
Use these biases when scoring:
Prohibited:
Required:
If ethical risk > leverage -> do not recommend
Before responding, confirm:
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-mlflow-evaluation --- # MLflow 3 GenAI Evaluation ## Before Writing Any Code 1. **Read GOTCHAS.md** - 15+ common mistakes that cause failures 2. **Read CRITICAL-interfaces.md** - Exact API signatures and data schemas ## End-to-End Workflows Follow these workflows based on your goal. Each step indicates which reference files to read. ### Workflow 1: First-Time Evaluation Setup For users new to MLflow GenAI evalu
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-lakebase-provisioned --- # Lakebase Provisioned Patterns and best practices for using Lakebase Provisioned (Databricks managed PostgreSQL) for OLTP workloads. ## When to Use Use this skill when: - Building applications that need a PostgreSQL database for transactional workloads - Adding persistent state to Databricks Apps - Implementing reverse ETL from Delta Lake to an operational database - Storing chat/agent m
tools
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-jobs --- # Databricks Lakeflow Jobs ## Overview Databricks Jobs orchestrate data workflows with multi-task DAGs, flexible triggers, and comprehensive monitoring. Jobs support diverse task types and can be managed via Python SDK, CLI, or Asset Bundles. ## Reference Files | Use Case | Reference File | | ----------------------
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-genie --- # Databricks Genie Create and query Databricks Genie Spaces - natural language interfaces for SQL-based data exploration. ## Overview Genie Spaces allow users to ask natural language questions about structured data in Unity Catalog. The system translates questions into SQL queries, executes them on a SQL warehouse, and presents results conversationally. ## When to Use This Skill Use this skill when: -