All Prompts/Commands & CLI//insights: Project Areas
⌨️Commands & CLI/cli

/insights: Project Areas

src/commands/insights.ts

Prompt Engineering Insight

Asks for JSON areas with session counts and narratives—clustering usage into thematic projects for the HTML report.

Techniques Used

structured-outputtaxonomyrole-setting
prompt
Analyze this Claude Code usage data and identify project areas.
RESPOND WITH ONLY A VALID JSON OBJECT:
{
"areas": [
{"name": "Area name", "session_count": N, "description": "2-3 sentences about what was worked on and how Claude Code was used."}
]
}
Include 4-5 areas. Skip internal CC operations.

Tags

insightsreportproject-areas

Appears in use cases

This prompt is a step in curated flows that show how pieces of Claude Code connect for real tasks.