Specify banner
mamba-mental mamba-mental

Specify

Development community

Description

--- description: Create or update the feature specification from a natural language feature description. --- The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty). User input: $ARGUMENTS The text the user typed after `/specify` in the triggering message **is** the feature description. Assume you always have it available in this conversation even if `$ARGUMENTS` appears literally below.

Installation

Installs to ~/.claude/skills/mamba-mental-agent-skill-manager-specify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mamba-mental-agent-skill-manager-specify && curl -fsSL https://raw.githubusercontent.com/mamba-mental/agent-skill-manager/HEAD/commands/specify.md -o ~/.claude/skills/mamba-mental-agent-skill-manager-specify/SKILL.md

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

Full documentation available on GitHub

View Source Repository