Explain AoT Loop plugin commands and usage
/plugin marketplace add yodakeisuke/ralph-wiggum-aot/plugin install yodakeisuke-ralph-wiggum-aot@yodakeisuke/ralph-wiggum-aot# AoT Loop Plugin Help Please explain the following to the user: ## What is AoT Loop? AoT (Atom of Thoughts) is an autonomous development loop that decomposes complex goals into a DAG (Directed Acyclic Graph) of atomic tasks: - **Atoms**: Smallest units of work - **Dependencies**: AND/OR relationships between tasks - **Convergence**: Loop stops when base_case is satisfied - **Backtracking**: OR branches allow alternative approaches on failure ## Available Commands ### /align-goal [requirements] Interactive goal alignment - establish objective before starting the loop. **Usage:** *...