Quick implementation for small, well-defined tasks (skip exploration/architecture)
/plugin marketplace add Zate/cc-plugins/plugin install zate-devloop-plugins-devloop@Zate/cc-pluginsTask description# Quick Implementation Streamlined workflow for small, well-defined tasks that don't need full exploration or architecture design. ## Plan Integration **CRITICAL**: Quick tasks should integrate with any existing plan. ### Before Starting a Quick Task 1. **Check for existing plan**: Read `.devloop/plan.md` if it exists 2. **Check if task matches a planned task**: - Search plan for keywords from $ARGUMENTS - If match found, warn user: 3. **If task is related but not in plan**: Offer to add it ### After Completing a Quick Task If a plan exists: 1. If task was in the plan, ...