Community코딩 & 개발github.com

AryanRogye/CodexSkills

name: goal-preserving-pivoting

CodexSkills란 무엇인가요?

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

지원 대상~Claude CodeCodex CLI~Cursor
npx skills add AryanRogye/CodexSkills

Installed? Explore more 코딩 & 개발 skills: steipete/bluebubbles, steipete/eightctl, steipete/blucli · View all 6 →

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

  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.

관련 스킬