Plan Interview
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill is a structured planning aid that asks clarifying questions, reviews relevant project context, and writes a scoped plan file.
This appears safe for its stated planning purpose. Before installing, verify the optional npx source if you run it manually. When using the skill, expect it to ask requirements questions, read relevant project files, and create a plan document; do not put secrets or highly confidential details into that plan unless you are comfortable storing them in the repository.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If copied and run manually, the command may install content from the referenced repository.
The skill documents a manual install command that fetches from a repository. This is not automatic behavior, but users should verify the source before running it.
npx skills add pskoett/pskoett-ai-skills/plan-interview
Install only from a trusted source or registry, and inspect the referenced repository/owner if using the manual command.
The agent may read relevant repository files to produce a better plan.
The skill expects the agent to inspect project files as part of planning. This is purpose-aligned and does not direct implementation or destructive actions.
After interview completes, explore the codebase to understand: Existing patterns relevant to the task ... Files that will be affected
Use it in projects where repository inspection is acceptable, and review the resulting plan before any implementation work starts.
Sensitive planning details could be saved into a project file and later committed or shared.
The skill persists planning output in the repository. That file may include user requirements, constraints, or project context gathered during the interview.
Write plan to `docs/plans/plan-NNN-<slug>.md`
Avoid including secrets or confidential details in the interview or plan, and review the plan file before committing or sharing it.
