@firstpick/pi-package-questionnaire

Native TUI and RPC questionnaires for the Pi coding agent, with resumable clarification.

Packages

Package details

extensionskill

Install @firstpick/pi-package-questionnaire from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-package-questionnaire
Package
@firstpick/pi-package-questionnaire
Version
0.1.1
Published
Aug 7, 2026
Downloads
319/mo · 20/wk
Author
firstpick
License
MIT
Types
extension, skill
Size
44.1 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ],
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Questionnaires for Pi

Lets Pi ask clear single- and multiple-choice questions in the terminal and Web UI.

What you can do

  • Shows clear single-choice and multiple-choice questions.
  • Works in both the Pi terminal and Web UI.
  • Supports an “Other” answer when fixed options are not enough.
  • Lets Pi explain a question and resume without losing earlier answers.

Install

Install it through Pi:

pi install npm:@firstpick/pi-package-questionnaire

Restart Pi if the package does not appear in your current session.

How to use it

Ask Pi to present a decision as a questionnaire and provide the choices you want shown. For example:

Ask me which environments to deploy to. Let me choose more than one from Development, Staging, and Production.

Answer in the terminal or Web UI. Pi resumes the original task with your selected result.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.