에이전트 협업 인프라 구축 — .claude/ 확장
All checks were successful
Publish ParaWiki / build-and-deploy (push) Successful in 29s
All checks were successful
Publish ParaWiki / build-and-deploy (push) Successful in 29s
- PLAN.md · PROGRESS.md 도입: 병렬 에이전트 조정 지점 - CLAUDE.md 린화 + 에이전트 작업 흐름 섹션 (상세는 Output/guides/로 분리) - Output/guides/cimery-dev-guide.md, obsidian-cli.md 신설 - Agents: cimery-architect-researcher, adr-drafter - Commands: /plan, /progress, /adr, /research, /cimery-start - Skill: plan-commit - Hooks: raw/ 쓰기 차단, SessionStart PLAN/PROGRESS 주입, wiki/ADR 변경 시 log 갱신 알림, auto-approve (deny 훅 우선 유지) - .gitignore: .claude/ 공유 자산 포함, 로컬 상태·바이너리만 유지 제외 Closes #3 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
24
.claude/commands/plan.md
Normal file
24
.claude/commands/plan.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
description: Show PLAN.md current P0/P1 or add/complete items
|
||||
argument-hint: [add <text> | done <pattern> | (empty)]
|
||||
---
|
||||
|
||||
PLAN.md at project root 관리 커맨드.
|
||||
|
||||
## 인수 없으면
|
||||
`PLAN.md`의 "현재 스프린트" 섹션(P0·P1)만 보여주고 백로그는 줄 수만 요약.
|
||||
|
||||
## `add <text>`
|
||||
백로그 적절한 카테고리에 `- [ ] <text>` 추가. 우선순위는 사용자에게 질문(기본 백로그).
|
||||
|
||||
## `done <pattern>`
|
||||
해당 항목을 찾아서:
|
||||
1. `PLAN.md`에서 제거
|
||||
2. `PROGRESS.md` 타임라인 상단에 `- YYYY-MM-DD <유형> <항목 텍스트>` 추가
|
||||
3. 변경사항 요약 보고
|
||||
|
||||
## 규칙
|
||||
- 둘 다 같은 커밋에 포함되어야 함 (atomic). 단 커밋은 **자동 실행 금지** — 사용자 명시 요청 시만.
|
||||
- 날짜는 오늘(`date +%F`).
|
||||
|
||||
$ARGUMENTS
|
||||
Reference in New Issue
Block a user