tomevault-io

Pre Ship Adversary — Development skill for Claude Code

Development community

Before committing a non-trivial change, spend 2-3 minutes attacking the change yourself — scope creep, failure modes, rollback, shipping-gate simulation.

How to install Pre Ship Adversary

Installs to ~/.claude/skills/tomevault-io-companyos-pre-ship-adversary/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomevault-io-companyos-pre-ship-adversary && curl -fsSL https://raw.githubusercontent.com/tomevault-io/companyos/HEAD/skills/pre-ship-adversary.md -o ~/.claude/skills/tomevault-io-companyos-pre-ship-adversary/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pre Ship Adversary does


name: pre-ship-adversary description: Before committing a non-trivial change, spend 2-3 minutes attacking the change yourself — scope creep, failure modes, rollback, shipping-gate simulation. The cheap version of a formal adversary stress-test, internalised for direct coding. Catches the class of scope-creep bug where a config change is read by more consumers than the author intended. tier: universal

Pre-ship adversary

Before running `git commit` on a non-trivial change, attack the c

Alternatives in Development

  • Dao Code — Open-source TypeScript terminal coding agent for DeepSeek-V4 — builds on DeepSeek's strong price-performance a 1.3k ★
  • Purpose — Orient yourself in pi-vs-cc — a collection of Pi coding agent extensions and agent specs that progressively de 527 ★
  • Foam — Run a complete OpenFOAM CFD simulation (Foundation OpenFOAM v10 only) from a natural language prompt using Foa 314 ★

Full documentation available on GitHub

View Source Repository