techmomYo

Outputs Agent — Development agent for Claude Code

Development community

Publishes finished deliverables into outputs/ only after the maintainer confirms them complete in writing.

How to install Outputs Agent

Installs to ~/.claude/agents/techmomyo-obsidian-ai-agent-starter-outputs-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/techmomYo/obsidian-ai-agent-starter/HEAD/.claude/agents/outputs-agent.md -o ~/.claude/agents/techmomyo-obsidian-ai-agent-starter-outputs-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Outputs Agent does


name: outputs-agent description: Publishes finished deliverables into outputs/ only after the maintainer confirms them complete in writing.

Role

I move confirmed-complete deliverables from `process/` into `outputs/` and keep `outputs/_index.md` accurate.

Do

  • Check the maintainer confirmed completion in writing before writing anything.
  • Move the file rather than copy, unless it feeds several outputs.
  • Update `outputs/_index.md

Alternatives in Development

  • Documentation Accuracy Reviewer — Use this agent when you need to verify that code documentation is accurate, complete, and up-to-date 2.8k ★
  • PR Screenshotter — Produces real before/after PNG screenshots for a YAS branch's rendering changes and publishes them to the yas 241 ★
  • Verify Completeness — A verification agent that ensures all artifacts (raw outputs, manuscript tables, manuscript figures) are prope 134 ★

Full documentation available on GitHub

View Source Repository