output-handoff

Handle output distribution from processed brain dumps to appropriate destinations. Use when determining where outputs should go.

16 stars

Best use case

output-handoff is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Handle output distribution from processed brain dumps to appropriate destinations. Use when determining where outputs should go.

Teams using output-handoff should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/output-handoff/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/documentation/output-handoff/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/output-handoff/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How output-handoff Compares

Feature / Agentoutput-handoffStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Handle output distribution from processed brain dumps to appropriate destinations. Use when determining where outputs should go.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Output Handoff Strategy Skill

This skill guides the handoff of processed brain dump outputs to their final destinations.

## The Handoff Decision Tree

```
Processed Brain Dump
        ↓
What is the OUTPUT TYPE?
        ↓
┌─────────────┬─────────────────┬─────────────────┬─────────────────┐
│  Content    │  Technical      │  Architecture   │  Reference      │
│  (Written)  │  (Code/Repos)   │  (Agents/MCP)   │  (Notes/Ideas)  │
└─────────────┴─────────────────┴─────────────────┴─────────────────┘
        ↓              ↓                    ↓               ↓
    outputs/      projects/ +          projects/ +      ideas/ or
    [type]/       GitHub repo          Plan first       processed/
                                          ↓
                                     completed/
                                    (when done)
```

## Output Type 1: Content (any written output)

### When to Use
- Blog posts
- LinkedIn articles
- Emails and messages
- Video scripts
- Tech session outlines
- Presentations
- Social media content
- Documentation

### Handoff Destination
`outputs/content/YYYY-MM-DD-[slug].md`

### Template
```markdown
---
date: "YYYY-MM-DD"
source: "inbox/dump-..."
type: [blog|linkedin|email|presentation|video-script|other]
status: draft
---

# [Title]

**Platform:** [Platform]
**Status:** Draft (ready for review)

---

[Polished content]

---

## Publishing Checklist
- [ ] Final review
- [ ] Add tags/hashtags
- [ ] Copy to [platform]
- [ ] Publish
- [ ] Update status: published
```

### Post-Handoff
Content is ready for manual copy-paste to publishing platform.

## Completed Ideas

When an idea has been fully implemented:
1. Move file from `ideas/` to `completed/`
2. Update frontmatter:
   - `status: completed`
   - `completed_date: "YYYY-MM-DD"`
   - `outcome: "Brief description of what was accomplished"`
3. Commit the change

This keeps `ideas/` focused on active/someday ideas while maintaining a record of accomplishments.

## Output Type 2: Technical Projects

### When to Use
- Coding projects
- Scripts and tools
- APIs and integrations
- Anything requiring version control

## Output Type 3: Architecture (Agents, Orchestrators, MCP)

### When to Use
- Copilot Studio solutions
- Agent systems
- Orchestrators
- MCP server designs
- AI assistant workflows

### Handoff Destination
1. **Pointer file:** `projects/[project-name].md`
2. **Plan first:** Handoff to `@solution-planner` for architecture planning
3. **Then:** Handoff to `@repo-creator` for GitHub repo (after planning)

> **Tip:** If unsure where something goes, invoke `@brain-dump-orchestrator` for routing guidance.

### Pointer File Template
```markdown
---
date: "YYYY-MM-DD"
source: "inbox/dump-..."
status: planning
output_type: ARCHITECTURE
---

# [Project Name]

**Status:** Planning
**Architecture Plan:** [TO BE CREATED - USE @solution-planner]
**Repo:** [TO BE CREATED AFTER PLANNING]
**Source:** [Link to dump]

## Project Brief
[Brief from processing]

## Next Actions
- [ ] Run @solution-planner to create architecture plan
- [ ] Review plan
- [ ] Handoff to @repo-creator to create GitHub repository
```

### Workflow
1. Create pointer file in `projects/`
2. Offer "Plan First" handoff to `@solution-planner`
3. After planning, user reviews and approves
4. Handoff to `@repo-creator` to create repository

Related Skills

ai-output-validator

16
from diegosouzapw/awesome-omni-skill

AI出力の品質を自動検証するスキル。事実確認、論理性、一貫性、幻覚(ハルシネーション)検出、バイアス分析、安全性チェックを実施し、改善提案を提供。

u01934-handoff-contracting-for-research-and-development-labs

16
from diegosouzapw/awesome-omni-skill

Operate the "Handoff Contracting for research and development labs" capability in production for research and development labs workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.

on-call-handoff-patterns

16
from diegosouzapw/awesome-omni-skill

Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use when transitioning on-call responsibilities, documenting shift summaries, or improving on-call pro...

acm-handoff

16
from diegosouzapw/awesome-omni-skill

Use when resuming work from a previous session that reached context threshold, or when a handoff summary exists. Reads handoff state and markdown to restore context, todos, and continue seamlessly.

ac-handoff-creator

16
from diegosouzapw/awesome-omni-skill

Create handoff packages for session transitions. Use when ending sessions, preparing for continuation, saving session state, or creating resumable context.

abaqus-output

16
from diegosouzapw/awesome-omni-skill

Configure output requests - field outputs, history outputs. Use when user asks what results to save, output variables, reduce output file size, or history output.

u01954-handoff-contracting-for-accessibility-services

16
from diegosouzapw/awesome-omni-skill

Operate the "Handoff Contracting for accessibility services" capability in production for accessibility services workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.

agent-handoff

16
from diegosouzapw/awesome-omni-skill

Generate comprehensive handoff documentation optimized for AI agent takeover by analyzing project structure, design docs, and codebase

u01874-handoff-contracting-for-marketing-and-storytelling

16
from diegosouzapw/awesome-omni-skill

Operate the "Handoff Contracting for marketing and storytelling" capability in production for marketing and storytelling workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.

api-handoff

16
from diegosouzapw/awesome-omni-skill

Create API handoff documentation for frontend developers. Use when backend work is complete and needs to be documented for frontend integration, or user says 'create handoff', 'document API', 'frontend handoff', or 'API documentation'.

handoff

16
from diegosouzapw/awesome-omni-skill

Context handoff for session transitions. Use when context window is getting large, switching work phases, or user requests /handoff. Creates structured checkpoint documents for seamless continuation in new sessions.

agent-handoffs

16
from diegosouzapw/awesome-omni-skill

Agent parameter passing, memory files, and data handoffs between agents