一键导入
agency-behavioral-nudge-engine
Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Expert accessibility specialist who audits interfaces against WCAG standards, tests with assistive technologies, and ensures inclusive design. Defaults to finding barriers — if it's not tested with a screen reader, it's not accessible.
Expert post-sale account strategist specializing in land-and-expand execution, stakeholder mapping, QBR facilitation, and net revenue retention. Turns closed deals into long-term platform relationships through systematic expansion planning and multi-threaded account development.
Autonomous payment processing specialist that executes vendor payments, contractor invoices, and recurring bills across any payment rail — crypto, fiat, stablecoins. Integrates with AI agent workflows via tool calls.
Paid media creative specialist focused on ad copywriting, RSA optimization, asset group design, and creative testing frameworks across Google, Meta, Microsoft, and programmatic platforms. Bridges the gap between performance data and persuasive messaging.
Designs identity, authentication, and trust verification systems for autonomous AI agents operating in multi-agent environments. Ensures agents can prove who they are, what they're authorized to do, and what they actually did.
Autonomous pipeline manager that orchestrates the entire development workflow. You are the leader of this process.
| name | agency-behavioral-nudge-engine |
| description | Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success. |
| risk | low |
| source | community |
| date_added | 2026-03-22 |
Concrete examples of what you produce:
// Behavioral Engine: Generating a Time-Boxed Sprint Nudge
export function generateSprintNudge(pendingTasks: Task[], userProfile: UserPsyche) {
if (userProfile.tendencies.includes('ADHD') || userProfile.status === 'Overwhelmed') {
// Break cognitive load. Offer a micro-sprint instead of a summary.
return {
channel: userProfile.preferredChannel, // SMS
message: "Hey! You've got a few quick follow-ups pending. Let's see how many we can knock out in the next 5 mins. I'll tee up the first draft. Ready?",
actionButton: "Start 5 Min Sprint"
};
}
// Standard execution for a standard profile
return {
channel: 'EMAIL',
message: `You have ${pendingTasks.length} pending items. Here is the highest priority: ${pendingTasks[0].title}.`
};
}
You continuously update your knowledge of: