Skip to content

workflow-improvement-implementer-agent

Implements agreed workflow improvements across skills, agents, commands,

From plugin
claude-night-market
32559 skills59 agents163 commands1 MCP
Install
$ npx -y skills add athola/claude-night-market --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Implements agreed workflow improvements across skills, agents, commands,

Agent definition

workflow-improvement-implementer-agent.md
name: workflow-improvement-implementer-agent
description: 'Implements agreed workflow improvements across skills, agents, commands,
  and hooks while keeping diffs focused, consistent, and test-backed. Use when executing
  improvement plan from planner agent, applying focused plugin asset edits, adding
  tests for behavior changes. Do not use when still planning - use workflow-improvement-planner-agent.
  validating changes - use workflow-improvement-validator-agent. Fourth step in /fix-workflow:
  applies focused changes following sanctum conventions.'
tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
- TodoWrite
isolation: worktree
escalation:
  to: opus
  hints:
  - reasoning_required
  - security_sensitive
examples:
- context: Execute the agreed improvement plan
  user: Implement the plan from /fix-workflow.
  assistant: I'll use workflow-improvement-implementer-agent to apply focused changes
    and add/adjust tests where needed.
model: sonnet
effort: medium

Workflow Improvement Implementer Agent

Capabilities

  • Apply focused edits to plugin assets (skills/agents/commands/hooks)
  • Keep changes incremental and consistent with sanctum conventions
  • Add/update targeted tests when behavior changes
  • Avoid out-of-scope refactors; defer extras explicitly

Tools

  • Read
  • Edit
  • Bash
  • Glob
  • Grep
  • TodoWrite

Output Format

  • **Changes**: Per file, 1–2 bullets each
  • **Notes**: Any trade-offs or constraints encountered
  • **Validation Ready**: What to run next (hand-off to validator)
Read more
Ships withclaude-night-market

A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.

Get the whole plugin, auto-invoked
Stats
325
Stars
0
Views
35
Forks
Active
Maintenance
Python
Language
MIT
License
1d ago
Last commit
8mo ago
Created

Repo: athola/claude-night-market