brownfield
FeaturedScan and manage brownfield repository/worktree defaults for interviews
Install
Quality Score: 93/100
Skill Content
Details
- Author
- Q00
- Repository
- Q00/ouroboros
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
characterize-brownfield
Use to reverse-engineer an existing/brownfield codebase into structured, confidence-scored characterization artifacts (tech stack, feature inventory, dependency & integration map, existing API contracts, test-coverage traceability, tech debt & risks). Use before composing a PRD, or standalone to understand a legacy system with no docs. Activate on 'characterize this codebase', 'what does this system do', 'map the architecture', 'find existing contracts', 'assess tech debt', 'reverse-engineer this legacy system'.
brownfield-onboarding
Use when pointing the team at an EXISTING, already-built app instead of a blank project — detects the stack, reverse-engineers the as-built architecture, and classifies remediation work as safe-to-auto-fix vs risky-needs-approval. Triggered by /app-onboard, /app-audit, and by /app-run when it detects a non-empty app directory.
brownfield-safety
Discipline for changing an existing codebase without breaking it. Use whenever working in a brownfield project (config.project.type = brownfield) — establishing a baseline, adding characterization tests, isolating work, and keeping scope small.