plan-interviewer
Plan Interviewer — Orchestrator
Productivity — Multi-agent orchestration. Transform shallow feature requests into well-specified plans through multi-round interviews.
Core Question: "What haven't we thought of yet?"
Inputs Required
- A feature request, problem description, or existing plan/spec file to refine
- Access to AskUserQuestion tool for multi-round interviews
Output
- Spec file at user-designated path (default:
.agents/spec.md)
Chain Position
Previous: none | Next: task-breakdown or system-architecture
Skill Deference
- Have a FEATURE or PRODUCT to specify? → Use this skill.
- Have a declining METRIC to diagnose (X is at Y, should be Z)? → Use
problem-analysis(from strategy-skills) instead.
More from hungv47/prod-skills
code-cleanup
Audits and refactors existing code for readability, maintainability, and dead code removal without changing behavior. Produces `.agents/cleanup-report.md` and applies fixes in-place. Not for diagnosing business problems (use problem-analysis) or writing documentation (use technical-writer).
8technical-writer
Generates documentation from a codebase — READMEs, API references, setup guides, runbooks, and architecture docs with consistent structure and terminology. Produces documentation files in the project. Not for specifying what to build (use plan-interviewer) or restructuring code (use code-cleanup).
8system-architecture
Designs technical blueprints — tech stack selection, database schema, API design, file structure, and deployment plan for a defined product or feature. Produces `.agents/system-architecture.md`. Not for unclear requirements (use plan-interviewer) or task decomposition (use task-breakdown).
8task-breakdown
Decomposes a spec or architecture into buildable tasks with acceptance criteria, dependencies, and implementation order for AI agents or engineers. Produces `.agents/tasks.md`. Not for clarifying unclear requirements (use plan-interviewer) or designing architecture (use system-architecture).
7artifact-status
Scan .agents/ — report what exists, what's stale, and the critical path to your next goal. Run at session start or when deciding what to do next.
1skill-router
Analyze a goal, suggest the right skill team, and orchestrate multi-phase workflows. Run with a goal to get a plan, or 'status' to scan artifacts. Not for executing skills (it coordinates, not executes).
1