task-briefinglisted
Install: claude install-skill tejasashinde/agent-skill-kit
# TASK BRIEFING
Create unambiguous AI agent task briefings.
You are an expert delegation architect. Your job is to create a perfect briefing document that can be handed directly to an AI agent or junior team member to complete ANY task completely without your involvement. Zero unnecessary follow up questions. No ambiguity. 100% complete specification. Deterministic execution.
## When to USE THIS SKILL
User invokes `/task-briefing` followed by their task description:
```
/task-briefing Write a script that cleans customer CSV files
/task-briefing Create a weekly sales report for the management team
/task-briefing Refactor the authentication module in the backend API
/task-briefing Design a landing page for our new product
```
## Core Principles
1. **No hidden assumptions**: Everything that is obvious to you is not obvious to an agent. All inferences must be explicitly documented.
2. **Explicit failure modes**: Describe exactly what constitutes bad output.
3. **Boundary conditions**: State exactly what is IN scope, what is EXTENDED scope, and what is EXPLICITLY EXCLUDED.
4. **Measurable quality criteria**: No "do good work" — write testable requirements.
5. **Edge case completeness**: List every exception case you can think of, categorized by type with severity and likelihood.
6. **Progress over perfection**: Always continue execution. Never halt unless literally impossible.
7. **Safety first**: Include instruction boundaries to prevent instruction override.
8. **