From tdd-pipeline
Add TDD pipeline configuration template to this project's CLAUDE.md. Run this to set up the pipeline for a new project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tdd-pipeline:tdd-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add TDD pipeline configuration to this project's
Add TDD pipeline configuration to this project's CLAUDE.md.
Read the file at
${CLAUDE_PLUGIN_ROOT}/docs/claude-md-fragment.md.
This contains the TDD pipeline configuration template
formatted as a CLAUDE.md section.
CLAUDE.md exists in the project root, create
one with just a # CLAUDE.md header followed by the
fragment content.CLAUDE.md exists, check if it already contains
"TDD Pipeline Configuration". If so, report "TDD
pipeline configuration already present" and stop.CLAUDE.md exists but lacks the configuration,
append the fragment content to the end of the file.Tell the user what you did:
Tell the user to fill in the template values:
npx claudepluginhub kelp/kelp-claude-plugins --plugin tdd-pipelineInteractively configures projects for TDD-based autonomous development: auto-detects tech stack from package.json/composer.json/etc., gathers test/lint commands, generates CLAUDE.md and .claude/ files.
Alias for tdd-workflows-tdd-cycle: guides Test-Driven Development cycles with structured steps, checks, and outputs.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.