Prompt: Create GitHub Project Tasks
Use this prompt in anuva-main-video-creator after product feature docs and
repository impact docs are reviewed.
Create GitHub implementation tasks for this Video Creator feature.
Read the current feature docs:
- FeatureBrief.md
- RepositoryImpact.md
- HandoffPrompts.md
- tasks.yml, if present
Use the Anuva Video Creator GitHub Project as the cross-repository tracking
board.
For each repository task:
- create or update a GitHub issue in the owning repository
- include the Product Feature ID and Product Change Folder
- include the repository ownership boundary
- include relevant product context, acceptance criteria, docs impact, and
verification expectations
- add the issue to the Anuva Video Creator GitHub Project
- set project fields for Repository, Feature ID, Product Change Folder,
Priority, Docs Impact, Status, and Verification
- update GitHubTasks.md with issue links, project status, and PR placeholders
- update Progress.md if initial task state changed
Do not implement repository code.
Do not duplicate the full product docs in every issue; include only the context
needed for the owning repository.
Summarize:
- issues created
- issues updated
- project items updated
- commands run
- failures or permissions needed
- next implementation prompts for each repository
Expected Inputs
The feature change folder should contain:
docs/changes/<YYYY-MM-DD-feature-name>/
FeatureBrief.md
RepositoryImpact.md
HandoffPrompts.md
GitHubTasks.md
tasks.yml
tasks.yml is preferred for repeatable automation. HandoffPrompts.md is useful
for review and manual fallback.
Example Issue Body Shape
Product Feature ID:
Product Source:
Repository:
Task Summary:
Product Context:
This Repository Owns:
This Repository Does Not Own:
Acceptance Criteria:
Docs Impact:
Verification Expectations:
Completion Report Required:
Expected Outputs
Codex should update:
- GitHub issues in the implementation repositories
- Anuva Video Creator GitHub Project items
GitHubTasks.mdProgress.md, if initial status changed
Codex should not make implementation code changes from this prompt.