reverse-engineer
Installation
SKILL.md
Reverse Engineer (Route-Aware)
Step 2 of 6 in the Reverse Engineering to Spec-Driven Development process. The 6-step process: 1. Analyze, 2. Reverse Engineer (this skill), 3. Create Specs, 4. Gap Analysis, 5. Implementation Planning, 6. Implementation.
Estimated Time: 30-45 minutes
Prerequisites: Step 1 completed (analysis-report.md and route selection in .stackshift-state.json)
Output: 11 documentation files in docs/reverse-engineering/
Route-Dependent Behavior:
- Greenfield: Extract business logic only (framework-agnostic)
- Brownfield: Extract business logic + technical implementation details
Output is the same regardless of implementation framework (Spec Kit, BMAD, or BMAD Auto-Pilot). The framework choice only affects what happens after Step 2.