Amama Approve Plan banner
Emasoft Emasoft

Amama Approve Plan

Development community

Description

--- name: amama-approve-plan description: "Approve the plan and transition from Plan Phase to Orchestration Phase" allowed-tools: ["Bash(python3 ${CLAUDE_PLUGIN_ROOT}/scripts/amama_approve_plan.py:*)"] --- # Approve Plan Command Mark the plan as approved and transition from Plan Phase to Orchestration Phase. This is the critical transition point that enables implementation. ## Usage ```! python3 "${CLAUDE_PLUGIN_ROOT}/scripts/amama_approve_plan.py" ``` This command takes no arguments. ## W

Installation

Installs to ~/.claude/skills/emasoft-ai-maestro-assistant-manager-agent-amama-approve-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-ai-maestro-assistant-manager-agent-amama-approve-plan && curl -fsSL https://raw.githubusercontent.com/Emasoft/ai-maestro-assistant-manager-agent/HEAD/commands/amama-approve-plan.md -o ~/.claude/skills/emasoft-ai-maestro-assistant-manager-agent-amama-approve-plan/SKILL.md

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

Full documentation available on GitHub

View Source Repository