A collection of prompts
How to run a command in opencode.
Run the review-uncommited command using the minimax-coding-plan/MiniMax-M2.1 model
opencode run --command review-uncommited --model minimax-coding-plan/MiniMax-M2.1
Run the review-uncommited command using the github-copilot/gpt-5.2-codex model
opencode run --command review-uncommited --model github-copilot/gpt-5.2-codex
Create PRD.md, SPEC.md and PLAN.md The PLAN.md should have Milestones and Tasks and TDD should be used. Each Milestone and Task should have a [ ] and the plan should have a note about the need to [x] completed Milestones and Tasks.
Read @PRD.md @SPEC.md @PLAN.md and please run the following implementation and review loop until all milestones are implemented
- Implement an unimplemented Milestone
- run
opencode run --command review-uncommited --model github-copilot/gpt-5.2-codexwith a 1 hour timeout - if no issues are found continue. if issues are found, address the issues and goto 2. until no issues / the review passes
- do [x] completed tasks
- create a git commit and push
- goto 1.