engineering
Engineering Workflow Pack
This umbrella skill is the model-invocable entry point for the engineering
workflow pack and the single scoped /engineering command users see in the /
menu. Hidden wrappers stay out of model routing, menus, and flat-list
installers; reach every workflow through /engineering <name>.
Subcommand invocation
Invoke a workflow by passing its name as the first argument to this umbrella — this is the access path on every surface: the Claude / menu shows only /engineering (the per-command wrappers are hidden), and Codex has no : namespace. Both forms are equivalent and supported:
engineering <subcommand> <args>— e.g.engineering tdd add retriesengineering --<subcommand> <args>— e.g.engineering --tdd add retries
Parse $ARGUMENTS: take the first token, strip a leading -- if present, and match it (case-insensitive) against the workflow names below. On a match, load the sibling module ./<subcommand>.md and treat the remaining tokens as that workflow's input. Routing is complete when exactly one module is selected, loaded, and handed the remaining args. If the first token is not a known subcommand, treat the whole input as a natural-language request and route by intent. Known subcommands: grill-me, tdd, zoom-out, improve-architecture, defined-terms, complexity-report, reduce.