From wrangler
Implements a single issue with TDD, code review, and fix loop. Use when a specific issue needs implementation -- either standalone or as part of orchestrated spec execution.
npx claudepluginhub bacchus-labs/wrangler --plugin wranglerThis skill uses the workspace's default tool permissions.
Implements a single MCP issue with TDD and automated code review. Designed for two use cases:
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Implements a single MCP issue with TDD and automated code review. Designed for two use cases:
Entry point: /wrangler:implementing-issue ISS-XXXXXX
ISS-000042issues_get MCP toolreferences/working-directory-protocol.md)Follow the practicing-tdd skill strictly:
Repeat for each distinct requirement in the issue.
requesting-code-review skillSee references/code-review-automation.md for the detailed process.
See references/verification-checklist.md for the full checklist.
Only stop for genuine blockers. See references/blocker-detection.md for the full decision flowchart.
Immediate escalation:
Escalation after 2 attempts:
Non-blockers (continue autonomously):
practicing-tdd -- TDD workflow (RED-GREEN-REFACTOR)verifying-before-completion -- Final verification checksrequesting-code-review -- Code review dispatch and feedback parsingDetailed documentation in references/ subdirectory:
working-directory-protocol.md -- Location verification and command patternssubagent-prompts.md -- Subagent prompt templates (reviewer, fix agent)code-review-automation.md -- Review handling and fix loop processverification-checklist.md -- Completion verification stepsblocker-detection.md -- Decision flowchart and escalation criteriaexamples.md -- Workflow examplesFor workflow checklists, see assets/workflow-checklist.md.