Execute complete workflow automated using /automate for each phase
/plugin marketplace add bryonjacob/aug/plugin install bryonjacob-aug-core-aug-core@bryonjacob/augExecute entire workflow autonomously. Each phase runs via `/automate`, with user-standin agent handling interactive prompts. ## Usage ## Examples ## Instructions 1. **Load workflow document** If not found in aug-core: 2. **Parse workflow phases** Extract from workflow doc: - Phase names - Commands for each phase - Dependencies/requirements - Repeatability flags 3. **Validate workflow** - All referenced commands exist? - Dependencies clear? - At least 2 phases? 4. **Execute phases sequentially** For each phase: a. **Display phase info** ...