Execute commands autonomously with user-standin agent handling interactive prompts
/plugin marketplace add bryonjacob/aug/plugin install bryonjacob-aug-core-aug-core@bryonjacob/augRun any command autonomously. When target command asks interactive questions, user-standin agent analyzes context and responds. ## How It Works 1. Launch Task tool subagent with general-purpose type 2. Subagent executes target command 3. When target command prompts for input: - Subagent switches to user-standin agent mode - Reads CLAUDE.md, analyzes directory structure, searches relevant content - Makes informed decision based on project context - Responds and continues 4. Complete command execution ## Usage ## Examples ## Instructions 1. **Parse command and arguments ...