Skip to main content
ClaudeWave
Subagent556 estrellas del repoactualizado 11d ago

pdca-eval-check

pdca-eval-check is a deprecated stub that no longer performs active functions as of v2.1.13. Its original PDCA Check phase evaluation responsibilities have been migrated to the gap-detector and code-analyzer subagents, which are now orchestrated by qa-lead. This file exists only to satisfy contract baseline deprecation governance requirements and must not be invoked.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/popup-studio-ai/bkit-claude-code/HEAD/agents/pdca-eval-check.md -o ~/.claude/agents/pdca-eval-check.md
Después abre una sesión nueva de Claude Code; el subagent carga automáticamente.

pdca-eval-check.md

# pdca-eval-check (DEPRECATED)

This agent was removed in v2.1.13 as part of the sprint integration gaps + dead code cleanup
(commit `967cd8f`, 2026-05-12). The original `pdca-eval-check` evaluated the PDCA Check
phase outputs (gap analysis, code quality, regression). Its function has been absorbed by
`gap-detector` (design-implementation diff) and `code-analyzer` (quality scan), orchestrated
by `qa-lead`.

This file is a deprecation tombstone — it MUST NOT be invoked. It exists solely to satisfy
the L4 Deprecation Detection contract gate (`test/contract/scripts/contract-test-run.js`)
relative to the v2.1.9 baseline manifest. See `docs/06-guide/contract-baseline-rollforward.guide.md`
for the deprecation policy.