okr-analyze

Installation
SKILL.md

OKR Analyze: Phân tích trạng thái (read-only)

Đọc toàn bộ .okr/, tính metrics, phát hiện vấn đề, xếp ưu tiên, phân tích root cause. Đây là bước phân tích đứng trước mọi thao tác ghi (dashboard, track light, review deep).

KHÔNG BAO GIỜ ghi file. Skill này read-only. Việc ghi thuộc okr-init, okr-plan, okr-track.

Nguyên tắc

  1. Read-only: không tạo, sửa, xoá file nào trong .okr/.
  2. Song song: đọc objective.md, plan.md, resources.md cùng lúc (nhiều Read call một lượt).
  3. Chính xác: dùng công thức chuẩn, không ước lượng. Số liệu phải trích được từ file.
  4. Root cause: hỏi "tại sao?" tối thiểu 3 lần trước khi kết luận issue (mode deep).
  5. Cụ thể: mọi nhận định kèm evidence (file, dòng, giá trị).

Đọc state

Preload Contract Tier 1 (../okr-shared/references/preload.md): trước khi đọc, đảm bảo nền Tier 1 đã có trong context (objective.md/plan.md frontmatter, resources.md full body, actions/inbox count, lessons/index.md, conditional context/index.md khi context/ tồn tại). Idempotent.

Tái dùng preload: khi chạy qua orchestrator (mặc định), nền Tier 1 ĐÃ nằm trong context từ okr-harness Phase 1. KHÔNG Read lại (gồm cả resources.md đã có full body); chỉ đọc thêm phần body cần để render (KR/KI bảng, Roadmap body, ## Practices Ongoing, actions frontmatter). Chạy ĐỘC LẬP (không qua orchestrator, data chưa có trong context) → tự nạp Tier 1 rồi đọc bảng dưới. Nhất quán với okr-track flow-shared.md Phase 1.

Installs
5
First Seen
May 29, 2026
okr-analyze — hoangvantuan/objective-kit