← Back to list

task-direction-approval
by CatsMiaow
My GitHub Copilot settings for VS Code
⭐ 9🍴 1📅 Jan 24, 2026
SKILL.md
name: task-direction-approval description: Use when considering switching libraries/tools, changing architecture, or replacing automation with manual workarounds - explains root cause, offers 2-3 options with trade-offs, and requests explicit user choice
Task Direction Approval
Overview
This skill prevents unauthorized direction changes by forcing explicit user consent before deviating from the original requirements.
Use when...
- Switching from the original tech/library to alternatives
- Replacing an automated approach with a manual workaround
- Changing architecture or design patterns
- Delivering different results than requested
Symptoms / keywords
- “can’t use X”, “let’s switch to Y”, “workaround”, “manual”, “different approach”, “alternative library”, “rewrite”, “change architecture”
Communication protocol (template)
❌ Wrong Response:
"GraphQL Codegen failed, so I'll define types manually instead."
✅ Correct Response:
"GraphQL Codegen failed due to authentication error. Options available:
- Add authentication headers
- Try different endpoint
- Download schema file directly Which approach would you prefer?"
Minimal workflow
- Explain the failure root cause clearly (what failed, why it failed, evidence).
- Present 2-3 viable options with trade-offs (speed, risk, maintenance, correctness).
- Ask for explicit user choice.
- Only proceed after approval.
Notes
- Use
investigation-modeskill when there are repeated failures or the situation is unclear.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

