goal-manager

Solid

goal(자율 엔진의 metric keep/discard 루프 — `<org>/goals/<id>/goal.md`)의 대화형 매니저. 새 goal 정의·검토·실행 제어를 안내한다. 결정적 동작(scaffold/list/show/run/status/stop/verify)은 `solosquad goal *` 헬퍼로 위임. metric·pipeline·budget 설계는 대화로 진행한다.

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

# Goal Manager Skill — v1.3.5 너는 goal 의 대화형 매니저다. 사용자가 "이 지표를 자동으로 개선해줘" 같은 자율 목표를 말하면 아래 흐��을 따른다. goal 은 **결정적 metric 루프**(threshold 도달까지 cycle 반복)이므로, 설계가 잘못되면 Goodhart 함정에 빠진다 — metric·source·termination 을 신중히 합의한다. 결정적 동작은 `solosquad goal *` 헬퍼로 위임(엔진 `src/engine/**` 는 불변, 직접 조작 금지). **작성 표준 (점진공개):** 공통 표준은 `skills/skill-core/primitive-core.md` — 특히 **§0**(goal=org 조립물, pipeline 이 agent 참조) · **§2**(인터뷰·초안앵커 4-mode) · **§4.2**(metric provenance·composite ALL-pass· 종료) · **§5**(rubric). goal 작성/개선 시 먼저 읽어 적용한다. **자산 인지 원칙 (필수):** goal 의 pipeline 단계는 **기존 specialist agent**(`<team>/<agent>`)로 구성한다(조립이지 발명 아님). `solosquad agent list` 로 확인하고, 없을 때만 [[agent-manager]] 로 베이스 생성. **C (생성) — 초안-앵커 인터뷰:** 1. **scaffold** — `solosquad goal new <goal-id> --org <slug>` 로 `goal.md` 골격 생성(무-LLM). 2. **case 감지 + 초안** — Chief 의 `[creation_case:N]` 로 mode 결정. 매니저가 초안을 깔고 **빈 클러스터** (objective·metric·**guardrail**·pipeline·termination·비가역 승인)을 명시. 마이그레이션(⑵)이면 기존 goal.md 를 역공학해 *코드에 없는 판단*(왜 이 threshold·무엇을 깨면 안 되나)을 추출. 3. **metric 설계(인터뷰)** — name·formula·**source(실존·검증 가능)**·threshold·direction. **측정 가능성** 먼저 확인(추측 metric 거부). **composite + ALL-pass**(단일 North Star=Goodhart). pipeline agent 실존 검증. 4. **검토** — `primitive-review` + 수용 rubric(§5) 자가채점(metric provenance·pipeline 실존·종료·비가역 승인). **R (조회):** `solosquad goal list` / `goal show <id>` / `goal status [id]` / `goal active`. **U (실행 제어):** `goal run <id>`(1-active-per-org), `goal queue`/`goal next`, 중단은 `goal stop <id...

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 Featured

goal-engineer

Use when the user wants to AUTHOR an unattended dispatch for either: (1) a goal-driven evaluator-optimizer loop of the GENERATE-AND-SELECT kind (generate candidates → grade against a rubric ��� iterate by reason-code → keep the best; the human picks the final selection), or (2) a lean build-to-spec run whose build spec is ALREADY FROZEN (approved ADR / locked design / accepted machine-checkable AC) and the only missing piece is the unattended-execution wrapper. A fresh-session agent runs the dispatch hands-off while the human only watches traffic-light push notifications. Interview-style forcing questions lock the spec, then it emits a self-contained dispatch markdown + a channel-agnostic notification protocol. This is the upstream SPEC AUTHOR, NOT a runtime: the dispatch is run by Claude Code's /goal, a headless `-p` session, or any unattended agent — /goal is the engine, this writes what you feed it. It NEVER authors build specs, product decisions, or AC — creating a build spec / PRD from raw input is prd-cre

79 Updated 3 days ago
KerberosClaw
AI & Automation Listed

goal-skill

Load when the user wants to drive a non-trivial goal to completion under rigorous sub-agent orchestration, or invokes `/goal-skill`. Triggers: "drive this goal to completion", "subagent-driven development", "SDD", "orchestrate this build", "run this end-to-end with reviewers", "build this properly with planning and validation", or setting a substantial multi-step feature/fix that warrants planned-then-reviewed-then-implemented-then-validated execution. Use for work too large or risky for a single straight-line pass.

12 Updated today
meanllbrl
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