Thank you for your interest in contributing!
For DCO sign-off, commit conventions, and code review process, see the organization-wide CONTRIBUTING.md.
- Java 21+
- Gradle 9.3+ (use the wrapper)
- reqstool (
pipx install reqstool) - OpenSpec (
npm install -g @fission-ai/openspec)
git clone https://github.com/reqstool/reqstool-java-gradle-plugin.git
cd reqstool-java-gradle-pluginIf using Claude Code, opening this repo will prompt you to confirm adding the reqstool-ai
marketplace and enabling the reqstool/reqstool-openspec plugins (configured in
.claude/settings.json) — accept the prompt.
Then regenerate the opsx slash commands and OpenSpec skills
(.claude/commands/opsx/, .claude/skills/openspec-*) — they're CLI-generated tool scaffolding,
not committed to the repo:
openspec update # or: openspec init --tools claude --force./gradlew build