req-plan-with-file
Installation
SKILL.md
Workflow Req-Plan
Usage
$req-plan-with-file "Implement user authentication system with OAuth and 2FA"
# With mode selection
$req-plan-with-file -m progressive "Build real-time notification system" # Layered MVP→iterations
$req-plan-with-file -m direct "Refactor payment module" # Topologically-sorted task sequence
$req-plan-with-file -m auto "Add data export feature" # Auto-select strategy
# Continue existing session
$req-plan-with-file --continue "user authentication system"
# Auto mode (skip all confirmations)
$req-plan-with-file -y "Implement caching layer"