Themed Match

#workflow

Index listing of all 18 items tagged with #workflow.

System Article

Agent Instructions and Handoff as an Operating System

A practical architecture for running AI agents reliably using instruction contracts, handoff memory, and measurable quality gates.

View item →
System Article

AI Agents vs AI Workflows

A practical explanation of the difference between autonomous-seeming agents and controlled workflows, and why the distinction matters in production systems.

View item →
System Article

AI Website Publishing with Human-in-the-Loop Control

A case study in using Flowright WebsiteOps to prepare, verify, review, and hand off website content without autonomous publishing.

View item →
System Article

Designing Reusable AI Skills

How to design AI skills with clear boundaries, input and output contracts, tool limits, side-effect controls, and escalation paths.

View item →
System Article

Evaluation as a Runtime Discipline

Why evaluation should live inside the operating loop of an AI system instead of being treated as an occasional review ritual.

View item →
System Article

From Ad-Hoc Prompts to Repeatable Agent Workflows

A practical case study showing how structured instructions, handoff memory, and quality gates improved consistency and coverage in this repository.

View item →
System Article

Managing State and Memory Handoffs in Multi-Agent Workflows

How to design robust handoff protocols and shared memory blackboards to preserve state continuity across multi-agent boundaries.

View item →
System Article

Skill Evaluation and Versioning

How to define expected behavior, detect regressions, version skill changes safely, and decide when rollback is the right move.

View item →
System Article

Skills vs Prompts vs Agents

A prompt is one instruction, a skill is a reusable capability, an agent decides what to do next. Here is where each belongs and how to tell which you need.

View item →
System Article

What a Skill Is in AI Systems

A practical definition of skills as reusable execution units that sit between prompts and workflows in modern AI systems.

View item →
Shelf / local-experiments

Ollama launch: integration handoff

A launcher flow that hands a local Ollama model to Codex or OpenCode. Setup walkthrough, the two gates it checks, failure modes and what fixed them.

View item →
Shelf / notes

Notes: Knowledge Surface Weekly Map

A weekly pass format for keeping note structures coherent, linked, and retrieval-ready.

View item →
Shelf / notes

Notes: Observability Logbook Pattern

A compact weekly review format for tracing decisions, evidence, and outcomes in AI workflows.

View item →
Shelf / notes

Notes/Tools: a daily Obsidian scratchpad

One file per day, minimal structure, and a quick export habit.

View item →
Shelf / notes

Notes/Tools: a plaintext logbook

Short markdown logs + ripgrep to keep the archive searchable.

View item →
Shelf / shared-resources

AI skill design templates

Three compact templates for defining, reviewing, and composing AI skills as reusable execution units.

View item →
Shelf / shared-resources

Everything as Code deck

A control-plane framing where policy, infrastructure, workflows, and quality checks become versioned artifacts.

View item →
Shelf / tools

Tools: Git

The simplest way to keep experiments honest and reversible.

View item →