Skip to content

Commit 05c131c

Browse files
committed
update README contributor guide
1 parent 8cfae7c commit 05c131c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,16 @@ See the [Getting Started](https://codingthrust.github.io/problem-reductions/gett
5252

5353
1. **Open an issue** using the [Problem](https://github.com/CodingThrust/problem-reductions/issues/new?template=problem.md) or [Rule](https://github.com/CodingThrust/problem-reductions/issues/new?template=rule.md) template. Fill in all sections — the templates guide you through the required information (definition, algorithm, size overhead, example instance, etc.).
5454

55-
2. Our AI agents will pick-up the issue and generate a plan to implement the reduction rule.
55+
**Hint:** If you use Claude Code / OpenCode / Codex (assume `gh` CLI tool and `superpowers` plugin are installed), you can just type:
56+
```
57+
File an issue on CodingThrust/problem-reductions, using the "Model" issue template, about the Closest Vector Problem. Brainstorm with me.
58+
```
59+
```
60+
File an issue on CodingThrust/problem-reductions, using the "Rule" issue template, about reduction from Closest Vector Problem to QUBO. Brainstorm with me.
61+
```
62+
Then AI agents will guide you to fill in the issue template.
63+
64+
2. Our AI agents will pick up the issue and generate a plan to implement the reduction rule.
5665
3. You will be mentioned in the pull request, provide feedback to the AI agents. If you are satisfied with the plan, you can merge the PR.
5766

5867
Optionally, if you prefer to **implement yourself**, I will recommend you to use the [superpowers:brainstorming](https://github.com/obra/superpowers) skill to help you write a detailed plan. Create a PR and let maintainers help review and merge the PR.

0 commit comments

Comments
 (0)