By pagerguild
Test-driven development workflow with red/green/refactor phases. Enforces TDD discipline with phase tracking, test validation, and coverage monitoring.
TDD Green Phase expert. Activate when: - Test is written and failing, need to make it pass - User mentions "make test pass", "green phase", "minimal implementation" - Writing implementation code to satisfy tests - Questions about simplest solution to pass tests Auto-triggers on: making tests pass, minimal implementation, green phase
TDD Red Phase expert. Activate when: - Starting new feature development with TDD - User mentions "write test first", "failing test", "red phase" - Need to design test cases before implementation - Questions about test structure, assertions, test naming Auto-triggers on: test design, test-first development, TDD start
TDD Refactor Phase expert. Activate when: - Tests are passing, need to improve code quality - User mentions "refactor", "clean up", "improve code" - Applying DRY, SOLID, or design patterns - Code review findings need addressing Auto-triggers on: refactoring, code improvement, cleanup, tech debt
A Claude Code plugin marketplace for workflow automation, TDD, code review, and development tools.
This marketplace provides modular, single-purpose plugins that can be installed independently or combined as needed. Each plugin follows Claude Code plugin best practices with progressive disclosure and strong trigger phrases.
| Plugin | Description | Components |
|---|---|---|
| conductor-workflows | Track and phase management for development workflows | 6 commands |
claude plugin marketplace add github:pagerguild/guilde-plugins
claude plugin marketplace list
# Install a specific plugin
claude plugin install conductor-workflows@guilde-plugins
# Enable/disable plugins
claude plugin enable conductor-workflows@guilde-plugins
claude plugin disable conductor-workflows@guilde-plugins
# Validate a local plugin or marketplace
claude plugin validate ./plugins/conductor-workflows
For plugin development or testing:
# Clone the repository
git clone https://github.com/pagerguild/guilde-plugins.git
# Use plugins locally (session only)
claude --plugin-dir ./guilde-plugins/plugins/conductor-workflows
Each plugin follows this structure:
plugins/<plugin-name>/
├── README.md # Plugin documentation
├── agents/ # Agent definitions (if any)
│ └── *.md
├── commands/ # Slash commands (if any)
│ └── *.md
└── skills/ # Skills with progressive disclosure (if any)
└── <skill-name>/
├── SKILL.md
├── examples/
└── references/
| Command | Description |
|---|---|
claude plugin marketplace add <source> | Add a marketplace |
claude plugin marketplace list | List configured marketplaces |
claude plugin marketplace remove <name> | Remove a marketplace |
claude plugin marketplace update [name] | Update marketplace(s) |
claude plugin install <plugin> | Install a plugin |
claude plugin uninstall <plugin> | Uninstall a plugin |
claude plugin enable <plugin> | Enable a plugin |
claude plugin disable <plugin> | Disable a plugin |
claude plugin validate <path> | Validate a plugin manifest |
plugins/<your-plugin-name>/.claude-plugin/marketplace.jsonMIT License - See LICENSE for details.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub pagerguild/guilde-plugins --plugin tdd-automationDocumentation synchronization to keep docs aligned with code changes.
Codebase exploration and analysis agents for understanding unfamiliar code, tracing dependencies, and researching documentation.
Slash commands for orchestrating multi-phase implementation workflows using the conductor pattern. Provides track management, phase execution, checkpoints, and progress tracking.
Strict red-green-refactor TDD loop. Failing test, then minimum code, then refactor. Commits after each cycle.
Test-driven development methodology with red-green-refactor cycles and code review
Test-driven development skill that enforces red-green-refactor, one test at a time
Test-driven development workflow for writing tests before implementation - red-green-refactor cycle with deterministic unit tests
Automated Test-Driven Development enforcement
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.