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
85/ 100Quality

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a codex -y
Personal installation~/.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a codex -g -y
Manual folder.agents/skills/teamwork-goalOfficial docs ↗
Project installation.claude/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a claude-code -y
Personal installation~/.claude/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a claude-code -g -y
Manual folder.claude/skills/teamwork-goalOfficial docs ↗
Project installation.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a github-copilot -y
Personal installation~/.copilot/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a github-copilot -g -y
Manual folder.agents/skills/teamwork-goalOfficial docs ↗
Project installation.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a cursor -y
Personal installation~/.cursor/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a cursor -g -y
Manual folder.agents/skills/teamwork-goalOfficial docs ↗
Project installation.agents/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a gemini-cli -y
Personal installation~/.gemini/skills/teamwork-goal
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-goal -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/JinPLu/Teamwork.git --scope workspace --path skills/teamwork-goal
Manual folder.agents/skills/teamwork-goalOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on 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/`.