_composicion
01Command
Protocolo interno compartido para la composición dinámica del equipo de Alfred según tarea, stack y señales runtime.
75 tagged sdlc, measured the same way as everything else here.
Browse within: Developer Workflow 7coding-harness 7human-in-the-loop 7
Command
Protocolo interno compartido para la composición dinámica del equipo de Alfred según tarea, stack y señales runtime.
Command
Asistente contextual de Alfred Dev. Enruta automáticamente al flujo o comando operativo correcto.
Command
Ciclo completo de desarrollo: producto, arquitectura, desarrollo, QA, docs, entrega.
Command Claude Code
Integrate the current state of the base branch into the feature branch. Two phases: a dry-run conflict assessment first, then the actual merge with conflict resolution. The approval between the two phases is conditional — the merge runs automatically when the dry run proves the case mechanically trivial (step 4), and…
Command Claude Code
Run a pre-PR checklist for the current branch. Compare against the base branch to identify all changes. This is a verification session: it runs CI gates, code-reviews the diff, and reconciles documentation against the changes.
Command Claude Code
Install CDD into an existing project, or upgrade a project already running CDD, at the path given as argument: /cdd-retrofit .
Command
Orchestrate PRD implementation (plan → execute → review → test) or run a retrospective review of an already-completed PRD.
Command
Run the Pre-Delivery Quality Check on a near-ready-to-ship codebase. Codebase-scoped, not diff-scoped. Produces findings and delegates fixes; never edits code.
Command
Review a PR (GitHub or Bitbucket) — single reviewer by default, or a 3-panelist council with --council.
Command
Generate end-to-end tests using Playwright (web) and Detox (mobile). Covers user flows, visual regression, and cross-browser testing. Usage: /e2e-test [flow-name|--all] [--visual].
Command
Generate complete brand identity with SVG logos, color system, typography, and design tokens. Claude writes SVG code directly — no API key needed. Usage: /gen-brand 'ProductName — description' or /gen-brand ./PRD.md.
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].