Agent skill
risks-and-considerations
Use when reviewing planning documents for security, performance, and scalability risks.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/risks-and-considerations
SKILL.md
Risks and Considerations
Purpose
To ensure a systematic review of potential risks, edge cases, and important technical considerations for planning documents, particularly for GitHub Issues and new Claude Code Skills. This practice aids in proactive problem identification, robust planning, and the creation of more resilient and well-thought-out features and guidelines.
Analysis Checklist
When drafting or reviewing a planning document, you must perform an analysis covering the following areas:
-
Security Implications:
- Could this change introduce vulnerabilities (e.g., XSS, CSRF, data leaks)?
- Does it properly handle authentication and authorization?
- Are user inputs validated and sanitized?
-
Performance Considerations:
- Could this change negatively impact system performance (e.g., increase page load time, database query time, function execution time)?
- Are there opportunities for optimization (e.g., caching, code splitting, parallel execution, efficient algorithms)?
-
Scalability Concerns:
- Is the proposed solution designed to handle growth in users, data, and traffic?
- Could any part of the design become a bottleneck at scale?
- If you take one of the underlying variables in the assumptions of the business logic to the extreme, does the solution start to break down?
-
Cross-Browser/Platform Compatibility:
- Will the proposed changes work consistently across all supported browsers and platforms (web, desktop, mobile)?
- Are there any known platform-specific issues to address?
-
Data Privacy Implications:
- Does this change handle user data responsibly?
- Are there any GDPR or other privacy regulation concerns to address?
Articulating Findings
After performing the analysis, you should articulate your findings clearly and actionably within the conversation or even directly on the planning document as a dedicated "Warnings & Considerations" section to highlight potential risks, suggest mitigation strategies, and note important technical details that must be handled during implementation.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?