CommunityProgramación y desarrollogithub.com

AryanRogye/CodexSkills

name: goal-preserving-pivoting

¿Qué es CodexSkills?

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

Compatible con~Claude CodeCodex CLI~Cursor
npx skills add AryanRogye/CodexSkills

Installed? Explore more Programación y desarrollo skills: steipete/bluebubbles, steipete/eightctl, steipete/blucli · View all 6 →

Preguntar en tu IA favorita

Abre un nuevo chat con esta habilidad de agente ya precargada.

Documentación

  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.

Skills relacionados