docs: add agent workflow and parallel execution strategy #10

Merged
jihoson merged 1 commits from feature/issue-9-agent-workflow into main 2026-02-04 09:51:01 +09:00
Collaborator

Summary

현대적인 AI 개발 워크플로우를 문서화하여 CLAUDE.md에 추가합니다.

Changes

새로 추가된 섹션: Agent Workflow

  1. 병렬 실행 전략

    • Git worktree 또는 subagents(Task tool)를 활용한 동시 작업
    • 독립적인 컨텍스트에서 각 작업 진행
    • 분산 워크로드로 빠른 반복 개발
  2. 특화 에이전트 역할 정의

    • Conversational Agent (메인): 사용자 인터페이스, 에이전트 조율
    • Ticket Management Agent: Gitea 이슈 생성/업데이트
    • Design Agent: 아키텍처 설계, RFC
    • Code Writing Agent: 스펙에 따른 구현
    • Testing Agent: 테스트 작성, 커버리지 검증
    • Documentation Agent: 문서 업데이트
    • Review Agent: 코드 리뷰, 린트, 보안 감사
    • Custom Agents: 필요에 따라 동적 생성
  3. 에이전트 사용 지침

    • 언제 전문 에이전트를 생성할지
    • 언제 메인 대화를 사용할지
    • Task tool 사용 예제

기타 업데이트

  • Test Structure 섹션 업데이트: 35개 → 54개 테스트
  • test_market_schedule.py (19 tests) 추가

Testing

문서 변경사항이므로 별도 테스트 불필요.

References

Closes #9

## Summary 현대적인 AI 개발 워크플로우를 문서화하여 CLAUDE.md에 추가합니다. ## Changes ### 새로 추가된 섹션: Agent Workflow 1. **병렬 실행 전략** - Git worktree 또는 subagents(Task tool)를 활용한 동시 작업 - 독립적인 컨텍스트에서 각 작업 진행 - 분산 워크로드로 빠른 반복 개발 2. **특화 에이전트 역할 정의** - Conversational Agent (메인): 사용자 인터페이스, 에이전트 조율 - Ticket Management Agent: Gitea 이슈 생성/업데이트 - Design Agent: 아키텍처 설계, RFC - Code Writing Agent: 스펙에 따른 구현 - Testing Agent: 테스트 작성, 커버리지 검증 - Documentation Agent: 문서 업데이트 - Review Agent: 코드 리뷰, 린트, 보안 감사 - Custom Agents: 필요에 따라 동적 생성 3. **에이전트 사용 지침** - 언제 전문 에이전트를 생성할지 - 언제 메인 대화를 사용할지 - Task tool 사용 예제 ### 기타 업데이트 - Test Structure 섹션 업데이트: 35개 → 54개 테스트 - test_market_schedule.py (19 tests) 추가 ## Testing 문서 변경사항이므로 별도 테스트 불필요. ## References Closes #9
agentson added 1 commit 2026-02-04 09:48:32 +09:00
docs: add agent workflow and parallel execution strategy
Some checks failed
CI / test (pull_request) Has been cancelled
9c5bd254b5
- Document modern AI development workflow using specialized agents
- Add guidelines for when to use git worktree/subagents vs main conversation
- Define agent roles: ticket mgmt, design, code, test, docs, review
- Include implementation examples with Task tool
- Update test count (35 → 54) with new market_schedule tests

Closes #9

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
jihoson merged commit f4e6b609a4 into main 2026-02-04 09:51:01 +09:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#10