By tommymorgan
Self-contained development workflow: planning with expert review, autonomous TDD execution with 6-agent code review, smart testing, coverage analysis, documentation generation, and root-cause debugging
Create a new feature plan via brainstorming with Gherkin requirements
Execute plan autonomously with TDD, code review, and exploratory testing gates until complete
Check scenario completion status in a plan and report progress
Review a plan file with the expert panel
Review Gherkin scenarios with context-aware domain experts
General code review for project guidelines, style, and bug detection
Analyze code comments and documentation for accuracy and completeness
Analyze test coverage quality, gaps, and resilience
Hunt for silent failures, inadequate error handling, and missing logging
Analyze type design quality including encapsulation, invariants, and usefulness
Turn ideas into fully formed designs through collaborative dialogue
This skill should be used when creating plan files, writing Gherkin requirements, or parsing plan file structure. Provides the plan file template and format specifications.
This skill should be used when executing plan tasks autonomously, implementing features using TDD, running the red-green-refactor cycle, handling code review loops, or dealing with blocked tasks. Provides the autonomous TDD execution workflow.
This skill should be used when checking plan status, running verification commands, updating task statuses, or determining what work remains. Provides the verification sweep algorithm and status update procedures.
This skill should be used when performing exploratory testing of REST or GraphQL APIs, including endpoint discovery, request/response validation, authentication testing, and error handling checks. Triggers when testing APIs, validating OpenAPI specs, checking endpoint security, or verifying API responses.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
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.
Has parse errors
Some configuration could not be fully parsed
Has parse errors
Some configuration could not be fully parsed
Personal collection of Claude Code plugins for disciplined development workflows.
Add this marketplace to Claude Code:
claude plugin marketplace add tommymorgan/claude-plugins
claude plugin install <plugin-name>@tommymorgan
Development Workflow with Living Documentation - Comprehensive workflow plugin with living Gherkin specs, planning with expert review, autonomous TDD execution with automatic spec updates, documentation generation, coverage analysis, and root-cause debugging.
Key Features:
Install:
claude plugin install tommymorgan@tommymorgan
Flow Metrics and Probabilistic Forecasting - Data-source agnostic flow metrics, probabilistic forecasting, and process stability analysis based on Daniel Vacanti's framework (AAMFP, WWIBD, AAMFP Vol II).
Key Features:
Install:
claude plugin install flow@tommymorgan
Plugin development happens in homelab/tools/claude-plugins/.
1. Sync files to publish repository:
rsync -av --delete ~/src/homelab/tools/claude-plugins/ ~/src/claude-plugins-publish/ --exclude=.git --exclude=plans
2. Commit and push:
cd ~/src/claude-plugins-publish
git add -A
git commit -m "feat: <description of changes>"
git push origin main
Why separate repos?
The homelab repository contains secrets in its git history. Git subtree push includes parent commits, which would expose those secrets to GitHub's secret scanning. Using a separate publish repository ensures clean history without secrets.
Locations:
~/src/homelab/tools/claude-plugins/~/src/claude-plugins-publish/This is a personal marketplace. Suggestions welcome via GitHub issues.
See individual plugin READMEs for license information. Most plugins are MIT licensed.
Data-source agnostic flow metrics, probabilistic forecasting, and process stability analysis based on Vacanti's framework
npx claudepluginhub tommymorgan/claude-plugins --plugin tommymorganUnified toolkit for Context-Driven Development with spec-first planning, TDD workflow, and Beads integration
HarnessFlow — From idea to shipped product: high-quality engineering workflows for AI agents. Spec-anchored SDD, gated TDD, evidence-based routing, independent reviews, and formal closeout.
Comprehensive skills library for Claude Code: planning, design, TDD, debugging, collaboration patterns, and proven techniques
Research-backed orchestration for Claude Code. Structured workflow from idea to production with parallel execution, session memory, 70-point validation, autonomous mode, and adversarial review. 51 commands, 15 agents across 7 departments.
Test-driven development workflow for writing tests before implementation - red-green-refactor cycle with deterministic unit tests
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review