From cf-powers
Reviews technical analysis, design documents, or specs from a developer perspective—verifying code claims, checking feasibility, architecture, integrations, performance, and security.
npx claudepluginhub cloudfieldcz/cf-powers --plugin cf-powersThis skill uses the workspace's default tool permissions.
Review a technical analysis or specification document from a senior developer perspective. Focus on whether the proposed solution is technically sound, feasible, and addresses architecture, performance, and security concerns.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Review a technical analysis or specification document from a senior developer perspective. Focus on whether the proposed solution is technically sound, feasible, and addresses architecture, performance, and security concerns.
Announce at start: "I'm reviewing this document as a Developer."
docs/plans/YYYY-MM-DD-<topic>.md)CRITICAL: Do not trust the analysis at face value. Read the actual codebase to verify:
Structure your review exactly like this:
# Dev Review: <topic>
## Summary
[1-2 sentence overall technical assessment]
## Architecture
- ✅ [Sound architectural decision]
- ❌ [Architecture concern -- explain why and suggest alternative]
## Technical gaps
- ❌ [Missing technical detail -- what needs to be specified]
- ❌ [Incorrect assumption -- what the code actually does at file:line]
## Integration risks
- ❌ [Integration point that may break]
- ❌ [Missing API contract detail]
## Performance / Security
- ❌ [Performance concern with suggested mitigation]
- ❌ [Security concern with suggested fix]
## Code verification
- ✅ [Verified: file:line reference is accurate]
- ❌ [Incorrect: file:line actually does X, not Y as claimed]
## Technical questions
1. [Question about implementation approach]
2. [Clarification about technical decision]
## Recommendations
1. [Actionable technical recommendation]
2. [Actionable technical recommendation]
## Verdict
**Technical quality:** [OK / Minor issues / Major issues]
**Recommended next step:** [Proceed to planning / Incorporate feedback / Needs architectural rework]