plan · git:20260916.3ebf0e9 · 2026-09-16 · sha256 ff0dcbd7438f68a5
plan git:20260916.3ebf0e9A
Immutable. This exact content is served forever at /api/v1/blob/ff0dcbd7438f68a5.
--- name: plan description: 'Use this skill when performing structured project planning and PRD generation with three modes: new (project kickoff with repo scaffolding), feature (compact feature PRD), retro (data-driven retrospective). All modes share a researched Q&A engine that dispatches parallel Explore agents before each question wave, presents options via AskUserQuestion with recommendations, and produces documents with prioritized issue creation.' metadata: user-invocable: 'true' disable-model-invocation: 'true' argument-hint: '[new|feature|retro]' tags: planning, prd, requirements, research model: inherit model-preference: opus model-preference-codex: gpt-5.4 model-preference-cursor: claude-opus-4-6 --- <!-- Generated by scripts/generate-codex-skills.mjs; do not edit. --> # plan Read [`skills/plan/SKILL.md`](../../../skills/plan/SKILL.md) in full before taking any action, then follow its complete workflow. The linked document is authoritative, including its prechecks, argument rules, and stop conditions. Resolve this link relative to this SKILL.md, not the project working directory. The plugin root is three directories above this file. Resolve package paths such as `skills/` and `scripts/` from that root; resolve relative links inside the canonical document from its own directory. Keep the user’s project as the target of project operations. `$ARGUMENTS` means the trailing user input after the selected command skill, or an empty string when absent. Preserve flags, quoted text, and Unicode as data. Do not perform global substitution in the command document, shell expansion on the argument string, or execution of that string as shell code. When the workflow needs a command, pass its arguments through structured tool parameters or safely quoted individual arguments. Regenerate with `node scripts/generate-codex-skills.mjs`.