Coding & Refactoringlow risk
teamwork-goal
Use when the user asks to keep going, fix until green, converge on a verifiable target, or work within an explicit budget.
JinPLu/Teamwork·skills/teamwork-goal/SKILL.md
38/ 100推荐值
导入这个 Skill
选择你的 coding agent,复制项目级或个人级安装命令。
导入当前项目.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a codex -y导入个人环境~/.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a codex -g -y导入当前项目.claude/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a claude-code -y导入个人环境~/.claude/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a claude-code -g -y导入当前项目.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a github-copilot -y导入个人环境~/.copilot/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a github-copilot -g -y导入当前项目.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a cursor -y导入个人环境~/.cursor/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a cursor -g -y导入当前项目.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a gemini-cli -y导入个人环境~/.gemini/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/JinPLu/Teamwork.git --scope workspace --path skills/teamwork-goal⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
Skill 指令
在 GitHub 查看原始文件 ↗# Teamwork Goal ## Outcome Iterate until a verifiable target passes, the authorized budget ends, or a hard stop is reached. ## Enter When Use for explicit persistence such as “keep going,” “until green,” or a stated budget. Ordinary one-shot work stays in its narrower stage. If objective, verification, scope, Goal Invariants, or stop rules are unclear, propose them and obtain approval before creating goal state. ## Do And Boundaries Use Codex native goal state when available; otherwise keep a rolling report in `docs/teamwork/reports/`. Record the target, protected boundaries, Goal Invariants, verification, and the budget supplied by the user/runtime or accepted plan. Do not invent a fixed iteration budget. Before retrying, identify the preserved Contract/Invariants, failed claim and stage, prior evidence, do-not-repeat constraints, and strategy delta. Keep the Contract version; only an accepted scope delta re-enters Plan. Route only the affected stage: broad gaps to research, unknown-cause failures to debug, known fixes to execute, and changed/final acceptance to review. Do not replay the full workflow. Record each result and strategy change; accept only on focused proof and required review. ## Done When Mark complete only after the success signal passes. Otherwise return the current attempt evidence, remaining budget if defined, next strategy, or the specific stop reason. ## Escalate Stop on repeated no-progress without an evidence-backed strategy delta, destructive risk, auth/resource failure, protected-boundary conflict, or unresolved user intent. Ask before expanding authority or scope. ## Conditional Protocols Use `goal-iteration.md` for proposal, replay, attempt, and rolling-report formats; use each narrower stage protocol when that stage runs. Paths are under `skills/using-teamwork/references/`.