agentsclimarketplace

Interview

Skill robzolkos/zolkos-agent-skills/skills/interview

Interview me about the planFrom its SKILL.md

Install
npx -y skills add robzolkos/zolkos-agent-skills --skill interview

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

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 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.2 KB, 248 tokens by cl100k_base, as published. Nobody here has run it

The user has provided input: $1

First, determine if this input is a file path or raw text:

  • If it looks like a file path (contains / or ends with .md, .txt, etc.), use the Read tool to read the file contents as the plan
  • If it's raw text (a description, idea, or plan written directly), treat it as the plan content directly

If raw text was provided (not a file):

  1. Generate a filename using the format: PLAN-YYYY-MM-DD-<short-summary>.md where <short-summary> is 2-4 lowercase words from the plan separated by hyphens (use bash date command to get the date)
  2. Create this file in the current working directory with the initial plan text

Then interview me in detail using the AskUserQuestion tool about literally anything: technical implementation, UI & UX, concerns, tradeoffs, etc. but make sure the questions are not obvious.

Be very in-depth and continue interviewing me continually until it's complete, then write the final spec to the file (either the original file if a file was provided, or the newly created timestamped file if text was provided).

What ships with it

Read from the repository

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

Keep looking

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