output-handoff
Handle output distribution from processed brain dumps to appropriate destinations. Use when determining where outputs should go.
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/output-handoff/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How output-handoff Compares
| Feature / Agent | output-handoff | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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 repositoryRelated Skills
ai-output-validator
AI出力の品質を自動検証するスキル。事実確認、論理性、一貫性、幻覚(ハルシネーション)検出、バイアス分析、安全性チェックを実施し、改善提案を提供。
u01934-handoff-contracting-for-research-and-development-labs
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
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
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
Create handoff packages for session transitions. Use when ending sessions, preparing for continuation, saving session state, or creating resumable context.
abaqus-output
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
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
Generate comprehensive handoff documentation optimized for AI agent takeover by analyzing project structure, design docs, and codebase
u01874-handoff-contracting-for-marketing-and-storytelling
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
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
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
Agent parameter passing, memory files, and data handoffs between agents