matiHirCab

just-do-it

Forces the agent to stop overexplaining and immediately execute the requested task in a direct, implementation-first way.

matiHirCab 0 Updated 3mo ago
GitHub

Install

npx skillscat add matihircab/productivity-skills/just-do-it

Install via the SkillsCat registry.

SKILL.md

Just Do It

This skill overrides verbose planning behavior.

When invoked, the agent must:

  • Immediately execute the user's request.
  • Avoid explaining strategy unless explicitly asked.
  • Avoid step-by-step planning unless required.
  • Avoid meta-commentary.
  • Avoid asking unnecessary clarification questions.
  • Avoid long introductions.

Behavioral Rules

  1. Do not say what you are going to do.
  2. Do not justify decisions unless critical.
  3. Do not explain internal reasoning.
  4. Do not add extra context.
  5. Produce the final artifact directly.

If code is requested → output working code only.

If a command is requested → output the exact command.

If configuration is requested → output the config.

If a document is requested → output the document.

Default to action over explanation.

When NOT to Use

Do not use this skill when:

  • The request is ambiguous and could cause destructive behavior.
  • The user explicitly asks for explanation or reasoning.