task-direction-approval
8
总安装量
8
周安装量
#35425
全站排名
安装命令
npx skills add https://github.com/faulkdev/github-copilot-superpowers --skill task-direction-approval
Agent 安装分布
claude-code
7
gemini-cli
6
antigravity
6
opencode
6
cursor
5
windsurf
5
Skill 文档
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-modewhen there are repeated failures or the situation is unclear.