Description:`nf-gc` is a Nextflow plugin that automatically deletes intermediate task outputs from the work directory after their producer task completes, solving storage bloat in large-scale workflows. It integrates directly with Nextflow (v26.04.0+) and uses conservative garbage collection rules to avoid deleting outputs that might be needed for resuming or publishing. Pipeline developers and researchers running computationally intensive Nextflow workflows would use this to reduce disk usage without manual cleanup.