added agent rule

This commit is contained in:
beo3000 2026-03-20 12:22:25 +01:00
parent d01b00d45f
commit b8ce2b8a27
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Regel: Keine Datei in legacy/ wird verändert. Nur lesen.
## Regeln
@rules/framework-constraints.md
@rules/session-protocol.md
@rules/parallel-agents.md
## Aktiver Scope
Aktuelle Phase: 1 — Discovery

5
rules/parallel-agents.md Normal file
View File

@ -0,0 +1,5 @@
- Subagents only write to their own output file — never to shared state
- Shared state files (status.md, decisions-log.md, task.md) are only written by the main orchestrating agent
- Each Definition-of-Done item in task.md must produce its own independent output file
- When dispatching parallel agents: assign each agent exactly one output file and pass the relevant legacy source paths
- After all subagents complete: the main agent consolidates results into status.md and decisions-log.md