Amaa Remove Requirement banner
Emasoft Emasoft

Amaa Remove Requirement

Development community

Description

--- name: amaa-remove-requirement description: "Remove a pending requirement or module from plan" argument-hint: "<TYPE> <ID> [--force]" allowed-tools: ["Bash(python3 ${CLAUDE_PLUGIN_ROOT}/scripts/amaa_modify_requirement.py:*)"] --- # Remove Requirement Command Remove a requirement section or module from the current plan. Only items with `pending` or `planned` status can be removed. ## Usage ```! python3 "${CLAUDE_PLUGIN_ROOT}/scripts/amaa_modify_requirement.py" remove $ARGUMENTS ``` ## Arg

Installation

Installs to ~/.claude/skills/emasoft-ai-maestro-architect-agent-amaa-remove-requirement/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-ai-maestro-architect-agent-amaa-remove-requirement && curl -fsSL https://raw.githubusercontent.com/Emasoft/ai-maestro-architect-agent/HEAD/commands/amaa-remove-requirement.md -o ~/.claude/skills/emasoft-ai-maestro-architect-agent-amaa-remove-requirement/SKILL.md

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

Full documentation available on GitHub

View Source Repository