What problem does it solve?
This Skill turns a researched TorchJD method into a complete, review-ready implementation, so contributors can move from paper analysis to working code without guessing the project’s conventions.
Core Features & Use Cases
- Research Recovery: Reads the tracking issue and supporting notes to recover the method’s exact equations, state, and interface requirements.
- Implementation Planning: Maps the paper and existing implementations onto TorchJD’s aggregator or scalarizer architecture.
- File-by-File Delivery: Guides creation or editing of source, tests, documentation, changelog, and notices in the expected repository format.
- Verification and Review: Defines the checks, edge cases, and self-review steps needed before opening a draft pull request.
- Use Case: A contributor wants to add a new multi-objective optimization method already discussed in research and needs a precise path from investigation to merged code.
Quick Start
Provide the method name and paper title, and I will help implement the TorchJD method end to end following the repository’s conventions.