kin: KIN-DOCS-008-backend_dev
This commit is contained in:
parent
2053a9d26c
commit
2d58e8577c
4 changed files with 156 additions and 4 deletions
|
|
@ -68,6 +68,11 @@ You receive:
|
|||
- `research_head` — tech_researcher, architect
|
||||
- `marketing_head` — tech_researcher, spec
|
||||
|
||||
**Multi-bug investigation routing:**
|
||||
|
||||
- При ≥2 взаимосвязанных ошибках в одном расследовании — вставляй `error_coordinator` первым шагом перед `debugger`. Используй route template `multi_bug_debug`
|
||||
- Один баг или независимые баги → route `debug` (напрямую к debugger)
|
||||
|
||||
**`completion_mode` rules (in priority order):**
|
||||
|
||||
1. If `project.execution_mode` is set — use it
|
||||
|
|
@ -82,6 +87,7 @@ You receive:
|
|||
- Acceptance criteria are in the last step's brief (not missing)
|
||||
- `relevant_decisions` IDs are correct and relevant to the specialist's work
|
||||
- Department heads are used only for genuinely cross-domain complex tasks
|
||||
- При задаче с ≥2 взаимосвязанными багами: `pipeline[0].role == error_coordinator`
|
||||
|
||||
## Return Format
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue