Skip to content

feat(skills): interactive approval prompts for SDD gates - #14

Merged
robertraf merged 1 commit into
mainfrom
claude/interactive-approval-prompts-1gVAy
Mar 23, 2026
Merged

feat(skills): interactive approval prompts for SDD gates#14
robertraf merged 1 commit into
mainfrom
claude/interactive-approval-prompts-1gVAy

Conversation

@robertraf

Copy link
Copy Markdown
Owner

Summary

  • Replace text-based approval gates ("approved" / "go") in /sdd and /tasks with interactive AskUserQuestion prompts
  • Each gate now offers 3 options: Approve, Approve with comments (proceed but carry feedback forward), and Request changes (iterate before proceeding)
  • Team mode selection in /sdd also uses interactive prompts instead of text input

Files changed

  • skills/sdd/SKILL.md — Phase 1, 2, 3 gates + team mode selection
  • skills/tasks/SKILL.md — Step 3 task review gate

Test plan

  • Run /sdd with a feature description and verify interactive prompts appear at each phase gate
  • Test "Approve" option proceeds to next phase
  • Test "Approve with comments" allows adding feedback and still proceeds
  • Test "Request changes" triggers revision loop
  • Test "Other" free-text input is handled as feedback for revision
  • Run /tasks standalone and verify interactive prompt at task review step
  • Verify team mode prompt appears when 3+ independent tasks are detected

https://claude.ai/code/session_01NLq3CSoNAqKDDnsKGCefJZ

…serQuestion prompts

Phase gates in /sdd and /tasks now use the AskUserQuestion tool to present
interactive options (Approve, Approve with comments, Request changes) instead
of asking users to type "approved" or "go". Team mode selection also uses
interactive prompts.

https://claude.ai/code/session_01NLq3CSoNAqKDDnsKGCefJZ
@robertraf
robertraf merged commit b0573fc into main Mar 23, 2026
1 check passed
@robertraf
robertraf deleted the claude/interactive-approval-prompts-1gVAy branch March 23, 2026 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants