Files
breadcrumb-the-shire/docs/reference-agents-overview.md

30 lines
805 B
Markdown
Raw Normal View History

2026-03-06 00:44:52 +01:00
# Agent Workflow Overview
2026-03-09 18:30:52 +01:00
Letzte Aktualisierung: 2026-03-09
2026-03-06 00:44:52 +01:00
This project uses a multi-role workflow for issue and feature delivery.
Roles:
- Planner
- Executor
- Reviewer (guards and best practices)
- Reviewer (feature acceptance)
- Finalizer
Primary goals:
- predictable handovers
- strict quality gates
- fast retry loop from reviewers back to executor
- explicit guard and gate IDs (`GR-*`, `QG-*`) across all roles
Source of truth:
- guardrails and planning standards in `tools/codex-skills/`
- contracts and templates in `agent-system/`
- guard catalog: `agent-system/checks/guard-catalog.json`
- quality gates: `agent-system/checks/quality-gates.json`
Entry points:
2026-03-09 18:30:52 +01:00
- roles: `/docs/reference-agents-roles.md`
- workflow: `/docs/reference-agents-flow.md`
2026-03-06 00:44:52 +01:00
- schemas and prompts: `agent-system/`