Create implementation plans from feature requests
implementation_planworkflowsetup L2★11
xopcai/xopc ↗What it does
Create phased implementation plans from feature requests
Best for
When you want a technical plan before coding, especially for multi-file or unfamiliar code changes.
Inputs
- · request: feature/bugfix/refactor description
- · scope: optional repo path
Outputs
- · phased tasks with files, decisions, risks, and validation checklist
Requires
- · read_file
- · grep
- · find
Preconditions
Code is readable; request is actionable
Failure modes
- · Plan synthesis fails
- · Validation checklist is incomplete
- · Phasing creates hidden dependencies
Trust signals
- · Four-phase workflow (Frame, Explore, Plan, Validate)
- · Four independent exploratory agents per area
- · Concrete file paths and sequencing