원클릭으로
using-development-skills
Read at session start to route development work through the direct or full development loop on Claude Code and Codex.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read at session start to route development work through the direct or full development loop on Claude Code and Codex.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compare Claude Code and Codex on the same real code-change task with isolated worktrees, identical gates, transcripts, time, and cost.
Align AGENTS.md, rules, README, plans, and chronicles with the codebase; use --clean to archive obsolete task docs into ATLAS.md.
Research current best practices and turn the evidence into a clear recommendation. Use for state-of-the-art, evidence-based, optimal-approach, comparison, or pros-and-cons questions in any field.
Clarify an ambiguous or consequential change before planning or implementation when more than one sound approach exists.
Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release.
Create a user-requested Conventional Commit from the staged changes.
| name | using-development-skills |
| description | Read at session start to route development work through the direct or full development loop on Claude Code and Codex. |
Skip this router for a bounded subagent task. Read the development loop. Resume an active plan at its recorded step; otherwise choose:
Before the first natural-language output of a task, read and apply the [writing contract](../../shared/writing.md). It covers chat and every text file. Explain for a person with little project knowledge, then keep the exact detail an agent needs. On Claude Code, call `AskUserQuestion` whenever the user must choose among options. On Codex, ask one concise question in chat. Before the first codebase mutation, apply the development loop's Standards gate. Discover and apply relevant project and reference sources and established local patterns. State the selected source paths with the chosen path. A Full plan records the same paths.Direct applies only when the result, forced solution, and proof are clear. The change must be reversible and carry no business or design choice. Weighing more than one viable approach is a design choice.
Full applies to everything else. Inspect first, run brainstorming, and agree on the result and proof.
Use create-test for test work or business, integration, KPI, and probabilistic proof. Use best-practices when current external evidence can change a decision.
Then write the plan and chronicle.
In chat, cover result, checks, what is out of scope, approach, files, and risks. Offer the conversation-language equivalents of Approve / Edit / Cancel / Chat about, then stop. Only Approve after that presentation permits implementation; the original request does not.
After approval, implement, verify, explain concepts worth transferring, and review.
State the chosen path and why before the first mutating action; a silent classification is a skipped gate. A requested review or audit delivers findings, then stops. Edits begin only after explicit approval of those findings. “Review and improve” authorizes the category, not the changes. An approval gate you cannot reach (user away, autonomous run) is a stop, not a bypass: deliver findings; never downgrade Full to Direct. Native Plan mode changes permissions, not the loop. Complete Decide and Define the proof there. After `ExitPlanMode`, or after Codex leaves Plan mode, resume Full at Express.Create or update the repository plan and chronicle in completed tool calls before product or plugin edits. Never combine them in one patch. Record Current step: Implement, then complete Implement, Verify, Explain diff, and Review.
After Verify and before Review:
This gate does not affect Direct.
Translate older Claude Code tool names on Codex with codex-tools.md.