robzolkos/zolkos-agent-skills · Archived

interview

Interview me about the plan

First seen Jan 29, 2026

Installation

$ npx skills add robzolkos/zolkos-agent-skills --skill interview

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from robzolkos/zolkos-agent-skills.

npx skills add robzolkos/zolkos-agent-skills

Browse all from robzolkos/zolkos-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,216 B
  • docs SUMMARY.md 44 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

SKILL.md

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).