Summary - Accept `pdd generate tests ...` as an alias to `pdd test ...` (and similarly for `examples` → `example`, `docs` → `docs`). Acceptance Criteria - Aliases dispatch correctly without breaking existing command names. - Help text notes the aliases succinctly. Implementation Notes - Lightweight dispatch layer or hidden group to route to existing subcommands. Credit: Rudi Cilibrasi