Skip to main content
ClaudeWave
Subagent556 repo starsupdated 11d ago

pdca-eval-act

This deprecated subagent is a contractual placeholder that was removed in v2.1.13 after its functionality was consolidated into report-generator and pdca-iterator components. It must not be invoked and exists only to maintain deprecation governance compliance with the v2.1.9 baseline contract gate.

Install in Claude Code
Copy
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/popup-studio-ai/bkit-claude-code/HEAD/agents/pdca-eval-act.md -o ~/.claude/agents/pdca-eval-act.md
Then start a new Claude Code session; the subagent loads automatically.

pdca-eval-act.md

# pdca-eval-act (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-act` was responsible for evaluating
the PDCA Act phase outputs. Its function has been absorbed by `report-generator` (final
synthesis) and `pdca-iterator` (iterative improvement loop).

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.