Propose banner
inprimex inprimex

Propose

Testing community

Description

--- name: propose description: "Propose a spec change — creates a spec-change-request on the bus for human approval" model: opus effort: high arguments: - name: title description: "Short title for the proposal (e.g., 'add user pagination')" required: true - name: description description: "Detailed description of what to change and why" required: false --- # /otaman:propose Propose a spec or feature change. This creates a `spec-change-request` message on the bus that require

Installation

Installs to ~/.claude/skills/inprimex-otaman-plugin-propose/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inprimex-otaman-plugin-propose && curl -fsSL https://raw.githubusercontent.com/inprimex/otaman-plugin/HEAD/commands/propose.md -o ~/.claude/skills/inprimex-otaman-plugin-propose/SKILL.md

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

Full documentation available on GitHub

View Source Repository