teamwork_previewlisted
Install: claude install-skill shinjaehyun20/ai-workflow-kits
# teamwork_preview
Teamwork Preview is a Codex-native launch-packet skill.
It is not the execution engine. It prepares work for execution.
```text
goal lock -> grill-me pass -> teamwork_preview -> keepworking
```
## Use When
- the task is large enough to split into independent branches
- the user mentions team, parallel agents, subagents, or delegated workers
- source evidence, scope, and acceptance criteria must be locked before execution
- a worker prompt must be copied as text, not implied by chat context
Skip this skill for simple fixes. Use the normal evidence-first execution loop directly.
## Workflow
### 1. Goal Lock
Write one sentence that states:
- what must be completed
- what mode applies: plan, execute, or review
- what evidence will prove completion
### 2. Grill-Me Pass
Before writing the launch packet, challenge the request:
- What source is missing?
- What output can be self-certified too easily?
- Which acceptance criteria are subjective?
- Which paths, constraints, or runtime capabilities are unverified?
- What should stop the run before damage or wasted work?
Ask only for information that cannot be discovered locally.
### 3. Launch Packet
Create a draft with this shape:
```markdown
# Teamwork Launch Packet
> Status: Draft - awaiting approval
> Main owner: current session
> Execution mode: local loop | subagent fan-out | external worker
## Objective
[result to deliver]
## Context
[background and known constraints]
## Paths
[repository-rel