Create new stack definitions, validate existing ones, or create customized variants
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug# Stack Definition Guide Work with development stack definitions: create new, validate existing, customize variants. ## Usage ## Three Modes ### Mode 1: Create New Stack When stack skill doesn't exist for language. **Example:** `/stack-guide rust` ### Mode 2: Validate Existing Stack When stack skill exists, validate against development-stack-standards standards. **Example:** `/stack-guide python` (validates configuring-python-stack) ### Mode 3: Create Variant Create customized stack based on existing one. **Example:** `/stack-guide --variant acme-python` --- ## Mode 1: Creat...