build
FeaturedWorkflow orchestrator that chains existing skills for feature development
Install
Quality Score: 89/100
Skill Content
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 6 months ago
- Last Updated
- 1 months ago
- Language
- C#
- License
- MIT
Integrates with
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.
askit-build-workflow
Creates and improves workflows (an ordered multi-skill arc) for a plugin to the Advanced Skill Library Standard. Use when a recurring sequence of skills is worth formalizing as a workflow, when you need to author a _workflows file with steps and exit criteria, or to resolve S5 workflow findings.
workflow
Flexible development pipeline. Use when starting a new feature, fixing a complex bug, or when you want guided step-by-step methodology: design -> spec -> plan -> implement -> test -> verify -> commit.