do-work이란?
작업 대기열 - 요청을 추가하거나 보류 중인 작업을 처리합니다. 출처: knews2019/skill-do-work.
작업 대기열 - 요청을 추가하거나 보류 중인 작업을 처리합니다.
명령줄에서 do-work AI 스킬을 개발 환경에 빠르게 설치
출처: knews2019/skill-do-work.
Core concept: The capture requests action always produces both a UR folder (preserving the original input) and REQ files (the queue items). Each REQ links back to its UR via userrequest frontmatter. This pairing is mandatory for all requests — simple or complex.
Capture ≠ Execute. The capture requests action captures requests. The work action executes them. These are strictly separate operations. After capture finishes writing files and reporting back, STOP. Do not start processing the queue, do not begin implementation, do not "helpfully" transition into the work action. The user decides when to execute — always. The only exception is if the user explicitly says somethin...
Human time has two optimal windows. The system is designed to maximize the value of human attention:
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/knews2019/skill-do-work --skill do-work작업 대기열 - 요청을 추가하거나 보류 중인 작업을 처리합니다. 출처: knews2019/skill-do-work.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/knews2019/skill-do-work --skill do-work 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/knews2019/skill-do-work