← ClaudeAtlas

north-starlisted

Defines and enforces a project's long-term direction (North Star Statement, metric-as-proxy NSM, strategic Pillars with a module↔pillar map, Will/Won't, 4-gate + priority-order decision heuristics), then turns that direction into a ranked, persisted roadmap so the plan survives /compact and new sessions. Use when starting a new project, when scope creep is suspected, when a non-obvious feature request needs prioritization, or when the user asks where the project should go next. Sits one layer above SPEC/PRD — answers 'why and where to', not 'what and how'. Fires on the user's real phrasings: "앞으로 어떤 방향으로 개선·발전시킬지 고민해봐", "NORTH.md / NORTH_STAR 보고 나아갈 방향 + 기능 제안", "나아갈 방향 + 기능제안 (수용 → 계획 수립하고 메모리에 기록)", "북극성 정렬 로드맵", as well as the English equivalents "what direction should we take next", "propose a roadmap / feature backlog from the north star", "plan the next milestones and save it to memory". Do NOT use it to find what is broken right now — detecting bugs, gaps, or quality regressions belongs to the audit/ga
uzysjung/uzys-agent-harness · ★ 3 · AI & Automation · score 67
Install: claude install-skill uzysjung/uzys-agent-harness
# North Star ## Purpose SPEC/PRD가 "무엇을 어떻게"를 다루면, North Star는 **왜·어디로**를 다룬다. - 의사결정이 모호할 때 우선순위 판정의 SSOT. - 신규 요청·기능이 "범위 안인가?"를 검증 가능한 기준으로 거른다. - Won't (의도적 비-방향)을 명시해 scope creep을 사�� 차단. - 그 방향을 **지속되는 로드맵**으로 바꿔 대화가 끝나도 살아남게 한다. The point is alignment, not idea generation: every proposal must trace upward to the north star, and the result must outlive the conversation that produced it. ## 세 가지 lifecycle — 섞이면 전부 망가진다 이 스킬이 다루는 것들은 **수명이 다르다.** 하나의 지표 체계에 몰아넣으면 일회성 완료 목표가 영구 지표 자리를 차지하고, 반대로 계속 지켜야 할 조건이 "완료"로 닫힌다. | | 무엇 | 수명 | 소유 개념 | |---|---|---|---| | **DIRECTION** | 계속 향하는 사용자 가치와 전략 방향 | 서비스가 존재하는 동안 | North Star · NSM · Inputs · Pillars · Boundaries | | **CHANGE** | 현재 상태를 바꾸는 **유한한** 작업 | Finish Line 을 통과하면 끝 | Product Initiative · Enabler Initiative · Finish Line | | **RUN** | 완성된 서비스를 유지하는 영역 | 운영하는 동안 계속 | SLO · Guardrail · Operational Health · Operational Work | 세 단어를 혼동하지 않는다: > **North Star** = 계속 향하는 방향. 도착해서 끝나지 않는다. > **Finish Line** = 이 Initiative 를 언제 종료할지 정하는 완료 조건. 통과하면 종료된다. > **Guardrail** = 운영하는 동안 계속 지켜야 하는 조건. 달성이 아니라 유지다. ``` DIRECTION CHANGE RUN North Star Product Initiative SLO / Guardrail │ │ │ NSM ─┴─ Inputs Enabler Initiative Operational Health │ │ │ Pillars Finish Line Operational Work