Skip to content

Product Prompt Library

These prompts help Codex turn product-level planning into repository-specific work. They are designed to be used in this repository for product planning and GitHub task creation, or copied into implementation repositories after a task is selected.

flowchart LR
    Product["Product feature request"]
    Plan["Plan cross-repository feature"]
    Tasks["Create GitHub Project tasks"]
    Implement["Implement selected issue"]
    Review["Review feature completion"]

    Product --> Plan --> Tasks --> Implement --> Review

Available Prompts

  • Generate Implementation Bootstrap Context
  • Plan Cross-Repository Feature
  • Create GitHub Project Tasks
  • Create Repository Task
  • Implement GitHub Project Issue
  • Review Feature Completion