Process job queue files (.md and .parallel.md files) from a specified folder with context-aware execution
/plugin marketplace add lpasqualis/lpclaude/plugin install lpclaude-config@lpclaude-marketplace[folder_path] [stop_condition]jobs/<!-- OPTIMIZATION_TIMESTAMP: 2025-08-10 21:23:45 --> Process markdown job files from a queue folder with context-aware execution. This command monitors a specified folder (default: `jobs/`) for `.md` and `.parallel.md` files. Regular `.md` files execute sequentially in the main agent with full context access. Files ending with `.parallel.md` can run in parallel via subagents when no sequential jobs precede them alphabetically. ## Execution Process Parse the arguments: - First argument (optional): folder path (defaults to `jobs/`) - Second argument (optional): stop condition (e.g., "5 fil...