Refining Specifications and Code
During Planning
Option A: Pass the change directly
/plan --refine <requirement change># Change authentication strategy
/plan --refine Use session-based auth instead of JWT
# Add a constraint the agent missed
/plan --refine The API must support pagination with cursor-based navigation, not offset
# Narrow the scope
/plan --refine Remove the admin dashboard from this task, we will handle it separatelyOption B: Edit the spec, then refine
What --refine compares
--refine comparesAfter Implementation
Small code adjustments
Minor tweaks and polish
Major requirement changes
Walkthrough: Iterating on an Authentication Feature
Last updated