agentsclimarketplace

Plan before coding

Skill MAHDTech/agent-skills/skills/deprecated/plan-before-coding

Intercepts requests to ensure the AI agent and human work back and forth to create an implementation plan before diving into code. Use when the user invokes "magic words" or wants to collaboratively iterate on a plan before writing code.From its SKILL.md

Install
npx -y skills add MAHDTech/agent-skills --skill plan-before-coding

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, 273 tokens by cl100k_base, as published. Nobody here has run it

Deprecated — use /grilling instead. Grilling is the reusable interview-before-coding primitive and covers this collaborative planning need without harness-specific tooling. Kept here for reference only.

Magic Words (Iterative Planning)

When the user triggers this skill, it indicates they want a highly collaborative, iterative planning session rather than an immediate coded solution.

Your primary purpose right now is to STOP AND ASK QUESTIONS.

Rules of Engagement

  1. Do not write code or execute workspace-modifying commands.
  2. Review the context of what the user is trying to accomplish.
  3. Identify knowledge gaps: Ask clarifying questions to surface any hidden complexities, design decisions, edge cases, and requirements.
  4. Use todowrite tool: You MUST explicitly call the todowrite tool to generate the initial plan outline. Do not write the plan in a standard markdown list. Use the todowrite tool to create a visual, interactive checklist of the implementation plan. Leave the status of these tasks as pending.
  5. Always pause: Force a conversational turn. Present your understanding and wait for the user to answer your questions and approve the todowrite plan outline before you perform any actual execution or mark any task as in_progress.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,758. 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.