project-implement:no-interview

Runs the full project implementation workflow with auto-selected interview answers.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/ETdoFresh/claude-marketplace --skill project-implement-no-interview-etdofresh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-implement:no-interview
Source: https://github.com/ETdoFresh/claude-marketplace/tree/main/plugins/project-runner/skills/project-implement-no-interview
Command: npx skills add https://github.com/ETdoFresh/claude-marketplace --skill project-implement-no-interview-etdofresh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the need to answer clarifying questions during a full project implementation run, letting the entire workflow from exploration to implementation proceed without user interaction. ## Core Features & Use Cases - Auto-Selected Interview: The interviewer agent generates all questions and picks the recommended answer for each, writing a full transcript marked with [auto-selected] for downstream agents. - End-to-End Phased Workflow: Runs project setup, exploration, interview, planning, milestone creation and verification, task creation, and an implementation swarm in strict order with resumable status tracking. - Use Case: You describe a project like "build a REST API for a todo app" and want it implemented hands-off; the skill creates a projects/NNN-slug workspace, plans, decomposes into milestones and tasks, and implements everything via parallel agents. ## Quick Start Ask the assistant to run the project-implement no-interview workflow on your project request, for example by saying "just build it" or "skip the interview" along with your project description.

Frequently Asked Questions about project-implement:no-interview

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

FAQPage Schema
How do I run a full project implementation without answering interview questions?

Invoke the no-interview mode with a request like "just build it" or "skip interview". The interviewer agent auto-selects the recommended answer for every question and writes a complete transcript, so downstream planning and implementation proceed without prompting you.

What is the difference between project-implement and the no-interview variant?

Both run the identical phased workflow from exploration through implementation. The no-interview variant sets the interview phase to auto-select mode, so the interviewer agent picks recommended answers itself instead of asking the user.

Can I resume an interrupted no-interview project run?

Yes. Each project folder contains a status.md file tracking the current phase and completed steps. When you reference an existing project, the workflow detects the incomplete phase and offers to resume from there instead of starting over.

What happens if the milestone verification does not pass?

The milestone verifier agent fixes any issues it finds directly in the milestone files and re-runs its full verification checklist repeatedly until all checks pass. The final verification.md report must show PASS before task creation begins.

What are the limitations of auto-selected interview answers?

Auto-selected answers reflect the interviewer agent's recommended defaults, which may differ from your actual preferences for architecture or technology choices. The planner is informed of this and treats them as reasonable defaults rather than confirmed user decisions.