Что такое do-work?
Очередь задач — добавляйте запросы или обрабатывайте ожидающие работы. Источник: knews2019/skill-do-work.
Очередь задач — добавляйте запросы или обрабатывайте ожидающие работы.
Быстро установите AI-навык do-work в вашу среду разработки через командную строку
Источник: 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