한국어
☰ Categories

Enhancing Efficiency with Codex Using Sub-Agents

Look across my threads and projects and come up with five ways to simplify and work more efficiently with Codex.

CategoryUsing AI › Context management
TagsAnalyzingIdeationDeveloper
Prompt
Look across my threads and projects and come up with five ways to simplify and work more efficiently with Codex. Use sub-agents.

What this prompt does

This prompt asks for five ways to simplify and work more efficiently with Codex. It is only meaningful if the assistant can access the relevant threads and projects.

Real outputs by model

Read full answers

We gave three models the same input and copied their answers unedited. Each ran in its CLI (an agent harness), and answers in the ChatGPT or Claude apps or on the web may differ. Outputs are in Korean.

gpt-5.6-luna (codex CLI · 에이전트 하네스) · Run on 2026-09-24

다섯 하위 에이전트를 병렬로 사용했지만, 현재 환경에서는 전체 스레드·프로젝트 기록에 접근할 수 없었습니다. 따라서 아래는 확인 가능한 대화와 공통 패턴에 기반한 우선 제안입니다.

  1. 프로젝트별 컨텍스트 카드 만들기
    AGENTS.md나 docs/context.md에 목표, 기술 스택, 현재 상태, 금지사항, 테스트 명령, 다음 작업을 고정하세요. 매번 배경을 다시 설명하는 시간을 줄일 수 있습니다.

  2. 요청 템플릿 표준화하기
    모든 작업을 다음 형식으로 시작하세요.

    목표 → 범위 → 제약 → 원하는 결과 → 검증 명령 → 출력 형식

    특히 “몇 가지를 원하는지, 어떤 언어인지, 근거가 필요한지”를 명시하면 재작업이 줄어듭니다.

  3. 작업 종료 요약을 의무화하기
    Codex에게 매 작업 শেষে 완료 사항 / 변경 파일 / 실행한 테스트 / 미해결 이슈 / 다음 작업을 남기게 하세요. 새 스레드나 프로젝트에서도 즉시 이어갈 수 있습니다.

  4. 조사·구현·테스트·리뷰를 병렬화하기
    큰 작업은 하위 에이전트에 역할을 나눠 맡기세요. 예를 들어 조사, 구현, 테스트 검토, 보안·회귀 리뷰를 병렬로 진행한 뒤 마지막에 한 번만 통합하면 대기 시간이 줄어듭니다.

  5. 반복 절차를 규칙이나 스킬로 추출하기
    반복되는 “변경 → 네이티브 테스트 실행 → 실패 수정 → diff 리뷰” 절차를 프로젝트 지침에 저장하세요. 공통 결정사항은 decisions.md에 기록해 과거 판단을 다시 조사하지 않도록 하는 것도 효과적입니다.

실제 스레드별 반복 패턴과 프로젝트별 우선순위를 원한다면, 해당 기록에 접근 가능한 브라우저 세션이나 내보낸 대화 자료가 필요합니다.

More in this category

Chat Summary and Export Instructions
Context Migration
Continue and Recap Assistant
Plan how to split long material for a model
Find instructions that contradict each other