supertaskr-interview

Runs a seven-question genesis interview that banks project planning documents and a dispatchable task board to disk.

Updated Aug 29, 2026
One-click install
npx skills add https://github.com/juhosarvanco/supertaskr --skill supertaskr-interview-juhosarvanco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supertaskr-interview
Source: https://github.com/juhosarvanco/supertaskr/tree/main/method/skills/supertaskr-interview
Command: npx skills add https://github.com/juhosarvanco/supertaskr --skill supertaskr-interview-juhosarvanco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New projects often start with vague ideas and no actionable plan, leaving AI coding agents without clear, dispatchable work. This Skill turns a raw product idea into a complete set of governing documents and a decomposed milestone-1 task board through a structured one-question-at-a-time interview. ## Core Features & Use Cases - Guided Genesis Interview: Asks seven questions (problem, success criteria, non-goals, constraints, stack, riskiest assumption, first slice) one at a time, challenging weak answers instead of transcribing them. - Incremental Banking to Disk: Writes each confirmed answer immediately into docs/NORTH_STAR.md, docs/ROADMAP.md, ADRs, and docs/STATE.md, so an interrupted session can resume from disk without losing progress. - Task Decomposition: Converts the milestone-1 backbone into dispatchable task cards with EARS acceptance criteria, blast-radius declarations, dependencies, and priorities. - Use Case: A founder with a new app idea opens an empty folder in Claude Code and asks to plan the project; the Skill interviews them, scaffolds the docs tree, and produces a task board an agent can start executing immediately. ## Quick Start Ask the agent to plan a new project in this folder using the Supertaskr genesis interview and answer its questions one at a time.

Frequently Asked Questions about supertaskr-interview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a new software project with an AI agent?

Run the genesis interview in the project folder: it asks seven questions one at a time covering problem, success criteria, non-goals, constraints, stack, riskiest assumption, and first slice. Each confirmed answer is written to disk immediately, ending in a decomposed, dispatchable task board.

How to turn a product idea into actionable development tasks?

After the interview establishes the roadmap backbone, the decomposition step slices milestone 1 into task cards with EARS acceptance criteria, sizes, blast-radius declarations, and dependency maps. Each card must pass a dispatchability test so a fresh session can build it without asking questions.

Can I resume an interrupted project planning interview?

Yes. The resume rule derives the next stage from disk: the first banking-map row whose artifacts are missing or still template-empty. STATE.md's In-progress line is a cross-check hint, and already-banked answers are never re-asked.

Does the Supertaskr interview work with agents other than Claude Code?

This entry is delivered and verified for Claude Code only. Codex support is deferred and unverified for this interview, though any agent that can read files can follow the method in principle.

What happens if the interview folder already has project files?

The skill is greenfield-only. If a file it is about to write already contains real content it did not scaffold, it stops and asks the human rather than overwriting, since adopting existing projects is a separate archaeology process.