Break repo-worker requests into safe, verifiable change steps.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Break repo-worker requests into safe, verifiable change steps.
metadata
{"short-description":"Decompose repo coding tasks into bounded steps","tags":["coding","planning","repo-worker","safety"]}
Instructions
Restate the objective, scope, repo-local constraints, and any explicit
continuity handles before changing files.
Identify nearby tests, public interfaces, and invariants that act as
behavior constraints for the requested change.
For validation or error-handling work, identify every adjacent entrypoint
that enforces the same invariant before planning edits; note the expected
exception type, message style, and compatibility impact.
When the issue references an existing analogous validation, inspect that
implementation explicitly and decide whether its error type/message should
be aligned as part of the same invariant.
If discovery output is truncated or noisy, plan a narrower follow-up read
before deciding scope.
Produce a short actionable plan with explicit verification steps.
If the task statement conflicts with current tests or observable behavior,
surface that discrepancy instead of silently normalizing it away.
Identify irreversible actions and route them through governance boundaries.