Kanban Task Writing Style — P1-Limbic

Drewgent가 kanban task를 생성할 때 따르는 writing style guide.

Task Title 규칙

  1. 동사起步: 무엇을 해야 하는지 명확한 동작으로 시작

    • Good: “Implement SEO article harvester”
    • Bad: “SEO article harvester” (동사가 없음)
  2. 구체적으로: 모호한 제목 금지

    • Good: “Add board parameter to KANBAN_CREATE_SCHEMA”
    • Bad: “Fix kanban” (구체적이지 않음)
  3. ** integración workflow task**: [{wf.name}] {step.description} 형식

    • 예: [tool-integration] Step 2/3: Add registry.register() to tools/my_tool.py
  4. board routing:

    • integrations board: [tool-integration] / [skill-integration] prefix
    • content board: [draft] prefix
    • default board: prefix 없음

Task Body 규칙

  1. 형식: Markdown
  2. 필수 필드:
    • 목적 (왜 하는가?)
    • 성공 기준 (어떻게才算完成?)
    • 예상 결과물 (파일, 스킬, 문서)
  3. 선택 필드:
    • 관련 문서 링크 (wikilink 사용)
    • 주의사항 (비잔틴 케이스, 알아야 할 것)

Example

# Integrate harvester-memory-sync skill
 
## 목적
Trend Harvester 분석 결과를 P2-hippocampus memories에 자동으로归档
 
## 성공 기준
- `skills/brain/harvester-memory-sync/SKILL.md` 생성됨
- cron job 실행 시 memories/insights/에 파일 생성됨
- 기존 trend-harvester skill과 연동됨
 
## 예상 결과물
- Skill file: `harvester-memory-sync/SKILL.md`
- Cron job: jobs.json에 등록
- 문서: `P4-cortex/growth/patterns/`에归档

Linked from: P2-hippocampus/kanban/KANBAN_INDEX.md