Change banner
sehyun0518 sehyun0518

Change

Design community

Description

--- description: 설계가 순수 함수와 UI 책임을 먼저 고정하고, unit → ui → integration → e2e 각 계층에서 red 확인 뒤 구현하고 green을 확인한다. Git 작업은 자동으로 붙지 않는다. --- `workflows/change.yaml`를 읽고 그 순서대로 진행한다. 단계 28개다. 각 step의 `expect`·`expectAnyOf`가 전이 조건이고, `gate`가 가리키는 `workflows/gates/*.md`가 무엇을 봐야 하는지 정한다. `skippable`이 있는 단계만 생략할 수 있고, 생략하면 사유를 증거로 남긴다. 순서를 여기 옮겨 적지 않는다. 워크플로 파일이 단일 출처다. **워크플로 파일에 없는 단계가 3개 더 있다.** - `profiles/frontend/profile.yaml`의 `workflowExtensions` — `design` · `accessibility` · `state-data` 삽입 지

Installation

Installs to ~/.claude/commands/sehyun0518-agent-change.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sehyun0518/agent/HEAD/.claude/commands/change.md -o ~/.claude/commands/sehyun0518-agent-change.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository