task-direction-approval

Task Direction Approval

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "task-direction-approval" with this command: npx skills add faulkdev/github-copilot-superpowers/faulkdev-github-copilot-superpowers-task-direction-approval

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-mode when there are repeated failures or the situation is unclear.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

minimalist-surgical-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

uncertainty-verification

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

verification-before-completion

No summary provided by upstream source.

Repository SourceNeeds Review