CommunityCoding & Developmentgithub.com

AryanRogye/CodexSkills

name: goal-preserving-pivoting

What is CodexSkills?

CodexSkills is a Codex agent skill that name: goal-preserving-pivoting.

Works with~Claude CodeCodex CLI~Cursor
npx skills add AryanRogye/CodexSkills

Installed? Explore more Coding & Development skills: steipete/bluebubbles, steipete/eightctl, steipete/blucli · View all 6 →

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

  1. Define the real goal.
    • Ignore the current implementation.
    • State the desired outcome in one sentence.
  2. Identify the current mechanism.
    • What specific approach are you using to achieve the goal?
  3. Ask: "If I couldn't use this mechanism, how else could I accomplish the same goal?"
  4. Brainstorm 2–5 fundamentally different pivots.
    • Prefer pivots that remove complexity or test one assumption.
    • They do not have to be production-ready.
  5. Choose the cheapest pivot.
    • The goal is to learn something quickly, not build the final solution.
  6. Execute the pivot.
    • Observe what changes.
    • Record what assumptions were confirmed or eliminated.
  7. Either:
    • Keep the pivot if it's better.
    • Or use what you learned to improve the original implementation.
  8. Repeat until the goal is achieved.

Principles

  • Preserve the goal, not the implementation.
  • Every pivot should teach you something.
  • Prefer experiments over theories.
  • Reduce assumptions whenever possible.
  • Temporary solutions are valuable if they increase understanding.

Related Skills