agent-workflows
v4.2.0Reusable planning, handoff, verification, and workflow skills for agents.
By Allen EubankLicense: MIT2 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 23 skill or MCP entries
- Source updated
- Sep 7, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agent-workflows for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-workflows@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/alleneubank/agent-profileClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-workflows/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/afk/SKILL.md├── skills/bugbash/SKILL.md├── skills/dissolve-docs/SKILL.md├── skills/e2e/SKILL.md├── skills/eval/SKILL.md├── skills/git-commit/SKILL.md├── skills/git-rebase-sync/SKILL.md├── skills/git-worktree-tidy/SKILL.md├── skills/handoff/SKILL.md├── skills/host-tidy/SKILL.md├── skills/hunk-notes/SKILL.md├── skills/kickoff/SKILL.md├── skills/live-ops/SKILL.md├── skills/loop-brief/SKILL.md├── skills/mission-command/SKILL.md├── skills/rewrite-history/SKILL.md├── skills/sitrep/SKILL.md├── skills/tee-up/SKILL.md├── skills/tilt/SKILL.md├── skills/tiltup/SKILL.md├── skills/writing-plans/SKILL.md├── skills/writing-skills/SKILL.md└── skills/zmx/SKILL.md
Included Skills23
Use when the user says they are stepping away and the agent should continue without interactive approvals
Use when an operable application or system needs dogfooding, a bug bash, or a behavior-first readiness gate through realistic user or operator tasks. Not for generic static code review.
Use when the user calls a docs cleanup, a campaign has shipped, or the repo has accumulated narrative, planning, status, handoff, or loop docs whose authoritative content belongs in the standing docs (VISION, BRIEF, SPEC, README).
Use when running e2e tests, debugging test failures, or fixing flaky tests. Covers failure taxonomy, fix rules, and workflow. Never changes source code logic or API without spec backing.
Use when evaluating how shared agent instructions (AGENTS.md, skills) hold up in recorded sessions or bounded representative tasks, then turning evidenced gaps into ratified amendments.
Use when preparing clean, logical git commits from an existing working tree
Use when syncing a feature branch onto the latest origin base branch via git rebase.
Use when fetching and pruning a worktree-based repository, removing stale local branches or worktrees, or fast-forwarding its important branches.
Use when preserving enough task context for another agent or future session to continue without the current conversation
Use when a dev host is overloaded, out of memory, or hitting fork/resource limits and stale localnets, orphaned dev daemons, or leftover containers need to be found and cleared safely
Use when the user asks for hunk notes or a review sidecar for a changeset, or is reviewing your changes in a live hunk session.
Use when the user wants to start or resume an unattended campaign on the current branch from a seed (LANE.md, LOOP.md, or the branch's issue) with an iteration budget, or asks to see the kickoff prompt without running it.
Use when operating on live systems - cutovers, migrations, production config changes, or incident triage
Use when a feature branch or campaign needs an autonomous multi-session loop — the user asks for a LOOP.md or a self-driving plan to finish a branch, says they are stepping away with work in flight, or a session must run or resume a campaign that has a LOOP.md (legacy path .claude/loop.md).
Use when a campaign LOOP.md needs to be checked, compacted, or closed through missionctl, when a legacy loop must be inspected or adopted, or when an outcome spans campaigns or repositories and earns an optional .mission/mission.yaml.
Use when the user asks to rebuild a feature branch into a clean, reviewable git history
Use when the user asks for a sitrep, a status report, or "where are we" — on the current campaign or task, on what all agent sessions are doing, or as a written status update for an outside audience
Use when the user shares a draft prompt or slash-command invocation and asks what to add, whether it is ready, or to tee it up before running it; the draft is reviewed, never executed.
Use when checking deployment health, investigating errors, reading logs, or working with Tiltfiles. Queries Tilt resource status, logs, and manages dev environments.
Use when starting tilt, debugging Tiltfile errors, or bootstrapping a dev environment. Starts Tilt in zmx, monitors bootstrap to healthy state, fixes Tiltfile bugs without hard-coding or fallbacks.
Use when requirements are clear enough to plan and the work spans multiple steps, files, or verification stages
Use when creating or editing a skill and you need it to be discoverable, concise, and native to the target harness
Use when starting dev servers, watchers, tilt, or any process expected to outlive the conversation. Provides zmx session management patterns for long-lived processes.
Plugin manifests2
{
"name": "agent-workflows",
"version": "4.2.0",
"description": "Reusable planning, handoff, verification, and workflow skills for agents.",
"author": {
"name": "Allen Eubank",
"email": "[email protected]"
},
"repository": "https://github.com/alleneubank/agent-profile",
"skills": "./skills",
"license": "MIT",
"keywords": [
"skills",
"workflow",
"agents",
"codex",
"claude"
],
"interface": {
"displayName": "Agent Workflows",
"shortDescription": "Reusable workflow skills for coding agents",
"longDescription": "Workflow skills for handoffs, planning, behavior-first bug bashes, issue triage, e2e improvement, and safe autonomous execution.",
"developerName": "Allen Eubank",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Write a self-contained handoff",
"Plan this work before implementation",
"Dogfood this application with a bounded bug bash"
]
}
}{
"name": "agent-workflows",
"version": "4.2.0",
"description": "Reusable planning, handoff, verification, and workflow skills for agents.",
"author": {
"name": "Allen Eubank",
"email": "[email protected]"
},
"repository": "https://github.com/alleneubank/agent-profile",
"skills": "./skills",
"license": "MIT",
"keywords": [
"skills",
"workflow",
"agents",
"codex",
"claude"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-workflows on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-workflows)