goal-engineer
FeaturedUse 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
Install
Quality Score: 92/100
Skill Content
Details
- Author
- KerberosClaw
- Repository
- KerberosClaw/kc_ai_skills
- Created
- 4 months ago
- Last Updated
- 6 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
goal
Goal Prompt design coach. Turns vague tasks into precise goal prompts that fit the five-element framework (outcome / verification / constraint / iteration policy / error handling) plus an optional rubric — so Claude Code's /goal, OpenAI Codex's /goal, or Manus Agent's /goal has a clear target to iterate against. 把模糊任務透過反問轉成五元素 + rubric 的精確 goal prompt。Outbound routing — a full software product (multiple features, deployed, used by others) → defer to idea-to-spec if installed; a finished spec to decompose into a dependency-ordered goal graph → defer to goal-decomposer if installed. 完整軟體產品讓位給 idea-to-spec、整份規格拆成依賴圖讓位給 goal-decomposer(皆以已安裝為前提,未安裝則繼續但須提醒用戶範圍差異)。
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.
goal-charter
写 goal 章程——把一段本来要靠人逐工序把关的施工,压成一份"目标+验证器+边界+自愈清单"的执行契约,交给 goal 模式自主跑到底,人只在拍板章程和终点验收各出面一次。用于标准研发流程第 6 步(规格冻结之后、施工之前),也用于任何"我要它一口气跑完、别每隔十分钟问我一次"的长程自主执行。触发场景:写 goal 章程、给 goal/agent 定目标与边界、把施工+提交+部署+测试+执行记录打成一个自主闭环、给已跑偏的 goal 重定边界、**章程写完后怎么真正启动 `/goal`(完成条件怎么写、evaluator 判得到什么、限轮与 auto mode)**。本 skill 管章程怎么写(写什么、写多长、边界怎么定义才防得住)与章程→`/goal` 的交接(§13);不管设计怎么做(`lightweight-design`)、用例怎么写(`test-case-design`)、总控子任务怎么编排(`task-control-doc`)。