agentic-workflows.md

May 12, 2026 · View on GitHub

Agentic Workflows

openlore integrates with structured agentic workflows so AI agents follow a consistent process: orient → risk check → spec check → implement → drift verify.

IntegrationDescriptionLocation
BMADBrownfield agent workflow with architect + dev agents. Architect annotates stories with risk context at planning time; dev agent uses it to skip orientation on low-risk stories.examples/bmad/
Mistral VibeSkills for Mistral-powered agents (brainstorm, implement story, debug, plan/execute refactor). Includes small-model constraints (≤50-line edits).examples/mistral-vibe/
GSDMinimal slash commands for openlore orient and openlore drift — drop into any agent that supports custom commands.examples/gsd/
spec-kitExtension layer adding structural risk analysis to any existing agent setup.examples/spec-kit/
ClineWorkflow markdown files for Cline / Roo Code / Kilocode. Copy to .clinerules/workflows/.examples/cline-workflows/

Each integration ships with a README explaining setup and the step-by-step workflow.