workflow-req-plan

Installation
SKILL.md

Workflow Req-Plan

Usage

$workflow-req-plan "Implement user authentication system with OAuth and 2FA"

# With mode selection
$workflow-req-plan -m progressive "Build real-time notification system"   # Layered MVP→iterations
$workflow-req-plan -m direct "Refactor payment module"                   # Topologically-sorted task sequence
$workflow-req-plan -m auto "Add data export feature"                     # Auto-select strategy

# Continue existing session
$workflow-req-plan --continue "user authentication system"

# Auto mode (skip all confirmations)
$workflow-req-plan -y "Implement caching layer"
Installs
8
GitHub Stars
2.1K
First Seen
Feb 17, 2026
workflow-req-plan — catlog22/claude-code-workflow