home / skills / dexploarer / hyper-forge / golden-path-creator
This skill defines and enforces golden paths and best practices to guide development teams toward consistent, high-quality results.
npx playbooks add skill dexploarer/hyper-forge --skill golden-path-creatorReview the files below or copy the command above to add this skill to your agents.
---
name: golden-path-creator
description: Define and enforce golden paths and best practices for development teams
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob]
---
# golden path creator
Define and enforce golden paths and best practices for development teams
## When to Use
This skill activates when you need to define and enforce golden paths and best practices for development teams.
## Quick Example
```yaml
# Configuration example for golden-path-creator
# See full documentation in the skill implementation
```
## Best Practices
- ✅ Follow industry standards
- ✅ Document all configurations
- ✅ Test thoroughly before production
- ✅ Monitor and alert appropriately
- ✅ Regular maintenance and updates
## Related Skills
- `microservices-orchestrator`
- `compliance-auditor`
- Use `enterprise-architect` agent for design consultation
## Implementation Guide
[Detailed implementation steps would go here in production]
This skill provides comprehensive guidance for define and enforce golden paths and best practices for development teams.
This skill defines and enforces golden paths and best practices for development teams, streamlining workflows and reducing decision fatigue. It codifies repeatable, vetted patterns for architecture, deployment, and code quality tailored to TypeScript and game asset pipelines. The goal is consistent, secure, and maintainable delivery across teams.
The skill inspects project configuration, CI/CD pipelines, linting and testing setups, and deployment manifests to identify divergences from the golden path. It provides a declarative configuration schema and checks that produce actionable remediation steps, optional code or config patches, and automated validations. Integrations include source control hooks, CI runners, and observability alerts to continuously enforce the golden path.
Can teams request exceptions to the golden path?
Yes. Exceptions can be submitted with documented justification and reviewed by policy owners; the skill supports scoped overrides and temporary exemptions.
How does this integrate with existing CI/CD systems?
The skill integrates via standard CI runners, pre-commit hooks, and GitOps manifests to run checks, apply fixes, and block noncompliant merges.