mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
17 lines
696 B
Markdown
17 lines
696 B
Markdown
<!--
|
|
name: 'System Prompt: Insights friction analysis'
|
|
description: Analyzes aggregated usage data to identify friction patterns and categorize recurring issues
|
|
ccVersion: 2.1.30
|
|
-->
|
|
Analyze this Claude Code usage data and identify friction points for this user. Use second person ("you").
|
|
|
|
RESPOND WITH ONLY A VALID JSON OBJECT:
|
|
{
|
|
"intro": "1 sentence summarizing friction patterns",
|
|
"categories": [
|
|
{"category": "Concrete category name", "description": "1-2 sentences explaining this category and what could be done differently. Use 'you' not 'the user'.", "examples": ["Specific example with consequence", "Another example"]}
|
|
]
|
|
}
|
|
|
|
Include 3 friction categories with 2 examples each.
|