ahmedessameldeen

Orbits — Testing skill for Claude Code

Testing community

Run a piece of work through the ORBITS flow from the beginning — Overview, Resolve, Break down, Implement, Test, Ship — stopping at every gate.

How to install Orbits

Installs to ~/.claude/skills/ahmedessameldeen-orbits-orbits/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahmedessameldeen-orbits-orbits && curl -fsSL https://raw.githubusercontent.com/ahmedessameldeen/orbits/HEAD/commands/orbits.md -o ~/.claude/skills/ahmedessameldeen-orbits-orbits/SKILL.md

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

What Orbits does


name: orbits description: Run a piece of work through the ORBITS flow from the beginning — Overview, Resolve, Break down, Implement, Test, Ship — stopping at every gate. argument-hint: ""

/orbits

Run this work through the ORBITS flow: $ARGUMENTS

If nothing was given, ask what the work is before doing anything else.

How to run it

  1. Load the orbits skill. Read references/stages.md for Overview only.
  2. Start at

Alternatives in Testing

  • Spec Driven Development — Drive Kandev feature work through spec, plan, independent tasks, implementation, QA, and verification 697 ★
  • Production Grade — Production Grade — route any build, feature, review, test, harden, ship, or docs request through the 14-agent 175 ★
  • M Merge Branch — Auto Merge Workflow: Analyze, Merge, Resolve, Test, Commit 139 ★

Full documentation available on GitHub

View Source Repository