From gh-pms
Save a deferred user request as a `type:request` issue and continue current work. Mirrors Orchestra MCP's `create_request`. Auto-invoke when the user asks for something unrelated to the in-progress issue — captures it for later instead of dropping current flow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-pms:gh-requestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture a mid-flow ask without losing context.
Capture a mid-flow ask without losing context.
status:in-progress and the user mentions a new feature/bug${CLAUDE_PLUGIN_ROOT}/templates/request.md{{summary}}, {{context}} (the in-progress issue # if any), {{originator}} (current user)mcp__github__issue_write:
title: [Request] {summary}body: filled templatelabels: type:request, status:todo, plus best-guess svc:*Saved as #{R}. I'll continue with #{current}.
When the current issue closes, the agent calls /gh-pms:gh-status and surfaces open type:request issues. The user picks one to convert (type:request → type:feature or type:bug) via re-labeling, then runs /gh-pms:gh-current.
wontfix after 30 days (manual cleanup)npx claudepluginhub fadymondy/gh-pms --plugin gh-pmsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.