launch-plays
Use when orchestrating Tier 1/2/3 launches with repeatable workstreams and governance.
lifecycle-mapping
Use when designing automation programs aligned to lifecycle stages, SLAs, and GTM objectives.
env-manager
Environment variable validation, synchronization, and management across local development, CI/CD, and deployment platforms
requesting-code-review
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
condition-based-waiting
Replace arbitrary timeouts with condition polling for reliable async tests
roadmap-generator
Generate phased implementation roadmaps with Epic/Story/Task breakdown, effort estimates, and validation checkpoints. Use when cto-architect needs to create actionable technical roadmaps from architecture designs.
convex-deploy
Implement Convex deployment workflows, environments, and CI/CD configuration. Use for dev/prod/preview deployments, deploy keys, local deployments, environment variables, schema/index rollout safety, and HTTP action URLs. Use proactively when users mention deploy, preview, staging, CI, env vars, or local backend. Examples: - user: "Set up Convex deploy in CI" → configure deploy key + npx convex deploy steps - user: "How do preview deployments work?" → explain preview keys, lifecycle, limits - user: "Deploy to prod safely" → list safe schema/function change patterns - user: "Use local convex" → explain npx convex dev --local and limitations
git-workflow
Use when running claudikins-kernel:execute, decomposing plans into tasks, setting up two-stage review, deciding batch sizes, or handling stuck agents — enforces isolation, verification, and human checkpoints; prevents runaway parallelization and context death
moai-workflow-testing
Comprehensive development workflow specialist combining TDD, debugging, performance optimization, code review, PR review, and quality assurance into unified development workflows
ln-762-dependency-audit
Audits project dependencies for vulnerabilities. Multi-ecosystem support (npm, .NET, Python, Go). CVSS-based severity classification.
ln-115-devops-docs-creator
Creates runbook.md for DevOps setup. L3 Worker invoked CONDITIONALLY when hasDocker detected.
ln-780-bootstrap-verifier
Orchestrates final verification - build, test, and container health checks
ln-732-cicd-generator
Generates GitHub Actions CI workflow configuration
architecture-review
Conducts a comprehensive multi-perspective architecture review using ALL architecture team members. Use when the user requests "Start architecture review", "Full architecture review", "Review architecture for version X.Y.Z", "Conduct comprehensive review", or when they want assessment from multiple perspectives. Do NOT use for single-specialist reviews (use specialist-review instead) or for status checks (use architecture-status instead).
migrate-attackid-cards
Migrates attack implementations from the old approach (using AttackId) to use new approach (Mechanic enum)
qcc-release
Use for version release, GoReleaser automation, and publishing workflows in qcc_plus project
qcc-deploy
Use for deployment, test server connection, and Docker operations in qcc_plus project
error-recovery
Classify workflow failures and attempt automatic recovery. Use when sprint/feature fails during implementation to determine if auto-fix is possible or manual intervention required.
executing-plans
Structured approach for implementing architect-provided plans through controlled batch execution with review checkpoints - execute in batches (default 3 tasks), verify each step, stop on blockers; don't force through blockers
staging-deployment-phase
Deploys features to staging environment with database migrations, health checks, and deployment verification. Use during /ship-staging phase or when deploying to staging environments for validation before production release.