From informs-journal-on-computing-skills
Develops rigorous algorithm formulations, correctness proofs, and complexity analysis for IJOC manuscripts. Activates when theoretical guarantees are needed before experiments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/informs-journal-on-computing-skills:ijoc-theory-developmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- An algorithm "works" empirically but its **statement, invariants, and termination** are not written down rigorously
IJOC is not a pure-theory journal, but it expects the method to be defined and defended, not just demonstrated. The advance is computational, yet referees want to know why the method is correct and what it provably achieves before they trust the experiments. Match the rigor to the archetype — an exact method needs validity and finiteness; a heuristic needs a clear procedure and, where possible, bounds; an ML-for-OR method needs a stated learning task and a guarantee or a falsifiable claim. The theory and the experiments must agree: a proven worst case should be visible in the runtime-vs-size plot.
A paper proposes new valid inequalities for a stochastic facility-location MIP and a branch-and-cut that uses them. A weak version says "the cuts helped." An IJOC version: state the polyhedral result (the inequalities are facet-defining under a stated condition), give the separation algorithm and its O(n log n) cost, and prove they are valid for the original feasible region. Then the experiments are interpretable — the root-gap closure (say 31%, illustrative) and the node-count reduction are predicted by the theory, not surprises.
【Branch】exact / heuristic / ML-for-OR / simulation
【Formulation or pseudocode】stated? [Y/N]
【Guarantee】validity / finiteness / complexity / approx ratio / variance — which, and proven where
【Assumptions】[...]
【What it does NOT guarantee】[...]
【Theory–experiment consistency】[Y/N]
【Next skill】ijoc-literature-positioning
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin informs-journal-on-computing-skillsPositions an IJOC manuscript's computational/methodological contribution against OR/MS and CS prior art, identifying the right baselines and frontier.
Selects proof techniques, algorithm machinery, or simulation protocols for rigorous OR manuscripts. Invoked after model development to establish optimality, convergence, or statistical guarantees.
Guides authors on positioning algorithmic/optimization/ML-for-OR manuscripts for INFORMS Journal on Computing, including scope fit, method evidence bar, house style, and desk-reject heuristics.