pi-branch-ask
v0.1.0
Published
Interactive ask tool for pi with branching questionnaire support
Downloads
24
Maintainers
Readme
pi-branch-ask
Interactive ask tool extension for pi coding agent with single/multi-select questions and branching flows. Agent can prepare multiple questions and branch them depending on user's answers.
Install
pi install npm:pi-branch-askOr from git:
pi install git:github.com/egornomic/pi-branch-askUsage
Once installed, the extension registers a branch-ask tool for interactive questionnaires with branching logic.
How it works
Run A: user picks "Fix a bug"
What do you want to do?
> 1. Fix a bug
2. Build a feature
How bad is the bug?
> 1. Critical
2. MinorReturned summary:
goal: 1. Fix a bug
severity: 2. Minor
scope: (not asked)Run B: user picks "Build a feature"
What do you want to do?
1. Fix a bug
> 2. Build a feature
How big is the feature?
> 1. Small
2. LargeReturned summary:
goal: 2. Build a feature
severity: (not asked)
scope: 1. SmallThis is the key behavior: the second question changes immediately based on the user's first choice.
