Bypass workflow for quick tasks
xcommandsetup L1★3
FlojoInc/FloImg ↗What it does
bypass task workflow for quick fixes
Best for
Quick code exploration, one-line fixes, research without PM ceremony.
Inputs
- · user request in <command-args>
Outputs
- · immediate execution without PM overhead
Requires
- · internal task management system
Preconditions
- · work is small, exploratory, or single-file
- · not multi-session feature
Failure modes
- · work grows beyond escape hatch scope
- · quick fix becomes multi-file refactor
- · tracking lost for follow-up
Trust signals
- · explicitly lists when NOT to use
- · clear boundary enforcement (no vault commits)
- · tells user to migrate to /p if work grows