Skip to content

Commit 08eb99c

Browse files
authored
[#704] AI agent 역할군과 작업 라우팅 규칙을 정의한다 (#705)
* docs: AI agent 역할군 워크플로우 추가 * docs: role activation 경로 일반화
1 parent a9c0292 commit 08eb99c

4 files changed

Lines changed: 829 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ These instructions apply only to the repository root.
1616
- Do not include full files, unrelated code, or explanatory text unless explicitly requested.
1717
- You do not need to paste code in the prompt after updating it in the repository.
1818

19+
## AI role workflow
20+
21+
- For non-trivial AI-assisted work, read `AGENT_ROLES.md` before planning, implementing, reviewing, or verifying the task.
22+
- Use `AGENT_ROLES.md` to assign model-specific roles, define handoff packets, and run review or verification gates.
23+
- Use `AGENT_WORKFLOWS.md` when a task should be executed through repeatable role-based workflows.
24+
- Treat `AGENT_ROLES.md` as an operational extension of this file. If it conflicts with `AGENTS.md`, follow `AGENTS.md`.
25+
- Keep `docs/` for README images and draw.io sources. Do not add AI workflow documents under `docs/`.
26+
1927
## Naming and Swift style
2028

2129
- In Swift, do not write explicit type annotations unless required.

0 commit comments

Comments
 (0)