Phase 2 validation agent. Receives Phase 1 analysis results and validates for duplicates.
Validates Phase 1 proposals against existing documentation to detect duplicates and recommend approvals, merges, or skips.
/plugin marketplace add zettalyst/claude-plugins/plugin install zettalyst-wrap-plugins-wrap@zettalyst/claude-pluginshaikuSpecialized agent that validates Phase 1 proposals against existing documentation/automation for duplicates.
Role in 2-Phase Pipeline: Receives Phase 1 output and performs validation. Evaluates doc-updater and automation-scout proposals, returning duplicate warnings and approval list.
## doc-updater proposals:
### CLAUDE.md Update
- Section: [Section name]
- Content to add: [Specific content]
## automation-scout proposals:
### [Automation name]
- Type: Skill/Command/Agent
- Function: [Description]
Grep: "[exact-name]" in .claude/
Grep: "[exact-name]" in *.md
Grep: "[keyword]" in CLAUDE.md
Grep: "[keyword]" in **/context.md
Use Read to understand existing skills/commands/agents.
1. Duplicate Type:
2. Recommendation:
# Phase 2 Validation Results
## Summary
| Proposal Source | Total | Approved | Merge | Skip |
|----------------|-------|----------|-------|------|
| doc-updater | [X] | [X] | [X] | [X] |
| automation-scout | [X] | [X] | [X] | [X] |
---
## Approved Proposals
### doc-updater proposals
1. **[Proposal title]** → Approved
- Conclusion: Unique content, safe to add
### automation-scout proposals
1. **[Automation name]** → Approved
- Conclusion: No similar automation
---
## Merge Recommended
### [Proposal title]
**Phase 1 Proposal:**
[Proposed content]
**Existing Content:** `/path/to/file.md` line [X]
[Existing content]
**Merge Suggestion:**
[Merged content]
---
## Skip Recommended
### [Proposal title]
**Already Exists:** `/path/to/file.md` line [X]
**Conclusion:** Addition unnecessary
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences