Agentic Workflows (operational patterns)

Status: Active
Last Updated: April 22, 2026
Tags: agentic, orchestration, governance


Summary

This entry describes how agents collaborate, who makes decisions, and which guardrails keep them aligned with GitOps, Ticketing, and Documentation pillars.

Context

Agents operate under TELOS and must learn from every session. These patterns become playbooks that future agents reference when coordinating multi-step infrastructure changes.


Observed Workflow Patterns (Active Sessions)

1. "Sequential Continue" Pattern

The user issues a single continue prompt repeatedly. The agent:

  1. Reads kb/tasks.md to determine the next unchecked task.
  2. Implements it end-to-end (backend + frontend + KB update).
  3. Runs get_errors to validate before marking complete.
  4. Updates kb/tasks.md session log and task checkboxes.
  5. Signals readiness for the next continue.

Key rule: Each continue must result in a shippable, error-free unit of work. Never leave the codebase in a broken state between turns.


2. Single-File Project Safety (src/main.tsx > 1000 lines)


3. Backend-in-Vite-Config Pattern

All API routes registered as Vite middleware in vite.config.ts. Viable in dev/preview; migrate to standalone server before production load.


4. KB-First Session Discipline

Every session that adds a feature must:

  1. Mark kb/tasks.md checkboxes and add a dated ## Session Change Log entry.
  2. Update kb/lessons-learned.md with new patterns or gotchas.
  3. Update kb/implementations.md if an architectural decision was made.
  4. Update kb/agent.md if environment/routes changed significantly.

Core Orchestration Patterns

  1. Orchestrator–worker separation – A single coordinator agent breaks tickets into tasks, dispatches specialist workers (network, infra, docs), and merges results so ownership stays clear.
  2. Evaluator–optimizer loop – Evaluation agents watch GitOps pipelines to catch regressions before commits land in the main branch.
  3. Routing/classifier agents – Input classification routes work to domain experts, reducing context switching and ensuring the right skills respond to each issue.
  4. Autopilot-assisted design – Borrowing UiPath Maestro, combine rapid iteration with human review so even experimental flows stay explainable.
  5. Scaling with Agent 365 principles – Prepare for thousands of agents by enforcing lifecycle states, audit logs, and explainability requirements.

Guardrails & Governance

Operational Checklist

Next Steps

Sources & Related

Change Log

Choose Theme

Your selection is saved locally.

Neural Cacophony
Aperture v2
Flux v1
Mosaic Chaos
Nexus v1
Nexus Zest
Prism v2
Synapse