turbocharge
01Plugin Claude Code
Plugin marketplace listing 1 plugin: turbocharge.
Plugin Claude Code
Plugin marketplace listing 1 plugin: turbocharge.
Plugin Claude Code
Engineering team orchestration for Claude Code. 10 skills, 5 agents, 1 hook — single pipeline from brainstorm to shipped code.
Instructions file
Instructions for nicodiansk/turbocharge, covering claude.md, project context, what this project is, architecture and the pipeline.
Agent
Implements tasks following TDD. Use proactively when a plan task needs implementation. Builds features methodically: asks questions → implements with tests → self-reviews → commits. Always externalizes decisions to files. Use for any discrete coding task.
Agent
Senior holistic reviewer for pre-merge assessment. Reviews entire git diff against the original plan for architecture alignment, design quality, and production readiness. Run ONCE after ALL tasks complete, not per-task. Reports merge readiness with reasoning.
Agent
Creates detailed implementation plans with bite-sized tasks. Breaks work into 2-5 minute tasks with exact file paths, complete code, and verification commands. Use when requirements are clear and need systematic task breakdown.
Agent
Deep codebase exploration and context gathering. Use proactively when understanding existing code, finding patterns, investigating architecture, or gathering context before planning. Fast, read-only, runs in background by default.
Agent
Reviews a single task's diff once and emits two verdicts: Spec compliance and Quality. Use proactively after builder completes a task in --reviewed mode. Reads the actual diff — does NOT trust builder reports. Replaces the former spec-reviewer + quality-reviewer pair (one spawn, one diff-load).
Hook
Runs when a session starts, executing session-start.sh via bash. From nicodiansk/turbocharge.
Skill Claude CodeCodex
Generate or update a semantic domain map (ATLAS.md) for the project. Maps where to look, entry points, module purposes, key symbols, and integration points. Complements codemap's structural index with the domain knowledge layer.
Skill Claude CodeCodex
Use when starting creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements through Socratic dialogue before any implementation.
Skill Claude CodeCodex
Use when encountering any bug, test failure, or unexpected behavior. Enforces systematic root-cause investigation before proposing fixes. Prevents guess-and-check debugging.
Skill Claude CodeCodex
Use when you have stories or clear requirements that need to become an implementation plan with bite-sized tasks, exact file paths, complete code, and verification commands.
Skill Claude CodeCodex
Use before merging to verify completed work meets requirements and quality standards. Dispatches code-reviewer for holistic assessment of the full git diff against the original plan.
Skill Claude CodeCodex
Run once after installing turbocharge. Audits global config for conflicts — duplicate agents, competing skills, stale rules — and offers to fix them. Also validates turbocharge plugin health.
Skill Claude CodeCodex
Use when implementation and review are complete and you need to integrate the work. Verifies tests, presents structured options for merge, PR, keep, or discard, and handles cleanup.
Skill Claude CodeCodex
Use when you have requirements, PRDs, or feature descriptions that need to become implementable work. Transforms requirements into INVEST-compliant user stories with testable acceptance criteria.
Skill Claude CodeCodex
Use when ending a session, taking a break, or context is getting full. Captures session state, decisions, and generates a resume prompt for the next session. Critical for multi-session continuity.