/pm:feedback lets you file a bug report or feature request for PM itself without leaving your Claude Code session. Instead of copy-pasting context between windows, you describe the issue once and your agent posts it straight to the cfdude/pm GitHub repo. It searches for near-duplicate issues first — if a match exists, it comments on the existing issue rather than creating a duplicate.
Usage
For a bug report, include what you expected, what actually happened, the command or subcommand involved, and any error output. For a feature request, describe the concrete use case and, if you know it, which lane, command, or skill section it would touch.
Deduplication
Before filing anything new, PM searches open issues oncfdude/pm for near-duplicates:
How it works
When no duplicate exists, your agent creates a new issue:conductor.mjs) is never involved and never calls GitHub. All gh calls are made by your Claude Code agent via Bash — the same instruction-layer law that governs tracker sync, feedback filing, and every other external action in PM.
/pm:feedback only targets cfdude/pm. It is not a general-purpose issue filer and should not be pointed at other repos.
Proactive adoption
The CLAUDE.md rules block includes an unconditional “Feedback” section instructing your agent to use/pm:feedback proactively — not just when you ask for it. If it hits a bug, a missing CLI verb, an unexpected limitation, or repeated friction working with PM, it should file it (or ask you “want me to file this as feedback?”) rather than silently working around it. This exists because the command shipped once and went unused: a real, recurring friction point (hand-editing .conductor/state.json to flip a story’s done flag, since no CLI verb existed for it) recurred across several separate sessions before anyone reported it.

