Allow AskUserQuestion for Stage 2-3 choice checkpoint - #2
Merged
Conversation
…plore Use an interactive single-select tool (e.g. AskUserQuestion) for the solution-approach selection when the harness provides one, with the text marker as a documented fallback. The Stage 1 questions checkpoint is left as plain text.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lets the SpecForge Stage 1 (explore) skill use an interactive single-select tool (e.g.
AskUserQuestion) for the solution-approach selection at the Stage 2–3 choice checkpoint, when the harness provides one. The text marker (=== YOUR CHOICE (STAGES 2–3) ===) remains the documented fallback for non-Claude-Code runtimes.Changes
references/process.md— Stage 2–3 checkpoint instructs using the interactive tool when available (one option per approach, trade-off summary in each description; the tool's auto "Other" covers "suggest revisions"). Full Stage 2–3 prose stays in the message; the tool carries only the selection. Stage 3 closing line updated to match.SKILL.md— at-a-glance step 3 notes the tool-or-marker choice.Not changed
The Stage 1 questions checkpoint (
=== WAITING FOR ANSWERS (STAGE 1) ===) stays a plain text marker — it's open-ended Q&A, not a fixed-option choice.