vincent-workflows

Solid

Create, edit, review, and validate vincent workflow YAML under .vincent/workflows. Use for vincent workflow fields, step selection, templates, checks, human gates, retries, conditions, loops, parallel work, fan-out, includes, or validation errors. Do not use for GitHub Actions or other workflow systems.

AI & Automation 18 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# vincent Workflows Design the smallest reliable vincent workflow for the requested outcome. Spend agent tokens only where reasoning is part of the work; express everything else with deterministic steps and vincent's native control flow. ## Gather only decisions that matter Inspect the repository, its instructions, and existing workflows before asking questions. Infer obvious answers and state material assumptions. Ask a compact set of questions only when an answer changes the YAML, especially: - What deliverable ends the run, and which commands prove it is correct? - Which task inputs are required, optional, typed, or pattern-constrained? - Which host platforms and shells must the commands support? - Which vincent version and environment will execute the workflow, and is the locally available binary representative of that target? - Does any step publish, deploy, push, delete, spend money, mutate an external service, or otherwise become difficult to reverse? - Which choices must be known when the task is created and declared as typed task fields? - Where does a person need a binary approve/reject gate for quality or an external effect? - Must a person answer an agent during the same reasoning session, or is a between-step approval gate sufficient? - Which credentials must already be available through the daemon environment, an OS credential store, or an authenticated CLI without entering workflow data or transcripts? - Can independent work safely share one w...

Details

Author
lezli01
Repository
lezli01/vincent
Created
2 months ago
Last Updated
today
Language
Go
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

workflows

Use when a reusable workflow chain is being defined, validated, versioned, superseded or retired — adding a chain, changing one, running one, or finding a chain nobody owns and nobody can say is current.

0 Updated today
RubyEyedReaper
AI & Automation Listed

agent-workflow

Use when starting, advancing, pausing, or resuming an engineering task. Maintains the Work Record, validates readiness gates between checkpoints, and routes risk classification to agent-redline (bundled, required by default).

2 Updated today
rore
AI & Automation Listed

workflow-design

Models, proves, measures, and safely changes multi-step workflows — approval chains, review pipelines, intake/triage/fulfillment flows, ticketing, order processing, state machines with human gates. Use when designing states/gates/transitions or an audit trail, when a status field or event log is being added to a system, when tests guarding a workflow need auditing ("the suite is green but I don't trust it"), when someone asks where items get stuck, whether an approval step is worth keeping, who approved something, or why a queue is growing, or when a live workflow's definition must change with items still in flight. Also covers spreadsheet/paper approval processes, human review of AI or agent output, SLA/escalation design, and the workflow-engine-vs-hand-rolled decision. Stack-agnostic; ships four dependency-free tools (flow linter, guard red-proof runner, transition-log metrics, log-vs-model conformance).

1 Updated 2 weeks ago
ghorbanies