torque:migrate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited torque:migrate (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Evaluate whether the current project would benefit from upgrading to Meridian and provide a migration path.
Meridian is the standalone successor to Torque. Instead of routing between GSD and Superpowers, Meridian IS the system — a SQLite-backed state machine with 39 commands, deterministic resume, quality gates, and remote agent dispatch.
Run through this checklist. If 3+ are true, Meridian is the right move.
/gsd:resume-work isn't enough.planning/ filesgit clone https://github.com/mattjaikaran/meridian.git ~/.claude/skills/meridian# In your project directory
# Meridian will detect existing .planning/ and offer to importThen run /meridian:init — it creates .meridian/state.db and imports existing state.
| Torque (GSD + SP) | Meridian equivalent |
|---|---|
/gsd:new-project | /meridian:init |
/gsd:discuss-phase | /meridian:discuss |
/gsd:spec-phase | /meridian:discuss (spec built-in) |
/gsd:plan-phase | /meridian:plan |
/gsd:execute-phase | /meridian:execute |
/gsd:verify-work | /meridian:verify-phase |
/gsd:validate-phase | /meridian:verify-phase (Nyquist built-in) |
/gsd:resume-work | /meridian:resume (deterministic) |
/gsd:quick | /meridian:quick |
/gsd:fast | /meridian:fast |
/gsd:ship | /meridian:ship |
/gsd:pr-branch | /meridian:pr-branch |
/gsd:autonomous | /meridian:autonomous |
/gsd:insert-phase | /meridian:insert-phase |
/gsd:remove-phase | /meridian:remove-phase |
/gsd:undo | /meridian:revert |
requesting-code-review | /meridian:review (two-stage) |
receiving-code-review | /meridian:review (handles both sides) |
systematic-debugging | /meridian:debug (with KB) |
/gsd:note | /meridian:note |
/gsd:plant-seed | /meridian:seed |
/gsd:session-report | /meridian:report |
/torque:status | /meridian:status or /meridian:dashboard |
/torque:next | /meridian:next |
After migrating, you can optionally remove Torque:
rm -rf ~/.claude/skills/torqueThe .planning/ directory is still valid — Meridian uses .meridian/ alongside it.
After evaluating the checklist:
## Migration Assessment
**Score**: 5/8 signals detected — Meridian recommended
### Signals detected
✓ Multi-milestone project (2 milestones completed)
✓ Session continuity issues (3 HANDOFF.md files found)
✓ Complex routing (both .planning/ and docs/plans/ present)
✗ No board sync needed
✗ No remote execution needed
### Recommendation
→ Install Meridian and run `/meridian:init` in this project.
Your existing .planning/ state will be imported automatically.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.