AI & Agentslow risk

teamwork-execute

Use when an accepted plan, checklist, approved scope, or known root-cause fix should be implemented, continued, resumed, or verified with focused action.

JinPLu/Teamwork·skills/teamwork-execute/SKILL.md
37/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a codex -y
匯入個人環境~/.agents/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a codex -g -y
手動放置目錄.agents/skills/teamwork-executeOfficial docs ↗
匯入目前專案.claude/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a claude-code -y
匯入個人環境~/.claude/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a claude-code -g -y
手動放置目錄.claude/skills/teamwork-executeOfficial docs ↗
匯入目前專案.agents/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a github-copilot -y
匯入個人環境~/.copilot/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a github-copilot -g -y
手動放置目錄.agents/skills/teamwork-executeOfficial docs ↗
匯入目前專案.agents/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a cursor -y
匯入個人環境~/.cursor/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a cursor -g -y
手動放置目錄.agents/skills/teamwork-executeOfficial docs ↗
匯入目前專案.agents/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a gemini-cli -y
匯入個人環境~/.gemini/skills/teamwork-execute
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-execute -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/JinPLu/Teamwork.git --scope workspace --path skills/teamwork-execute
手動放置目錄.agents/skills/teamwork-executeOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# Teamwork Execute

## Outcome

Implement and verify the accepted scope with the smallest direct change.
Execution does not reopen requirements or expand scope.

## Enter When

Use when an accepted plan, scope, or known root-cause fix has resolved
decision-critical requirements. Required files, commands, environments,
credentials, paths, ports, models, and configs must be explicit or discoverable.

## Do And Boundaries

Re-read the accepted Task Contract and inspect owner/flow, tests/config, and
invariants. Change the current producer path; avoid masking wrappers, fallbacks,
or guessed state. Preserve unrelated changes and delegate only disjoint ownership.

Maintain `AC -> change/no-change -> evidence -> result/strength`. Before acting,
classify discoveries:

- `regression` or `contract_violation`: fix in scope or return `revise`/`blocked`;
- `pre_existing`: record without attributing or silently repairing it;
- `scope_delta`: pause and obtain an accepted Contract/version change; or
- `suggestion`: record without editing.

Failed AC evidence stays failed until direct evidence changes that AC.

Verify against the acceptance signal, adding broader checks when planned or
shared/public behavior changed. Report commands, artifacts, diffs, or observed
behavior accurately: build-only and blocked checks are not behavioral proof.
For an unclear reproducible failure, use one bounded confirming pass; route to
debug if root cause remains uncertain. Remove temporary instrumentation and
touched-diff slop.

## Done When

Return changed paths, Contract source, AC trace, proof, discovery classes,
delegation state, deviations, residual risk, and blockers. No track remains open.

## Escalate

Stop when new evidence invalidates scope, required state is absent, or a change
would affect protected/public behavior; route back to research, debug, or plan.

## Conditional Protocols

Use `subagent-dispatch.md` and `subagent-contract.md` for Workers,
`verification-patterns.md` for proof, `debug-mode.md` for runtime failures, and
`artifact-protocol.md` for durable memory. Fresh-context review is required only when the
accepted plan or `review-checks.md` risk gates require it. Paths are under
`skills/using-teamwork/references/`.