Add Codex entry point and document PM Pilot command usage in Codex#2
Open
joneri wants to merge 1 commit intoarezous:mainfrom
Open
Add Codex entry point and document PM Pilot command usage in Codex#2joneri wants to merge 1 commit intoarezous:mainfrom
joneri wants to merge 1 commit intoarezous:mainfrom
Conversation
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
This PR adds a Codex-compatible repo entry point for PM Pilot and documents how the existing PM Pilot command names can be used in Codex chat.
Why
pm-pilotalready adapts well to Codex because the product is primarily Markdown context, templates, and workflow instructions. The missing piece is a Codex-native instruction file and a small amount of documentation so Codex users can work with the same PM Pilot command model already described for Claude Code and Cursor.What Changed
AGENTS.mdfor CodexREADME.mdto include Codex usageCLAUDE.mdintact for existing Claude Code usersValidation
I validated the following workflows in Codex using the same command names documented upstream:
/onboard/prdThe validation showed that the workflow is usable in Codex without changing PM Pilot's core structure.
What This PR Does Not Do
Follow-up
If this direction looks right, a follow-up PR could document more detailed command behavior outside the README, but I kept this first pass intentionally small.