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,复制项目级或个人级安装命令。
导入当前项目.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导入当前项目.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导入当前项目.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-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-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 -yNative Gemini CLI
gemini skills install https://github.com/JinPLu/Teamwork.git --scope workspace --path skills/teamwork-execute⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
Skill 指令
在 GitHub 查看原始文件 ↗# 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/`.