What problem does it solve?
This Skill eliminates the inefficiency of sequential one-question-at-a-time Q&A for commands requiring prolonged user interaction, which wastes agent handoff round trips, fragments context, and consumes unnecessary tokens during complex workflows like project setup or feature codesign.
Core Features & Use Cases
- Tiered Decision Batching: Groups user decisions by dependency tier to reduce agent handoffs from 26+ to 3-4 for commands like SETUP --init, while preserving the familiar one-question-at-a-time user experience.
- Conditional Navigation & Re-Harvesting: Pre-computes IF/THEN navigation rules to show, skip, or unlock questions automatically, and triggers partial agent re-harvesting only when users override pivotal decisions that impact downstream recommendations.
- Resumable Workflows: Persists all batch and answer state to docs/.bip/ files, allowing interrupted prolonged interactive commands to resume exactly where they left off without restarting the entire decision process.
Use Case: A team running SETUP --init for a new greenfield project completes all 26 required project configuration decisions with only 3-4 background agent handoffs instead of 26+, with no change to the familiar step-by-step user Q&A flow.
Quick Start
Use the factory-batch-interactivity skill to handle the prolonged user decision workflow for commands like SETUP --init, CODESIGN --start, or AUDIT --audit to reduce unnecessary agent handoffs while preserving the familiar one-question-at-a-time user experience.