create-workflows
SolidCreates and revises portable declarative AI workflow files using Markdown frontmatter, DAG nodes, provider aliases, artifact references, imports, reusable inputs, findings artifacts, and review loops. Use when asked to author, improve, modularize, or validate .task.md workflows for CLI-based multi-agent workflow orchestration, including parallel fail-safety, prompt-budget guards, provider/session resilience, and generated-file handoffs.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- crewplaneai
- Repository
- crewplaneai/crewplane
- Created
- 1 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
workflows
Create and run reusable multi-agent pipelines. Bundle an orchestrator prompt with optional subagents, skills, and plugins into a named workflow invoked as `agents run <workflow-name>`. Triggers on: 'workflow', 'orchestrator', 'WORKFLOW.md', 'multi-agent pipeline', 'reusable agent task'.
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.