Skip to main content
ClaudeWave
Skill490 estrellas del repoactualizado yesterday

gsd:workflow:brownfield

Workflow for working with existing codebase

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-workflow-brownfield && cp -r /tmp/gsd-workflow-brownfield/.claude/skills/gsd/workflows/brownfield ~/.claude/skills/gsd-workflow-brownfield
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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

1. Map codebase structure
2. Research technology stack
3. Analyze architecture
4. Identify concerns and debt
5. Plan new work
6. Execute with integration checks

## Entry Point

Run: `gsd:map-codebase`

## Success Criteria

Codebase documented and ready for new development.