workflow-builder
FeaturedScaffold an explicit one-shot workflow adapter without lifecycle authority. Triggers: "build a workflow adapter", "scaffold a one-shot workflow".
Install
Quality Score: 94/100
Skill Content
Details
- Author
- boshu2
- Repository
- boshu2/agentops
- Created
- 10 months ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
workflow-builder
Use when the user wants to turn a domain need into a multi-agent workflow — one orchestrator brain + several specialist subagents + one-line triggers (e.g. "build me an X pipeline", "assemble a subagent team"). Clarifies the blueprint, optionally researches community skills, and generates each agent's charter (AGENT.md with a self-iteration & expert-strengthening protocol), knowledge bases, and wiring contracts as a ready-to-run file structure. Not for one-off tasks, simple delegation, or docs only.
toolkit-scaffold
Invoke ONLY when you are about to turn a job description into a new build-clean `.workflow.ts` skeleton through the toolkit path, or when the user says "scaffold a workflow", "start a new workflow", "generate a workflow skeleton", "set up a .workflow.ts", "wire these patterns together", or "use the toolkit to build a workflow". Pick the patterns, write the small JSON spec, run `workflow-toolbox scaffold`, then fill in placeholders and build plus check the result. Not for deep one-off authoring guidance, debugging a failed run, or re-verifying the runtime after an upgrade.
workflow-authoring
Reference for writing a Workflow tool script (script API and gotchas, resume, quality patterns, worked examples). Load before authoring a script for a workflow the user already opted into; it does not itself authorize running one.