Skip to content

Improve plugin UX: dropdown approvals, output to .shipspec/, cleanup context.md#1

Merged
jsegov merged 2 commits intomainfrom
jonathanjsegovia/shi-50-misc-improvements
Jan 11, 2026
Merged

Improve plugin UX: dropdown approvals, output to .shipspec/, cleanup context.md#1
jsegov merged 2 commits intomainfrom
jonathanjsegovia/shi-50-misc-improvements

Conversation

@jsegov
Copy link
Copy Markdown
Owner

@jsegov jsegov commented Jan 11, 2026

Summary

  • Change PRD/SDD approval from text prompts to AskUserQuestion dropdown with "Approve" / "Request changes" options
  • Move output directory from docs/ to .shipspec/ across all files (7 files updated)
  • Auto-delete context.md after task generation to clean up temporary files
  • Update README to reflect new output structure

Test plan

  • Run /feature-planning test-feature and verify:
    • Output goes to .shipspec/planning/test-feature/
    • PRD review shows dropdown with Approve/Request changes options
    • SDD review shows dropdown with Approve/Request changes options
    • After task generation, context.md is deleted
  • Run /implement-next-task test-feature and verify it reads from .shipspec/
  • Run /productionalize test-check and verify it outputs to .shipspec/

🤖 Generated with Claude Code


Note

Modernizes planning plugin UX and file structure.

  • Switches all outputs from docs/planning/... to .shipspec/planning/... across agents, skills, and commands (/feature-planning, /implement-next-task, /productionalize)
  • Replaces PRD/SDD text-based approvals with AskUserQuestion dropdowns (Approve/Request changes) and waits for response before proceeding
  • Adds cleanup step to remove temporary .shipspec/planning/<feature>/context.md after tasks are generated; notes this in README and skill docs
  • Updates allowed-tools and command flows (adds Bash(rm:*), AskUserQuestion) and refreshes README examples/output structure

Written by Cursor Bugbot for commit 21df78b. This will update automatically on new commits. Configure here.

jsegov and others added 2 commits January 11, 2026 10:24
…context.md

- Change PRD/SDD approval from text prompts to AskUserQuestion dropdown
  with "Approve" / "Request changes" options
- Move output directory from docs/ to .shipspec/ across all files
- Auto-delete context.md after task generation (cleanup temporary file)
- Update README to reflect new output structure

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@claude
Copy link
Copy Markdown

claude bot commented Jan 11, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@jsegov jsegov merged commit 93bda14 into main Jan 11, 2026
4 checks passed
@jsegov jsegov deleted the jonathanjsegovia/shi-50-misc-improvements branch January 11, 2026 18:46
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.

1 participant