Workflow
VexJoy AI Agent with Intelligent Routing - /do routes plain-English requests to the right specialist agent and gates the work with reviews, tests, and a learning loop.
npx -y skills add notque/vexjoy-agent --skill workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Structured multi-phase workflows: review, debug, refactor (tidy, clean up, untangle messy code without behaviour change), deploy, create, research.
SKILL.md
8.6 KB, ~1.8k tokens by cl100k_base, as published. Nobody here has run it
Workflow
Umbrella skill for all structured multi-phase workflows. Load the appropriate workflow reference based on the task.
Terminology: "workflow" is the canonical term for these flows. "pipeline" is the retained legacy alias — kept for back-compat. Routing keys, meta.name exports, and pipeline-index.json keep their existing "pipeline" identifiers unchanged; do not rename them. Use "workflow" in new prose.
Available Workflows
| Category | Workflow | Reference |
|---|---|---|
| Code Review | Comprehensive multi-wave review | references/comprehensive-review.md |
| Code Review | Systematic code review | skills/review/systematic-code-review/SKILL.md |
| Debugging | Evidence-based debugging pipeline | references/systematic-debugging.md |
| Refactoring | Safe refactoring with test gates | references/systematic-refactoring.md |
| Features | End-to-end feature lifecycle | skills/process/feature-lifecycle/references/pipeline.md |
| PR Workflow | PR creation pipeline | skills/process/pr-workflow/references/pipeline.md |
| Research | Formal research with source gates | references/research-pipeline.md |
| Research | Research to article pipeline | references/research-to-article.md |
| Content | Voice content generation | references/voice-writer.md |
| Content | Article evaluation | references/article-evaluation-pipeline.md |
| Content | De-AI content pipeline | references/de-ai-pipeline.md |
| Content | Documentation pipeline | references/doc-pipeline.md |
| Exploration | Codebase exploration | references/explore-pipeline.md |
| Exploration | Multi-perspective analysis | references/do-perspectives.md |
| Creation | Skill creation pipeline | references/skill-creation-pipeline.md |
| Creation | Hook development pipeline | references/hook-development-pipeline.md |
| Creation | MCP server pipeline | references/mcp-pipeline-builder.md |
| Creation | Pipeline scaffolding | references/pipeline-scaffolder.md |
| Creation | Domain research for pipelines | references/domain-research.md |
| Creation | Chain composition | references/chain-composer.md |
| Creation | Auto-pipeline generation | references/auto-pipeline.md |
| Upgrade | Agent/skill upgrade | references/agent-upgrade.md |
| Upgrade | System upgrade | references/system-upgrade.md |
| Upgrade | Toolkit improvement | references/toolkit-improvement.md |
| Testing | Pipeline test runner | references/pipeline-test-runner.md |
| Testing | Pipeline retro | references/pipeline-retro.md |
| GitHub | Profile rules extraction | references/github-profile-rules.md |
| Orchestration | Task orchestration | references/workflow-orchestrator.md |
| Patterns | Composable-pattern + failure-mode + cost-gate catalog | references/workflow-patterns.md |
| Patterns | Tournament (pairwise-comparison) template | references/tournament-workflow.md |
| Patterns | Quarantine (untrusted-source triage isolation) | references/quarantine-pattern.md |
| Orchestration | DAG-based multi-skill composition patterns | references/dag-composition-patterns.md |
| Orchestration | Skill compatibility matrix for chaining | references/dag-compatibility-matrix.md |
| Orchestration | Common DAG skill patterns | references/dag-skill-patterns.md |
| Orchestration | DAG orchestration worked examples (standard sequential/parallel compositions) | references/dag-orchestration-examples.md |
| Orchestration | Error recovery, circular-dependency detection, adaptive/nested composition, performance metrics | references/dag-orchestration-advanced.md |
How to Use (MANDATORY)
You MUST load the named target before executing any workflow phase. The table above is a routing index — the actual methodology, phases, gates, and instructions are in its references or standalone skills.
- Identify the workflow category from the user's task using the table above
- Load the matching target.
references/...paths resolve under${CLAUDE_SKILL_DIR};skills/.../SKILL.mdpaths are standalone public skills rooted at the repository. - Follow the phases and gates defined in that reference exactly — do not improvise phases
- Report using the output format specified in the loaded reference
If the task spans multiple workflows (e.g., research then write), load each reference in sequence and follow them in order.
Workflow rule: Load the named target before executing a workflow phase. The table shows names only; the target contains the actual instructions, gates, artifact requirements, and quality criteria.
Reference Loading Table
| Signal | Load These Files | Why |
|---|---|---|
| Code Review | comprehensive-review.md | Comprehensive multi-wave review |
| Code Review | skills/review/systematic-code-review/SKILL.md | Systematic code review |
| Debugging | systematic-debugging.md | Evidence-based debugging pipeline |
| Refactoring | systematic-refactoring.md | Safe refactoring with test gates |
| Features | pipeline.md | End-to-end feature lifecycle |
| PR Workflow | pipeline.md | PR creation pipeline |
| Research | research-pipeline.md | Formal research with source gates |
| Research | research-to-article.md | Research to article pipeline |
| Content | voice-writer.md | Voice content generation |
| Content | article-evaluation-pipeline.md | Article evaluation |
| Content | de-ai-pipeline.md | De-AI content pipeline |
| Content | doc-pipeline.md | Documentation pipeline |
| Exploration | explore-pipeline.md | Codebase exploration |
| Exploration | do-perspectives.md | Multi-perspective analysis |
| Creation | skill-creation-pipeline.md | Skill creation pipeline |
| Creation | hook-development-pipeline.md | Hook development pipeline |
| Creation | mcp-pipeline-builder.md | MCP server pipeline |
| Creation | pipeline-scaffolder.md | Pipeline scaffolding |
| Creation | domain-research.md | Domain research for pipelines |
| Creation | chain-composer.md | Chain composition |
| Creation | auto-pipeline.md | Auto-pipeline generation |
| Upgrade | agent-upgrade.md | Agent/skill upgrade |
| Upgrade | system-upgrade.md | System upgrade |
| Upgrade | toolkit-improvement.md | Toolkit improvement |
| Testing | pipeline-test-runner.md | Pipeline test runner |
| Testing | pipeline-retro.md | Pipeline retro |
| GitHub | github-profile-rules.md | Profile rules extraction |
| Orchestration | workflow-orchestrator.md | Task orchestration |
| Patterns / cost gate / failure modes | workflow-patterns.md | Which named pattern + when to escalate + when NOT to use |
| Tournament | tournament-workflow.md | Pairwise-comparison ranking template |
| Quarantine | quarantine-pattern.md | Isolate untrusted-source readers from privileged actions |
| DAG orchestration, multi-skill chaining, dependency resolution | dag-composition-patterns.md, dag-compatibility-matrix.md | Proven multi-skill composition patterns and compatibility (from demoted skill-composer). |
| DAG skill patterns, skill chain troubleshooting | dag-skill-patterns.md, dag-orchestration-examples.md | Common patterns and worked examples (from demoted skill-composer). |
| Error recovery, circular-dependency detection, adaptive/nested skill composition, aggregate performance metrics | dag-orchestration-advanced.md | Advanced/failure-path worked examples split out of dag-orchestration-examples.md to stay under the 500-line reference limit (ADR-001). |
What ships with it: 103 files
938.4 KB alongside SKILL.md, 14 of them executable
references/
- adr-template.md9.4 KB
- agent-upgrade.md11.8 KB
- article-evaluation-pipeline.md8.9 KB
- article-evaluation-pipeline/references/report-template.md2.5 KB
- article-evaluation-pipeline/references/wabi-sabi-classification.md2.4 KB
- auto-pipeline.md12.0 KB
- auto-pipeline/references/pipeline-catalog.json14.8 KB
- auto-pipeline/references/pipeline-catalog.md4.6 KB
- build_dag.pyruns12.5 KB
- chain-composer.md19.8 KB
- chain-composer/references/canonical-chains.md13.9 KB
- comprehensive-review.md24.9 KB
- comprehensive-review/references/output-templates.md10.6 KB
- comprehensive-review/references/wave-0-per-package.md5.2 KB
- comprehensive-review/references/wave-1-foundation.md9.3 KB
- comprehensive-review/references/wave-2-deep-dive.md6.7 KB
- comprehensive-review/references/wave-3-adversarial.md6.9 KB
- comprehensive-review-workflow.jsruns16.2 KB
- dag-compatibility-matrix.md13.0 KB
- dag-composition-patterns.md5.0 KB
- dag-orchestration-advanced.md6.3 KB
- dag-orchestration-examples.md11.3 KB
- dag-skill-patterns.md12.5 KB
- de-ai-pipeline.jsruns13.7 KB
- de-ai-pipeline.md6.3 KB
- discover_skills.pyruns12.1 KB
- doc-pipeline.md9.2 KB
- domain-research.md31.8 KB
- domain-research/references/task-type-guide.md11.4 KB
- do-perspectives.md11.4 KB
- explore-pipeline.jsruns17.7 KB
- explore-pipeline.md15.0 KB
- fan-out-workflow.jsruns9.0 KB
- feedback-loop-construction.md14.3 KB
- github-profile-rules.md10.3 KB
- github-profile-rules/references/rule-categories.md6.5 KB
- hook-development-pipeline.md13.2 KB
- mcp-pipeline-builder.md16.3 KB
- mcp-pipeline-builder/references/analysis-checklist.md6.2 KB
- mcp-pipeline-builder/references/design-rules.md7.1 KB
63 more files not listed here. See all 103 in the repository.
Gives 0 of the 12 instructions most automation workflows skills give in ~1.8k tokens
Counted across 745 of the 1,008 authors here whose files we hold, read 2026-08-07
- Write conventional commit messagesin 36 of 745, across 35 files
- Delete branches after mergein 30 of 745, across 21 files
- Make atomic commitsin 25 of 745, across 15 files
- Write minimal code to pass testsin 22 of 745, across 10 files
- Re-snapshot after navigation or DOM changesin 21 of 745, across 13 files
- Use try-catch for error handlingin 20 of 745, across 8 files
- Run tests before committingin 20 of 745, across 12 files
- Write tests before implementationin 20 of 745, across 8 files
- Configure branch protection rulesin 19 of 745, across 5 files
- Explain the why in commit messagesin 19 of 745, across 9 files
- Refactor code while tests remain greenin 19 of 745, across 6 files
- Interact with elements using refsin 19 of 745, across 11 files
Said here and by no other author read
- identify the workflow category from the task
- load the matching reference target
- follow the defined phases and gates exactly
- do not improvise phases
- report using the loaded reference format
- load multiple references in sequence if needed
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.