harness/.github/PULL_REQUEST_TEMPLATE.md
ythong c25e55b64b feat: harness + zio-harness Claude Code 플러그인 초기 배포
- harness: 도메인 한 줄 → 에이전트 팀 자동 생성 메타 스킬 (v1.2.0)
- zio-harness: React + Spring Boot + Mobile 풀스택 개발 에이전트 팀 (v1.0.0)
- 에이전트 4종: orchestrator / analyst / bot / agent
- PROJECT_MAP.md 폴더 구조 메모리 시스템
- references/: react, spring-boot, mobile, playwright, database, folder-map

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 13:48:56 +09:00

59 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
Thanks for sending a PR! Please fill in the sections below so reviewers can move fast.
See CONTRIBUTING.md for branch naming, commit conventions, and SLAs.
-->
## Summary
<!-- 24 sentences: what does this PR change, and why now? -->
## Motivation
<!-- Link the issue, RFC, or research note that motivated this. If none, a 1-line rationale is fine. -->
- Closes #
- Related to #
## Scope of change
<!-- Tick whichever boxes apply. Leave the rest unchecked. -->
- [ ] Skill / meta-skill logic
- [ ] Agent template(s)
- [ ] Plugin manifest (`.claude-plugin/plugin.json`, `marketplace.json`)
- [ ] Documentation (`README.md`, `README_KO.md`, `README_JA.md`, `docs/`)
- [ ] `CHANGELOG.md`
- [ ] CI / GitHub Actions
- [ ] Tests
- [ ] Other (describe):
## Tests
<!-- What did you run locally? Paste output or describe. -->
- [ ] `npx markdownlint '**/*.md'` passes
- [ ] Manual repro of the change works as expected
- [ ] New unit / integration tests added (if applicable)
- [ ] N/A — explain below
## CHANGELOG update
<!-- Every user-visible change must land in CHANGELOG.md under the Unreleased section. -->
- [ ] Yes — added to `CHANGELOG.md`
- [ ] No — this change is not user-visible (docs-only / internal refactor)
## SemVer impact
<!-- See CONTRIBUTING.md § Commit Message Convention. Choose one. -->
- [ ] **Patch** — bug fix, no API change (`fix:`)
- [ ] **Minor** — additive, backward-compatible (`feat:`)
- [ ] **Major** — breaking change (`feat!:` or `BREAKING CHANGE:` in commit footer)
- [ ] **None** — docs / chore / refactor / test
## Additional notes
<!-- Screenshots, migration notes, follow-ups, things you want reviewers to focus on. -->