Claude-skill-registry gsd:workflow:brownfield
Workflow for working with existing codebase
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/brownfield" ~/.claude/skills/majiayu000-claude-skill-registry-gsd-workflow-brownfield && rm -rf "$T"
manifest:
skills/data/brownfield/SKILL.mdsource content
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.