ladder-execute이란?
커밋 규율 및 진행 상황 추적을 통해 래더 단계 사양을 단계별로 실행합니다. 사양을 구현할 준비가 되었거나, 중단된 단계를 재개하거나, 사용자가 "사다리 실행"이라고 말할 때 사용하세요. 출처: sadiksaifi/agents.
커밋 규율 및 진행 상황 추적을 통해 래더 단계 사양을 단계별로 실행합니다. 사양을 구현할 준비가 되었거나, 중단된 단계를 재개하거나, 사용자가 "사다리 실행"이라고 말할 때 사용하세요.
명령줄에서 ladder-execute AI 스킬을 개발 환경에 빠르게 설치
출처: sadiksaifi/agents.
Implement a phase spec one step at a time with plan mode, commit discipline, progress tracking, subagent delegation, and mid-session resume.
| Input | Spec file path (.ladder/specs/L- - .md) | | Output | Implemented code, updated progress.md, commits per step | | Commits | type(L -S ): description per step, chore(L ): complete phase execution at end | | Prerequisites | .ladder/OVERVIEW.md, canonical spec, entry criteria met | | Delegation | medium + large steps → sub-agent; small steps → inline |
SPEC VALIDATION: Before executing, validate spec against ALL 5 rules from references/spec-format.md. If any rule fails → print failures and say "Run /ladder-refine first." STOP.
커밋 규율 및 진행 상황 추적을 통해 래더 단계 사양을 단계별로 실행합니다. 사양을 구현할 준비가 되었거나, 중단된 단계를 재개하거나, 사용자가 "사다리 실행"이라고 말할 때 사용하세요. 출처: sadiksaifi/agents.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/sadiksaifi/agents --skill ladder-execute커밋 규율 및 진행 상황 추적을 통해 래더 단계 사양을 단계별로 실행합니다. 사양을 구현할 준비가 되었거나, 중단된 단계를 재개하거나, 사용자가 "사다리 실행"이라고 말할 때 사용하세요. 출처: sadiksaifi/agents.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/sadiksaifi/agents --skill ladder-execute 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/sadiksaifi/agents