---
name: stijnman/user-preference-profiler
source: https://app.decimal.ai/s/stijnman-user-preference-profiler@2/SKILL.md
source_sha256: 27190cc06abd
---

# User Preference Profiler
## When to Use

- User says **my preferences** or task matches this capability
- User says **remember how I like** or task matches this capability
- User says **user profile** or task matches this capability
- User says **personalize** or task matches this capability

## Workflow

1. Extract preferences from conversation (tone, format, tools).
2. Merge with persistent-memory-bridge store.
3. Apply profile to current task defaults.
4. Confirm major preference changes with user.

## Integrations

- `persistent-memory-bridge`
- `semantic-memory-manager`

## Error Handling

| Failure | Response |
|---------|----------|
| Conflicting prefs | Ask user to resolve. |

## Gotchas

- Preferences are suggestions, not overrides for safety rules.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.