What problem does it solve? Planning phases in the Lens workflow often stall waiting for interactive answers to context-specific questions. This Skill collects those questions into a single markdown intake file that users can fill offline, then automatically resumes the owning planning phase once every required answer block contains real content. ## Core Features & Use Cases - Two-pass batch flow: Pass 1 analyzes feature.yaml, predecessor artifacts, cross-feature context, and constitution inputs to generate a tailored {target}-batch-input.md; pass 2 validates answers and delegates back to the owning planning target. - Automatic readiness detection: Treats blank blocks and placeholders like TBD, TODO, ?, or [pending] as unanswered, so no manual status toggling is required. - Multi-target support: Works with preplan, businessplan, techplan, finalizeplan, and expressplan, each with its own intake file and context sources. - Use Case: A product manager runs /batch --target techplan, receives a techplan-batch-input.md with architecture and migration questions derived from the current feature context, fills it in offline, and re-runs the command to resume the techplan phase with those answers loaded. ## Quick Start Run the batch command for the current planning target, fill in the generated batch input markdown file, then re-run the same command to resume planning.