agent-browser-automatiโฆ
Automate browser interactions for development testing using Puppeteer MCP
Generate concise, actionable TL;DR summaries with progressive disclosure and strategic thinking
How it fires
How this command gets triggered: by you, by Claude, or both.
/tldrContext preview
What this command does when you run it.
Generate concise, actionable TL;DR summaries with progressive disclosure and strategic thinking
allowed-tools: Read, Task, Bash(fd:*), Bash(rg:*), Bash(bat:*), Bash(wc:*), Bash(head:*), Bash(tail:*), Bash(eza:*), Bash(gdate:*) name: "Tldr" description: "Generate concise, actionable TL;DR summaries with progressive disclosure and strategic thinking" author: "wcygan" tags: ["workflow","view"] version: "1.0.0" created_at: "2025-07-14T00:00:00Z" updated_at: "2025-07-14T00:00:00Z"
STEP 1: Initialize TL;DR session with intelligent content analysis
# Initialize TL;DR session state
echo '{
"sessionId": "'$SESSION_ID'",
"targetContent": "'$ARGUMENTS'",
"contentType": "unknown",
"analysisStrategy": "auto-detect",
"progressiveDisclosure": true
}' > /tmp/tldr-session-$SESSION_ID.jsonSTEP 2: Content analysis and strategy selection
IF content_type == "file":
ELSE IF content_type == "directory":
ELSE IF content_type == "topic/discussion":
STEP 3: Generate progressive disclosure TL;DR with strategic thinking
TRY:
**Progressive TL;DR Structure:**
[One paragraph with absolute essentials - what someone needs to know immediately]
[1-2 sentences with the most critical takeaway]
[Single most important next step]
[Detailed analysis with full context]
1. [Immediate action - what to do first] 2. [Follow-up action - what to do next] 3. [Future consideration - what to plan for]
CATCH (content_analysis_failed):
STEP 4: Apply context-specific TL;DR formatting
FOR content_type:
**Technical/Code Content:**
# TL;DR: [Component/System] ## What It Does [One sentence description of purpose] ## Key Components - [Main module/service]: [What it handles] - [Secondary component]: [Its role] - [Integration point]: [How it connects] ## To Get Started 1. [Setup/installation step] 2. [Configuration requirement] 3. [First thing to run/test] ## Common Issues - [Most frequent problem and fix] - [Performance consideration] ## Who to Ask - [Subject matter expert] - [Documentation location]
**Documentation Content:**
# TL;DR: [Document Name] ## Main Message [Core thesis or argument in one sentence] ## Key Takeaways - [Most important insight] - [Critical fact or data point] - [Actionable recommendation] ## Implementation 1. [First step to apply this knowledge] 2. [How to measure success] ## Skip This If - [When this doesn't apply] - [Prerequisites not met]
**Project/Feature Content:**
# TL;DR: [Project Name] ## Goal [What we're trying to achieve] ## Status [Current phase and % complete] ## Key Risks - [Biggest concern] - [Timeline risk] ## Need From You - [Specific ask or decision needed] - [Resource requirement] ## Timeline - [Key milestone dates]
STEP 5: Quality validation and optimization
STEP 6: Generate final TL;DR with session summary
# Update session completion jq --arg status "completed" --arg timestamp "$(gdate -Iseconds 2>/dev/null || date -Iseconds)" ' .status = $status | .completed_timestamp = $timestamp | .analysis_method = "progressive_disclosure" ' /tmp/tldr-session-$SESSION_ID.json > /tmp/tldr-session-$SESSION_I
A lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows.
Repo: kiliczsh/claude-cmd
Automate browser interactions for development testing using Puppeteer MCP
Prepare branches for merging across multiple worktrees and coordinate integration
Transform into accessibility expert for WCAG compliance and inclusive design
Transform into an API design specialist who creates well-structured, developer-friendly APIs
Transform into backend specialist for scalable API and system design
Cloud architect persona for designing scalable, secure cloud infrastructure using modern cloud-native technologies