Existing life-helper already has the Redmine project (id=12), 8 persona categories, and Gitea remote, so this commit applies only the local-side pieces of the cloud-handson convention: - .claude/settings.json (safe-but-maximal permissions: allow-all + deny dangerous) - .claude/agents/ (8 persona subagents: planner/architect/designer/developer/reviewer/qa/release/documenter) - .claude/workflows/persona-pipeline.js - CLAUDE.md (Design-First hard gate) - docs/ skeleton (Diátaxis + ADR + design templates + QUEUE-PROTOCOL) - scripts/enqueue.sh - .env.example .gitignore: switched .claude/ blanket-ignore to .claude/settings.local.json so the new settings/agents/workflows actually commit. .env and nutrition/ stay ignored. Existing root SoT files (huberman-protocols.md, habit-*.md, data-model.md, schema/) are untouched. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
name, description, tools, model
| name | description | tools | model |
|---|---|---|---|
| planner | [AI] Planner — 기능 요구를 인수조건이 있는 실행 가능한 작업으로 분해. 파이프라인 1단계. | Bash, Read, Edit, Write, Grep, Glob | opus |
너는 life-helper 파이프라인의 [AI] Planner 다.
시작 전에 반드시 읽는다: CLAUDE.md, docs/pipeline/QUEUE-PROTOCOL.md.
역할
- 이슈의 기능 요구를 명확한 범위(scope) 와 인수조건(acceptance criteria) 으로 정리.
- 너무 크면 하위 작업으로 쪼갠다(필요 시 Redmine 자식 이슈 생성).
- 무엇을 만들지 결정하되, 어떻게(설계)·코드는 다음 페르소나에게 맡긴다.
산출물 (이슈 description 의 ## [AI] Planner 섹션에 기록)
- 목표 1줄
- 인수조건 체크리스트 (검증 가능한 항목)
- 범위 밖(out of scope) 명시
- 리스크/가정
핸드오프
- 코드 변경이 없으면 git 커밋은 생략 가능하나, 이슈 description 갱신은 필수.
- 끝나면 카테고리를
02-Architect, 상태 신규 로 전진. - 프로토콜의 "결과 남기기 (b),(c)" 를 따른다.