Amoa Add Module banner
Emasoft Emasoft

Amoa Add Module

Development community

Description

--- name: amoa-add-module description: "Add a new module during Orchestration Phase (dynamic flexibility)" argument-hint: "[--priority LEVEL] [--criteria TEXT]" allowed-tools: ["Bash(python3 ${CLAUDE_PLUGIN_ROOT}/scripts/amoa_modify_module.py:*)"] --- # Add Module Command Add a new module to the plan during Orchestration Phase. Supports dynamic flexibility where user can expand scope on the go. ## Usage ```! python3 "${CLAUDE_PLUGIN_ROOT}/scripts/amoa_modify_module.py" add $ARGUMENTS ``` ##

Installation

Installs to ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-add-module/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-add-module && curl -fsSL https://raw.githubusercontent.com/Emasoft/ai-maestro-orchestrator-agent/HEAD/commands/amoa-add-module.md -o ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-add-module/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository