agentic-framework/agent-ops/rules/common/rules.md
toki b3b3c07ddb feat: add readme skills and update documentation
- Add create-readme skill
- Add update-readme skill
- Update GUIDE.md
- Update common rules
- Update router skill
2026-05-21 17:39:28 +09:00

913 B

공통 규칙

  • 기존 구조를 우선한다. 새 파일 생성보다 기존 파일 수정을 우선한다.
  • 코드 변경 전 관련 domain rule을 먼저 확인한다.
  • 요청 범위를 넘는 변경을 하지 않는다.
  • 불확실하면 단정하지 말고 후보를 제시한다.
  • agent-task/archive/**는 사용자가 명시적으로 요청한 경우에만 읽는다.

agent-ops/rules/project/rules.mdagent-ops/rules/private/rules.md는 세션 최초 1회 읽는다. 파일이 없으면 무시한다.

아래 성격의 요청은 사용자가 명시적으로 요청한 경우에만 agent-ops/skills/common/router.md를 작업 최초 1회 읽고 수행한다. 자동으로 수행하지 않는다.

  • agent-ops 초기화
  • domain rule 생성
  • skill 생성
  • 로드맵/마일스톤 생성·갱신
  • README 생성·갱신
  • git commit / push
  • agent-ops 업데이트 / 진입 파일 재적용