wbs

Solid

마일스톤 → WBS (Work Breakdown Structure) 분해. PM 핵심 산출물. team OKR 의 KR 을 분기→주→일 단위 작업으로 변환. dependency graph + critical path 식별.

AI & Automation 19 stars 2 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
43
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# WBS Decomposition Skill > PM 의 마일스톤/WBS 의사결정 영역 (Chief OKR 결정과 분리). ## 입력 - team OKR (특히 KR) - `prd` §6 Solution (recommended approach) - `hypothesis-design` recommended hypothesis ## 분해 3단계 ``` Level 1: Milestone (분기 ~ 월) Level 2: Workstream (주) Level 3: Task (일) ``` ## 형식 ```yaml milestones: - id: m1 title: "lazy-create 패턴 도입" target_date: "2026-06-14" # YYYY-MM-DD okr_kr_ref: "Q2-KR2" exit_criteria: - "discord-adapter 가 config 없을 때 자동 생성" - "qa test 통과" workstreams: - id: m1.w1 title: "discord-adapter lazy-create" owner_specialist: "backend" target_date: "2026-06-07" tasks: - { id: "m1.w1.t1", title: "loadOrEmpty + mkdir 헬퍼", estimate: "2h", depends_on: [] } - { id: "m1.w1.t2", title: "config.yaml schema validation", estimate: "1h", depends_on: ["m1.w1.t1"] } - { id: "m1.w1.t3", title: "test 작성", estimate: "1h", depends_on: ["m1.w1.t1"] } - id: m1.w2 title: "add-repo CLI seed" owner_specialist: "frontend" ... dependency_graph: # 의존성 시각화 (graphviz dot 또는 mermaid) - "m1.w1 → m1.w2" - "m1.w2 → m2" critical_path: - "m1.w1.t1 → m1.w1.t2 → m1.w1.t3 → m1.w2 → m2" total_estimate: "4 weeks" ``` ## HARD GATE: WBS 완료 조건 - [ ] 모든 milestone 에 target_date + exit_criteria 명시 - [ ] 모든 task 에 estimate + owner_specialist 명시 - [ ] dependency_graph cycle 없음 - [ ] critical_path 식별 - [ ] team OKR 의 KR 과 milestone 의 1:N 매핑 확인 ## 입력 → ...

Details

Author
Adelie-Squad
Repository
Adelie-Squad/solosquad
Created
7 months ago
Last Updated
3 weeks ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

b3os-bwf

b3rys 팀 기본 과제 수행 워크플로우(b3os workflow). 과제를 받으면 PM계획→팀배정→실행+품질방법→검증→보고+카드→학습hook 순으로 끝까지 끌고 가는 단일 진입점(stage router). BWF는 harness가 아니다 — harness/multi-ai/judge panel/적대적리뷰는 BWF 안에서 고르는 '품질방법'이다. 과제·프로젝트·구현·리서치·리뷰·릴리즈 등 실행이 필요한 일이면 이 흐름을 기본으로 쓴다. 얇은 오케스트레이터 — 실제 도구는 하위 스킬(task-loop·harness·report·team-inbox·learning-loop) 참조. 전 런타임(claude/openclaw/hermes). owner=maintainer.

13 Updated today
b3rys
AI & Automation Solid

workflow-manager

workflow(org 단위 조립물 — stage DAG 가 워크스페이스의 skill·agent 를 참조)의 대화형 매니저이자 작성 표준의 권위. 의도에서 workflow YAML 을 합성·검토·개선하도록 안내하고, 좋은 워크플로 노하우(본질 원칙=목표·근거·방법→결론·핸드오프 / DAG 무순환 / exit_criteria measurable / 기획 3대 편향 가드)를 보유한다. 결정적 동작(new/list/show/validate)은 solosquad workflow * 헬퍼로 위임. 사용 시점 — 워크플로를 새로 만들·고칠 때, 또는 다른 워크플로의 작성 품질을 판단할 때.

19 Updated 3 weeks ago
Adelie-Squad
AI & Automation Listed

task-arch

通爻网络任务架构师。负责 WOWOK 生态的任务拆解、依赖分析和架构设计。

0 Updated today
floccose-burner9185