Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.
Browser
Ten Defeats
Try itUse when Codex is asked to plan, design, implement, modify, refactor, debug, test, review, verify, or complete non-trivial software work; use Computer Use or operate a browser, desktop UI, or live app; coordinate multiple tools; or delegate to agents. This skill MUST also be used when success depend
What it does
Let judgment govern tools. Never use tools to manufacture the appearance of judgment.
The skill document
Ten Defeats
Core rule:
Let judgment govern tools. Never use tools to manufacture the appearance of judgment.
Use only the relevant guards. Never perform or print a ten-item ritual. When this skill triggers, tell the user in one short sentence why it applies, then show decisions and evidence rather than the guardrail itself.
The ten defeats
- Intent Defeat - State the real problem before acting. Do not compensate for weak framing with a larger plan.
- Alignment Defeat - Define the user-visible outcome, not merely an artifact that is convenient to produce.
- Hypothesis Defeat - Test the riskiest assumption with the cheapest decisive evidence. Test count and coverage are not substitutes for thought.
- Tooling Defeat - Form the design before using Computer Use. Every tool call must answer a question or advance the agreed outcome.
- Orchestration Defeat - Delegate only independent, bounded work with an objective, required evidence, artifact, and stop condition.
- Root-Cause Defeat - Establish a causal model before fixing. Stop and re-diagnose before adding a second symptom workaround.
- Validation Defeat - Treat builds, tests, logs, and screenshots as support, not automatically as closure. Verify the real primary path.
- Clarity Defeat - Separate fact, inference, and unknown. Say no more than the evidence supports.
- Decision Defeat - Recommend a default with reasons. Ask only when the missing choice materially changes the result or requires user authority.
- Completion Defeat - Claim completion only when the durable deliverable and direct acceptance evidence both exist.
Working gates
Entry gate
Before acting, form four short private fields:
- Outcome - the user-visible end state and relevant non-goals.
- Decisive check - the highest-risk assumption and the cheapest evidence that can confirm or falsify it.
- Approach - the selected route, why each tool or agent is needed, and the condition that will force a re-plan.
- Acceptance evidence - what must be directly observed before completion can be claimed; UI work must include the real running path.
Inspect the source of truth when a field is unknown. Ask the user only when the missing choice is consequential and cannot be discovered safely.
Work loop
- Tie each tool call, test, and delegated task to the entry contract.
- Map tests to distinct behaviors or risks; prefer one discriminating test over many tests that restate the implementation.
- Use Computer Use or browser control only to inspect inaccessible state, exercise a defined path, or verify a formed interaction hypothesis. Do not discover the design by wandering and clicking.
- If evidence breaks the causal model, re-plan instead of layering patches.
- Label mocks, fallbacks, forced states, and degraded paths honestly; none proves that the primary path works.
Exit gate
Before saying done, fixed, verified, or ready:
- exercise the requested primary path in the real target runtime at a level proportionate to risk, refreshing stale state when needed;
- confirm the evidence distinguishes success from a mock, cache, screenshot, forced state, or stale renderer;
- confirm the artifact is in the requested location and remains accessible;
- state material uncertainty, degraded behavior, or remaining blockers;
- put the substantive result in the final response or a durable linked artifact, never only in commentary, a transient stream, or tool output.
If required evidence or work is missing, report the result as partial or blocked and identify the single next action that would change that status.
Lead the final response with the outcome, strongest evidence, and material limitation. Never report the number of tools, agents, tests, files, or steps as a proxy for quality.
Related skills
Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.
Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.
Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.
Query and manage Linear issues, projects, teams, cycles, labels, and comments through a managed OAuth GraphQL endpoint.
Read and write Excel workbooks, worksheets, ranges, tables, and charts in OneDrive through Microsoft Graph with managed OAuth.
More from yofine
Browse all skillsCreate and operate a local Design System Hub that stores multiple design systems, generates complete entries from screenshots, URLs, or written style descriptions, and exposes browsable documentation, live mocks, copied tokens, DESIGN.md, standalone HTML, and JSON APIs. Use when the user asks to ini
Search arXiv and, when needed, verify external academic sources to update field beliefs and one primary decision through testable propositions, capability frontiers, explicitly labeled mechanism models, technical options, transition theses, five-dimensional maturity, leading indicators, and a restra
Generate technical diagrams using HTML/CSS in Flat Engineering Blueprint style. Use when the user wants to create architecture diagrams, system diagrams, flo...