sdlc-test
25Command
Generate and run multi-tiered enterprise test suites (Unit, Integration, E2E, Contract, Load/k6, Chaos, and Fuzz testing).
Command
Generate and run multi-tiered enterprise test suites (Unit, Integration, E2E, Contract, Load/k6, Chaos, and Fuzz testing).
Command
Phase 3 — Verify. Runs security-engineer always + performance-engineer when needsperformanceaudit is true. Reads build-handoff.md for clean context.
Command
Master orchestrator for the complete 5-phase SDLC pipeline. Runs all phases sequentially with approval gates and handoffs between each phase. Organizes artifacts into handoffs/, docs/, and projects/ directories.
Command
Create one Linear issue per slice from an existing scope.json. Run standalone to (re)create issues without rerunning the full Plan phase. Falls back to docs/issues.md if Linear MCP is unavailable.
Command
Synthesize a PRD from an existing grill-summary.md + scope.json. Run standalone when you already have Plan phase artifacts and want to (re)generate the PRD without rerunning the full interview.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues for this repo are tracked in Linear.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
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
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
Deep structural codebase comprehension, AST dependency graph traversal, symbol caller/callee tracing, and monorepo navigation strategies for massive codebases.
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
Consumer-driven contract testing, OpenAPI spec drift validation, and breaking API change detection for microservices.
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
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
Autonomous intent detection, dynamic agent spawning, capability-flag auto-resolution, and contextual skill injection based on task requirements.
Skill Claude CodeCodex
Enterprise architecture patterns, multi-tenancy isolation, disaster recovery (RTO/RPO), data residency, and audit logging standards.