gen-prd
49Command
Generate a detailed PRD from a brief idea, pre-configured for Alpha AI's tech stack. Supports Python/FastAPI, Node.js/NestJS, Java/Spring Boot backends. Usage: /gen-prd 'brief product idea' [--lang=python|nestjs|springboot].
Command
Generate a detailed PRD from a brief idea, pre-configured for Alpha AI's tech stack. Supports Python/FastAPI, Node.js/NestJS, Java/Spring Boot backends. Usage: /gen-prd 'brief product idea' [--lang=python|nestjs|springboot].
Command
Auto-generate comprehensive tests for a file or module. Usage: /gen-tests or /gen-tests --all-untested.
Command
Run a comprehensive project health audit — dependencies, security, code quality, documentation, and CI/CD status.
Command
Scaffold a new Claude Code plugin (commands, agents, skills, hooks, MCP servers, validator, GitHub Actions). Dogfoods every plugin best practice Cortex itself has learned through v1.0–v1.2. Usage: /init-claude-plugin [--with-commands] [--with-agents] [--with-skills] [--with-hooks] [--with-mcp]…
Command
Scaffold a standalone MCP (Model Context Protocol) server project. Supports Python (official mcp SDK) and TypeScript (@modelcontextprotocol/sdk). Use this for pure MCP servers (Slack-MCP, Postgres-MCP, GitHub-MCP, etc.) — for MCP servers embedded inside a SaaS app, use /auto-build or /retrofit instead. Usage…
Command
Initialize a new or upgrade existing project with Alpha AI's standard architecture. Supports Python/FastAPI, Node.js/NestJS, Java/Spring Boot. Usage: /init-project [--lang=python|nestjs|springboot] [--with-frontend] [--with-mobile] [--with-ai] [--existing].
Command
Conduct deep market research before building a product. Analyzes competitors, market trends, user pain points, pricing models, and technical landscape. Usage: /market-research 'product idea or category'.
Command
Safely migrate technology components in an existing app to Alpha AI's standard stack. Handles data migration, code refactoring, and testing. Usage: /migrate-stack.
Command
Set up Prometheus + Grafana monitoring stack with pre-configured dashboards, alerts, and application metrics. Usage: /monitoring [setup | dashboard | alerts | status].
Command
Onboard a new developer to the project. Generates personalized onboarding plan, sets up dev environment, creates first tasks, and provides codebase walkthrough.
Command
Generate and run performance/load tests using k6 or Locust. Benchmark API endpoints, detect bottlenecks, generate reports. Usage: /perf-test [endpoint-or-all] [--users=100] [--duration=60s].
Command
AI-powered code refactoring: extract functions, decompose modules, rename symbols, fix code smells, enforce patterns. Usage: /refactor [--type=extract|decompose|rename|cleanup] [--yes].