一键导入
taste-learning
Tier 1 learning — detects user output preferences from repeated corrections and injects them as instructions into future plugin runs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Tier 1 learning — detects user output preferences from repeated corrections and injects them as instructions into future plugin runs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scans Founder OS plugin deployment, scores coverage by business area, and produces an actionable automation scorecard. Used by /audit:scan and /audit:report commands.
Loads structured business context files into plugin execution context. Activates at the start of any plugin command to provide business knowledge, current strategy, and operational data. Plugins inline the loading logic directly (same pattern as gws CLI usage).
Read Google Calendar events and check availability using gws CLI. Use this skill when any Founder OS plugin needs to list events, check schedules, or query free/busy status — replaces Google Calendar MCP server read operations.
Create, update, and delete Google Calendar events using gws CLI. Use this skill when any Founder OS plugin needs to modify calendar events — replaces Google Calendar MCP server write operations.
Search, list, and retrieve Google Drive files using gws CLI. Use this skill when any Founder OS plugin needs to find, read, or export Drive files — replaces Google Drive MCP server read operations.
Upload, create, and update Google Drive files using gws CLI. Use this skill when any Founder OS plugin needs to write files to Drive — replaces Google Drive MCP server write operations.
| name | taste-learning |
| description | Tier 1 learning — detects user output preferences from repeated corrections and injects them as instructions into future plugin runs. |
Taste learning detects patterns in how users modify or react to plugin outputs, then automatically adjusts future outputs to match preferences.
| Signal | Example | Resulting Pattern |
|---|---|---|
| Output length corrections | User consistently shortens briefings | "Keep briefings under 500 words" |
| Tone adjustments | User rewrites drafts to be more formal | "Use formal business tone in email drafts" |
| Prioritization overrides | User re-orders urgent items | "Prioritize revenue-related items first" |
| Formatting preferences | User restructures output into bullets | "Use bullet-point format for task summaries" |
| Content inclusion/exclusion | User removes calendar section from briefing | "Exclude calendar items from daily briefing" |
When distilling a pattern from observations:
patterns tablepattern_type: "taste"plugin: the specific plugincommand: the specific command (or null if applies to all commands)description: human-readable summary of the preferenceinstruction: the text to inject into future command contextconfidence: 0.0 (starts as candidate)observations: count of times this pattern was seenobservations, confirmations, rejections, and recalculate confidenceAlways notify the user when a taste pattern is applied:
[Intel] Applying learned preference: "concise email drafts under 150 words"
If the user says "stop applying this" or rejects 3 times in a row, set status to "rejected".