gsd:workflow:brownfield
Installation
SKILL.md
GSD Brownfield Workflow
Workflow for working with existing codebases.
When to Use
- Joining existing project
- Continuing development on existing code
- Understanding legacy system
Phases
- Map codebase structure
- Research technology stack
- Analyze architecture
- Identify concerns and debt
- Plan new work
- Execute with integration checks
Entry Point
Run: gsd:map-codebase
Success Criteria
Codebase documented and ready for new development.