ソース情報
- リポジトリ
- rlaope/bestwork-agent
- ソースの最終更新活動
- 2026年4月3日 01:15
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/rlaope/bestwork-agent --skill delegateコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Evidence-driven causal tracing — competing hypotheses, falsification, rebuttal round, recommended next probes
Feature validation gate — research, define purpose, stress-test from real user perspective before building
Maximum parallelism burst — all tasks execute simultaneously with no coordination overhead
SOC 職業分類に基づく
SKILL.md を表示中
| name | delegate |
| description | Autonomous execution — classify, allocate, and execute without confirmation |
When this skill is invoked, you MUST follow this exact output sequence. Do NOT ask for confirmation at any point.
[BW] delegate engaged — executing autonomously...
Analyze the user's task:
Print the plan inline (do NOT wait for confirmation):
[BW] delegate plan:
1. "{task}" → bestwork:{agent}
2. "{task}" → bestwork:{agent}
[BW] executing...
For single task:
prompts/{role}/{name}.mdFor multiple tasks:
run_in_background: trueTaskCreate: subject="bestwork:{agent} (task N)", activeForm="bestwork:{agent} working..."[BW] ▶ delegate: bestwork:{agent} (task 1)
[BW] ▶ delegate: bestwork:{agent} (task 2)
[BW] ✓ bestwork:{agent} done (task 1) — {summary}
[BW] ✓ bestwork:{agent} done (task 2) — {summary}
After all tasks complete, do a quick self-check:
npx tsc --noEmit or equivalent type checkPrint result:
[BW] delegate verify: {PASS|FAIL}
If FAIL: fix the issue immediately (1 retry max), then move on.
[BW] ═══════════════════════════════════
[BW] delegate complete: {N} tasks, {M} agents
[BW] ═══════════════════════════════════