Skip to main content
ClaudeWave
Subagent556 repo starsupdated 11d ago

pdca-eval-design

This deprecated Claude Code subagent stub was removed in v2.1.13 and must not be invoked. Its former function of evaluating PDCA Design phase outputs including architecture, schema, and API contracts has been transferred to the design-validator agent, which now performs completeness and consistency checks with optional frontend-architect or enterprise-expert review based on project governance level. The stub exists solely to satisfy deprecation detection contract gates.

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-design.md -o ~/.claude/agents/pdca-eval-design.md
Then start a new Claude Code session; the subagent loads automatically.

pdca-eval-design.md

# pdca-eval-design (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-design` evaluated the PDCA Design
phase outputs (architecture, schema, API contracts). Its function has been absorbed by
`design-validator` (completeness + consistency) with optional `frontend-architect` /
`enterprise-expert` review based on project level.

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.