Step 02 of 10 3-6 quarters (the longest phase)· advanced
Step 2: Business Rule Extraction
Convert each in-scope RPG program (and CL program) into structured business rule catalogs — including indicator analysis, the most RPG-specific concern.
Recommended prompts
Use one of these to do the work in your IDE
Open the template to read it in full. Click Copy prompt to grab it (with your stack values pre-filled where they apply) — then paste into Claude Code, Cursor, or wherever you build.
Recommended skills
Drop these into Claude Code for this phase
Skills auto-trigger on the right kind of request. Install once; they apply to every prompt that fits.
Recommended MCP configs
Wire these tools into Claude Code first
MCP servers give Claude Code direct access to external systems (Jira, browsers, databases). Configure once.
When you're done
Verify these in your own work before moving on
This is a checklist for you to mentally tick off in your repo and IDE — the site doesn't track it, you do.
- All in-scope programs have rule catalogs
- Rules validated by business analysts
- SMEs signed off on critical-path rules
- Indicator semantics documented (intent, not just usage)
- Decision tables built for complex branching
- Calculation formulas with rounding rules documented
- Cross-program rule duplications identified
- Open questions tracked and assigned
Common pitfalls
What goes wrong at this step
- Treating indicators as boolean variables — they encode state machines; capture intent
- Skipping cycle analysis for RPG II/III — the cycle IS the program for those
- Letting CL programs go unanalyzed — they often hold business rules
- SME availability gaps — SMEs are the scarcest resource; lock in commitments
- Auto-extracted rules treated as final — human review is non-negotiable