Approve banner
ntanner-ctrl ntanner-ctrl

Approve

Development community

Description

--- description: Use to advance a planning stage after review. Marks current stage complete and unlocks the next stage. arguments: - name: blueprint description: Blueprint name to approve current stage required: true - name: notes description: Optional notes about the approval required: false --- # Approve Explicitly approve a planning stage to advance to the next. Used in the staged planning protocol to enforce gates between stages. ## Purpose Creates explicit checkpoint

Installation

Installs to ~/.claude/skills/ntanner-ctrl-claude-sail-approve/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ntanner-ctrl-claude-sail-approve && curl -fsSL https://raw.githubusercontent.com/ntanner-ctrl/claude-sail/HEAD/commands/approve.md -o ~/.claude/skills/ntanner-ctrl-claude-sail-approve/SKILL.md

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

Full documentation available on GitHub

View Source Repository