Coding & Refactoringlow risk
teamwork-plan
Use when plan/design is requested, whenever Codex is in Plan mode, or a non-trivial change needs evidence-backed scope, verification, or acceptance before action.
JinPLu/Teamwork·skills/teamwork-plan/SKILL.md
85/ 100Quality
Install this skill
Choose your coding agent and copy a project or personal installation command.
Project installation.agents/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a codex -yPersonal installation~/.agents/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a codex -g -yProject installation.claude/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a claude-code -yPersonal installation~/.claude/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a claude-code -g -yProject installation.agents/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a github-copilot -yPersonal installation~/.copilot/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a github-copilot -g -yProject installation.agents/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a cursor -yPersonal installation~/.cursor/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a cursor -g -yProject installation.agents/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a gemini-cli -yPersonal installation~/.gemini/skills/teamwork-plan
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/teamwork-plan -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/JinPLu/Teamwork.git --scope workspace --path skills/teamwork-plan⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.
Skill instructions
View source on GitHub ↗# Teamwork Plan ## Outcome Turn evidence into an executable scope with falsifiable verification and stop boundaries. ## Enter When Use when planning is requested or non-trivial action lacks an accepted plan. Route unresolved external behavior or architecture to research, and unknown reproducible failures to debug. Tiny fixed-scope work may go to execution. ## Do And Boundaries Resolve decision-critical gaps and map requirements to evidence or proof. Define scope and protected surfaces; for code, identify owner/flow, tests/config, and invariants before choosing the smallest direct change. A plan is simple only when scope/risk are fixed and no material user decision remains. Every other plan enters evidence-first `grill-me`, independent of file count, and needs a confirmed Decision Summary. Confirmation grants no execution. Source critical values from the user, repository, or justified derivation. Leave unresolved values open and block only dependent work; recommendations are not facts. Write owned actions, dependencies, verification, and stop/replan conditions sufficient to execute without redesign. Delegate only independent tracks. Use a table or diagram only when it materially clarifies comparison or flow. Use a durable plan for cross-turn, high-risk, delegated, public-contract, or goal work. ## Done When The plan states goal, evidence, scope, steps, proof, risks, stop conditions, and next action. Each requirement maps to an action and proof; each phase names its surface, inputs, outputs, dependencies, and replan trigger. Acceptance requires the user or governing workflow. ## Escalate Ask when a user decision changes behavior, architecture, risk, or acceptance. Return to research/debug when evidence cannot support a plan. ## Conditional Protocols In Codex Plan mode, read `skills/using-teamwork/references/plan-output.md` and apply its native bridge and readiness gate, including the decision gate, before the authoritative plan. Use `verification-patterns.md` for proof, `subagent-dispatch.md` and `subagent-contract.md` for delegation, and `goal-iteration.md` for retry invariants. Paths are under `skills/using-teamwork/references/`.