agent-task-handoff
- Repo stars 3,407
- Author repo MetaClaw
Agent Task Handoff
When delegating work to a sub-agent or across sessions, make the handoff self-contained.
Handoff package must include:
- Goal: What the sub-agent must produce (one clear sentence).
- Context: The minimum background the agent needs — no more, no less.
- Constraints: Explicit rules (don't modify X, use library Y, output format Z).
- Inputs: File paths, API endpoints, or data the agent needs to start.
- Success criteria: How to verify the result is correct.
For parallel agents:
- Clearly state which parts of the codebase/data each agent owns.
- Define how outputs will be merged back.
Anti-pattern: Sending a vague "continue where we left off" with no context — sub-agents start from zero.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @aiming-lab · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. # Agent Task Handoff When delegating work to a sub-agent or across sessions, make the handoff self-contained. **Handoff package must include:** 1. **Goal:** What the sub-agent must produce (one clear sentence). 2. **Context:** The minimum background the agent needs — no more, no less. …
# Agent Task Handoff
When delegating work to a sub-agent or across sessions, make the handoff self-contained.
**Handoff package must include:**
1. **Goal:** What the sub-agent must produce (one clear sentence).
2. **Context:** The minimum background the agent needs — no more, no less.
3. **Constraints:** Explicit rules (don't modify X, use library Y, output format Z).
4. **Inputs:** File paths, API endpoints, or data the agent needs to start.
5. **Success criteria:** How to verify the result is correct.
**For parallel agents:**
- Clearly state which parts of the codebase/data each agent owns.
- Define how outputs will be merged back.
**Anti-pattern:** Sending a vague "continue where we left off" with no context — sub-agents start from zero. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> no H2/H3 headings
terms -> Handoff package must include · Goal · Context · Constraints · Inputs · Success criteria · For parallel agents · Anti-pattern
files/cmd -> codebase/data
body sha256 -> fdfce9ef32cc
Decide Fit First
Design Intent
How To Use It
Boundaries And Review