agent-browser-automati…
Automate browser interactions for development testing using Puppeteer MCP
Generate intelligent project-specific slash command ideas through comprehensive codebase analysis
How it fires
How this command gets triggered: by you, by Claude, or both.
/ideate-commandsContext preview
What this command does when you run it.
Generate intelligent project-specific slash command ideas through comprehensive codebase analysis
allowed-tools: Read, Bash(fd:*), Bash(rg:*), Bash(eza:*), Bash(jq:*), Bash(yq:*), Bash(gdate:*), Task name: "Ideate Commands" description: "Generate intelligent project-specific slash command ideas through comprehensive codebase analysis" author: "wcygan" tags: ["meta","command"] version: "1.0.0" created_at: "2025-07-14T00:00:00Z" updated_at: "2025-07-14T00:00:00Z"
STEP 1: Initialize intelligent command ideation session
STEP 2: Comprehensive project analysis with technology-specific insights
TRY:
**Technology Stack Analysis:**
# Modern CLI-based project discovery echo "Analyzing project with modern tools..." # Language detection using fd and rg lang_indicators=$(fd "\.(rs|go|ts|js|java|py|rb|php|cpp|c)$" . -d 3 | head -20) echo "Source files: $lang_indicators" # Framework detection framework_files=$(fd "(Cargo\.toml|go\.mod|package\.json|requirements\.txt|Gemfile|composer\.json)" . -d 2) echo "Framework files: $framework_files" # Infrastructure and operations infra_files=$(fd "(Dockerfile|docker-compose|kubernetes|terraform|\.tf)" . -d 3) echo "Infrastructure: $infra_files" # CI/CD detection ci_patterns=$(fd "(\.github|\.gitlab-ci|jenkins|buildkite)" . -t d -d 2) echo "CI/CD: $ci_patterns"
STEP 3: Pattern recognition and workflow identification
CASE project_complexity:
WHEN "simple_single_technology":
WHEN "complex_multi_technology":
**Sub-Agent Delegation for Complex Projects:**
IF project has multiple technologies OR extensive infrastructure:
LAUNCH parallel sub-agents to analyze different aspects:
Each agent provides specialized command suggestions for their domain.
STEP 4: Generate targeted command suggestions with implementation details
FOR EACH identified workflow pattern:
**Command Suggestion Format:**
{
"command_name": "/project:suggested-command",
"category": "development|operations|quality|team|security",
"priority": "high|medium|low",
"frequency": "daily|weekly|monthly|adhoc",
"time_saved": "estimated minutes per use",
"purpose": "One-line description",
"key_actions": [
"Primary action with specific tools",
"Secondary validation or reporting step",
"Optional cleanup or follow-up action"
],
"parameters": {
"required": "$ARGUMENTS usage description",
"optional": "Additional parameter options"
},
"implementation_complexity": "simple|moderate|complex",
"dependencies": ["required tools or configurations"],
"example_usage": "/project:command-name [arguments]",
"estimated_benefit": "Quantified impact description"
}**Technology-Specific Command Categories:**
Rust/Cargo Projects:
Go Projects:
Deno/TypeScript Projects:
Java/Spring Projects:
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