operational-readiness
Operational Readiness Checklist
Comprehensive checklist to validate services before production launch. Analyzes codebase + asks interactive questions for items that cannot be detected from code.
Workflow Overview
- Gather context - Identify service type, tech stack, and traffic expectations
- Analyze codebase - Scan for CI/CD configs, infrastructure code, security patterns
- Interactive verification - Ask about items that cannot be detected from code
- Generate report - Produce checklist report with priorities and remediation guidance
Step 1: Gather Context
Ask the user these questions using AskUserQuestion:
Service Classification:
- Service type: Backend API, Frontend/Web App, Infrastructure/Platform, or Hybrid
- Expected traffic: <100 req/min (low), 100-1000 req/min (medium), >1000 req/min (high)
- Data handling: Stores user data (yes/no), Processes PII (yes/no)
More from walletconnect/skills
security-audit-owasp-top-10
Performs comprehensive security audit of any codebase against OWASP Top 10 2025. Use when user asks for OWASP audit, OWASP Top 10 review, OWASP security check, or wants to audit code against OWASP categories. Do not trigger for PR review, npm/pip audit, SOC2 compliance, general security questions, or threat modeling.
26skill-writing
Designs and writes high-quality Agent Skills (SKILL.md + optional reference files/scripts). Use when asked to create a new Skill, rewrite an existing Skill, improve Skill structure/metadata, or generate templates/evaluations for Skills.
19code-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
16agent-creator
Guide for creating custom Claude Code subagents. Use when user wants to create a new agent (or update an existing agent) that handles specific types of tasks with custom prompts, tool restrictions, and permissions. Triggers on requests to create agents, subagents, custom agents, or when user wants specialized AI assistants for specific workflows.
15code-review
Provide actionable feedback on code changes. Focuses on bugs, security issues, and structural problems.
15command-creator
Guide for creating custom Claude Code slash commands. Use when user wants to create a new command (or update an existing command) that provides a reusable prompt snippet, workflow, or automation. Triggers on requests to create /commands, slash commands, custom commands, or when user wants to define frequently-used prompts as reusable commands.
15