agentsclimarketplace

Writing plans

Skill libenxier-beep/codex-custom-skills/skills/writing-plans

Use when the user asks for an implementation plan or when a multi-step, high-risk change needs an explicit execution contract before edits begin. Do not use for simple tasks that can be safely implemented and verified directly.From its SKILL.md

Install
npx -y skills add libenxier-beep/codex-custom-skills --skill writing-plans

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 265 tokens by cl100k_base, as published. Nobody here has run it

Implementation Planning

Create the smallest plan that another capable agent can execute without rediscovering critical context.

Plan Contract

Capture:

  • Goal and observable completion condition
  • In-scope and out-of-scope boundaries
  • Relevant repository instructions and responsibility boundaries
  • Assumptions, dependencies, and irreversible decisions
  • Ordered implementation steps with concrete files or components when known
  • Validation mapped to each risky behavior or state transition
  • Stop conditions and decisions that require user input

Each step should produce a reviewable increment. Split work only where a dependency, validation boundary, or independent deliverable justifies it.

Rules

  • Inspect the repository before naming files or commands.
  • Prefer repository-native tests and workflows over generic prescriptions.
  • Do not force TDD, commits, worktrees, subagents, or a fixed plan directory.
  • Do not write placeholders such as "add tests"; state what behavior must be proven.
  • Keep implementation details proportional to risk. A small safe change may need only a short checklist.
  • Save the plan only when the user requests an artifact or repository conventions require one; otherwise return it inline.

Output

  1. Goal and acceptance
  2. Scope and constraints
  3. Ordered steps
  4. Validation
  5. Risks, stop conditions, and unresolved decisions

What ships with it: 1 file

229 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,452. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.