Create Brownfield Prd
Generates detailed product requirement documents from existing data & legacy systems for brownfield project migrations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-brownfield-prd npx -- -y @trustedskills/create-brownfield-prd
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-brownfield-prd": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-brownfield-prd"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the creation of production environments in brownfield projects, streamlining deployment and reducing manual configuration. It leverages existing infrastructure definitions to generate a fully functional production setup, including necessary services and configurations. The goal is to accelerate time-to-market for new features while maintaining consistency across environments.
When to use it
- Deploying a new microservice into an existing application architecture.
- Spinning up a staging environment that mirrors the production infrastructure.
- Creating isolated development environments based on production configurations.
- Automating the setup of complex, multi-component production deployments.
Key capabilities
- Infrastructure definition parsing
- Service provisioning and configuration
- Environment variable management
- Automated deployment scripts generation
- Production environment mirroring
Example prompts
- "Create a production environment based on the 'staging' infrastructure definition."
- "Generate deployment scripts for service X in the brownfield project Y."
- “Mirror the current production configuration to create a new development environment.”
Tips & gotchas
The skill requires access to existing infrastructure definitions and may require adjustments depending on the specific brownfield project’s architecture. Ensure proper authentication and authorization are configured before running any deployment scripts generated by this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.