From implementation
Preview task-to-command mapping without execution (dry-run)
How this command is triggered — by the user, by Claude, or both
Slash command
/implementation:map-task <task-description>Files this command reads when invoked
This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
**Arguments**: $ARGUMENTS Goal: Preview how task description maps to tech-specific command without execution. Useful for testing and debugging mapping logic. Core Principles: - Detect project tech stack from project.json - Map task keywords to appropriate commands - Show mapping confidence and alternatives - Never execute, only preview Phase 1: Load Context Goal: Read tech stack for intelligent mapping Actions: - Read project.json: @.claude/project.json - Extract tech stack components: * Frontend framework (Next.js, React, Vue, etc.) * Backend framework (FastAPI, Express, Django, et...
Arguments: $ARGUMENTS
Goal: Preview how task description maps to tech-specific command without execution. Useful for testing and debugging mapping logic.
Core Principles:
Phase 1: Load Context Goal: Read tech stack for intelligent mapping
Actions:
Phase 2: Analyze Task Goal: Determine task type and target from description
Actions:
Phase 3: Map to Command Goal: Generate appropriate command based on task and tech stack
Actions:
Based on task type and detected tech stack, map to command:
Frontend (Next.js detected):
Backend (FastAPI detected):
Database (Supabase detected):
AI (Vercel AI SDK detected):
Memory (Mem0 detected):
Auth (Clerk detected):
If no clear mapping: Return "Unknown - needs manual command selection"
If multiple mappings possible: List alternatives
Phase 4: Display Mapping Goal: Show comprehensive mapping result
Actions:
Phase 5: Summary Goal: Provide usage guidance and next steps
Actions:
npx claudepluginhub vanman2024/dev-lifecycle-marketplace --plugin implementation/autoRoutes natural language requests to the optimal workflow (research, debug, TDD, security, etc.). Also supports direct invocation of any /octo:* command.
/plansAnalyzes project files and user goal to detect tech stack, recommends and installs relevant Claude skills, then enters planning mode.
/recommendRecommends optimal SuperClaude commands matching user request via keyword extraction and persona assignment. Supports English/Turkish detection and categories like ML, web dev, data.
/sc-recommendRecommends optimal SuperClaude commands matching user input or request. Detects English/Turkish, extracts keywords for categories like ML, web dev, errors, performance.
/start-taskStarts a new development task by assessing complexity, running pre-task checks, and guiding the user through an appropriate workflow.