Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oimiragieo avatar

Pipeline Reflection Ux

  • 43 installs
  • 36 repo stars
  • Updated July 14, 2026
  • oimiragieo/agent-studio

Helps with ai & agent building tasks.

About

pipeline-reflection-ux is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • pipeline-reflection-ux
  • AI & Agent Building
  • AI-coding skill

Pipeline Reflection Ux by the numbers

  • 43 all-time installs (skills.sh)
  • Ranked #7,921 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oimiragieo/agent-studio --skill pipeline-reflection-ux

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs43
repo stars36
Last updatedJuly 14, 2026
Repositoryoimiragieo/agent-studio

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Pipeline Reflection UX

Use this skill to keep pipeline/reflection output concise, explicit, and low-noise.

Workflow

1. Make Step 0 visible in router narration. 2. Emit Step 0 completion before TaskList(). 3. Emit a one-line reflection outcome with report path. 4. Batch late post-pipeline notifications into one summary. 5. Keep guardrail semantics unchanged (block stays block).

Required Checks

  • Add/adjust tests before behavior changes.
  • Confirm no regression in routing/taskupdate/read-safety tests.
  • Verify debug-log counts improve for repeated violations/noise.

Iron Laws

1. ALWAYS emit Step 0 narration (pending reflections count) before any TaskList() call — omitting the narration makes reflection spawning invisible to the user and breaks the pipeline audit trail. 2. NEVER batch reflection spawns with tool calls that depend on their results — reflection agents must complete before the router proceeds to routing; mixing them creates race conditions. 3. ALWAYS emit a one-line reflection outcome (report path + summary) after reflection-agent completes — without this, the user cannot distinguish a completed reflection from a skipped one. 4. NEVER emit one status message per late-completing background agent — per-agent late notifications create noise storms; batch all late completions into one summary after drain gate passes. 5. ALWAYS preserve existing block semantics when modifying pipeline narration — changing guardrail modes while fixing UX copy conflates two concerns and masks the behavioral impact of either change.

Anti-Patterns

Anti-PatternWhy It FailsCorrect Approach
Omitting Step 0 narrationReflection spawning invisible to user; pipeline audit trail brokenAlways emit "Step 0: N pending reflections..." before spawning reflection agents
Missing one-line reflection outcomeUser cannot distinguish completed reflection from skipped oneEmit report path + one-line summary after every reflection-agent completion
One status message per late-completing agentCreates noise storms; clutters pipeline outputBatch all late completions into one summary message after drain gate passes
Changing guardrail modes while fixing UX copyConflates two changes; behavioral impact of each masked in reviewSeparate UX copy changes from guardrail mode changes in distinct commits
Emitting Step 0 completion after TaskList()Violates router output contract; narration out of sequenceEmit "Step 0 complete." before calling TaskList(), not after

Memory Protocol (MANDATORY)

Before starting: Read .claude/context/memory/learnings.md

After completing:

  • New pattern → .claude/context/memory/learnings.md
  • Issue found → .claude/context/memory/issues.md
  • Decision made → .claude/context/memory/decisions.md
ASSUME INTERRUPTION: If it's not in memory, it didn't happen.

References

  • Detailed UX review: references/ui-reflection-review.md
  • Troubleshooting runbook: .claude/docs/TROUBLESHOOTING.md
  • Task tracking protocol: .claude/docs/@TASK_TRACKING_GUIDE.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.