claudeindex
Marketplace

agent-workflows

agent-workflows

Stars

0

Forks

0

Plugins

9

Installation

1

Add the marketplace

/plugin marketplace add destenson/agent-workflows
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

9

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

agentic-workflow

Spec-durable agentic development workflow: artifact loading, per-turn standing-rule re-injection, distillation gating, and the elicitation/audit/spike/retrospective/entropy skills. Implements agentic-dev-workflow.md.

Plugin

embedded-target

Extension of agentic-workflow for remote embedded Linux targets (e.g. Jetson): loads DEVICE.md at session start, scaffolds the build-deploy-run-collect harness, repro library, fault-injection and headers-only capture templates, and ships the reproducible / instrument-and-wait debug-loop skills. Implements embedded-target-workflow.md.

Plugin

research-workflow

Self-contained base research workflow: loads the durable research artifacts (commonly abstract / proposal / experiments / results) from research/ at session start, re-injects research standing rules per turn, gates session exit on a distillation decision, and ships the research-init / problem-statement / literature-scan / gap-analysis / generate-research-proposal / experiment-design / preregistration / results-memo / negative-results / decision-memo skills.

Plugin

sysadmin-workflow

Self-contained workflow for administering and troubleshooting remote systems (Linux/SSH, cloud, containers/k8s, appliances): loads FLEET.md plus the INCIDENTS / CHANGELOG / RUNBOOKS journals at session start, re-injects ops standing rules per turn, flags destructive Bash commands with an out-of-band audit trail, gates session exit on a journaling decision, and ships the fleet-init / fleet-status / troubleshooting-loop / fleet-onboard / incident-record / runbook-capture skills.

Plugin

c-suite

Convenes executive-officer review lenses (CEO / CFO / COO / CTO / CMO / CLO) on a single cross-domain decision and preserves their disagreement instead of averaging it into false consensus. Keeps a small governance spine (CHARTER / STRATEGY / BOARD) as the project's executive memory, ships the c-suite-init and board-review convening workflows plus per-officer review skills, and gates session exit on recording any board decision (and its dissent) into BOARD.md.

Plugin

handoff

Standalone session-handoff plugin: loads a pending HANDOFF.md at session start so the next session resumes where the last left off, gives a non-blocking reminder to record unfinished and newly-discovered work before wrapping up, and ships the handoff skill that writes, updates, and clears the rolling handoff. Enable or disable independently of the other workflows.

Plugin

bugs

Standalone bug-log plugin: when a BUGS.md exists at the project root, notes at session start that the project keeps a bug log and instructs the agent to record any bug found-but-not-fixed there (it does not load the file's contents), and gives a non-blocking reminder of the same before wrapping up. Ships the bugs skill that adds, updates, and resolves entries — removing each when fixed so the log tracks only what is still broken. Activates only once a BUGS.md exists; enable or disable independently of the other workflows.

Plugin

prototype-to-product

Hardens a working prototype into a pre-release product. Keeps a HARDENING.md gap ledger (release bar plus the itemized open gaps), loaded at session start together with the hardening standing rules, plus a non-blocking reminder to keep the ledger current. Ships assess-prototype (build the ledger), define-release-target (set the bar and prioritize, extending SPEC.md if present), and convert-prototype (work the ledger down one item per commit). Activates only once a HARDENING.md exists.

Plugin

cwd-guard

Standalone Bash guard: a PreToolUse(Bash) hook that denies any command hardcoding the current working directory — the project's own absolute path, a path under it, or a $PWD / $(pwd) expansion of it — so the agent uses paths relative to the project root. Absolute paths outside the project are left alone.