sdlc-plan
97Command
Phase 1 planning — grill-me interview + 4 sequential agents (product-manager → business-analyst → software-architect → security-architect).
Command
Phase 1 planning — grill-me interview + 4 sequential agents (product-manager → business-analyst → software-architect → security-architect).
Command
Release planning and rollout - versioning, staging, gradual deployment, rollback.
Command
Retrospective and postmortem facilitation - blameless, action-oriented learning.
Command
Anytime — Industry-standard code review. Spawns 3 parallel reviewers (compliance, bugs, history). Posts inline comments via gh pr comment.
Command
Tech debt paydown and strategic refactoring - prioritize improvements.
Command
Phase 4 — Testing & Security. Spawns qa-manual-tester, automation-qa-engineer, appsec-engineer, penetration-tester, performance-engineer.
Command
Master orchestrator for the complete 6-phase SDLC pipeline. Runs all phases sequentially with approval gates between each phase. Organizes artifacts into docs/, frontend/, backend/services/, and deployment/ directories.
Skill Claude CodeCodex
WCAG 2.1 AA compliance, keyboard navigation, screen reader testing, semantic HTML, ARIA labels, color contrast, assistive technology validation. Use when ensuring accessibility, conducting a11y audits, testing with screen readers, or designing inclusive interfaces.
Skill Claude CodeCodex
REST/gRPC API design, versioning strategies, error codes, request/response contracts, backward compatibility, rate limiting, OpenAPI specifications. Use when designing APIs, defining contracts, planning versioning, or ensuring API consistency.
Skill Claude CodeCodex
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Skill Claude CodeCodex
This skill should be used when the user asks to "design a system", "architecture", "ADR", "system design", "tech stack", "choose between approaches", "coupling", "service granularity", "blueprint", "component design", "API contract", "schema design", "trade-offs", or discusses "monolith", "microservices", "fitness…
Skill Claude CodeCodex
Hermetic builds, dependency management, build caching, reproducible builds, cross-compilation, build optimization. Use when optimizing build speed, ensuring reproducibility, or designing build infrastructure.
Skill Claude CodeCodex
Use when the user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Ultra-compressed communication: 75% token reduction, full technical accuracy, no filler.
Skill Claude CodeCodex
This skill should be used when the user mentions keywords related to cicd.
Skill Claude CodeCodex
This skill should be used when the user mentions keywords related to cloud-infra.
Skill Claude CodeCodex
This skill should be used when implementing code quality standards, setting up linting/testing/security scans, enforcing coverage thresholds, or establishing CI/CD guardrails.
Skill Claude CodeCodex
This skill should be used when the user mentions keywords related to code-review.
Skill Claude CodeCodex
This skill should be used when the user mentions keywords related to code-standards.
Skill Claude CodeCodex
Secrets management, environment-specific configs, safe defaults, feature flags, configuration-as-code, compliance and audit trails. Use when managing secrets, configuring deployments, or implementing feature flags.
Skill Claude CodeCodex
Version updates (major/minor/patch), security patch application, transitive dependency resolution, monorepo dependency management, deprecation tracking, license compliance. Use when updating dependencies, managing versions, or addressing CVEs.
Skill Claude CodeCodex
SDK development, external developer communication, code samples, API client libraries, community engagement, and developer experience. Use when creating SDKs, writing external guides, creating code samples, or improving developer experience.
Skill Claude CodeCodex
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Skill Claude CodeCodex
This skill should be used when the user mentions keywords related to documentation.
Skill Claude CodeCodex
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.