From viberaven
Manages a production-context.md file to track release windows, provider boundaries, incidents, and fragile customer paths during sensitive operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/viberaven:production-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Repo context says what exists. Production context says what is dangerous.
Repo context says what exists. Production context says what is dangerous.
Keep memory small enough to reuse in the next agent action. Do not create a report dump.
Maintain:
.viberaven/production-context.md
Create it when allowed and missing. Otherwise propose the exact entry.
read -> isolate risk -> fix/propose -> verify -> record -> open action
When the output names Next skill:, continue with that VibeRaven skill unless user input, auth, or provider proof is required.
Use Next skill: go-live when context is recorded and the next step is deploy/live proof. Use Next skill: what-broke when context shows a version/release regression. Use Next skill: architecture-context when the risk reveals an unclear product boundary.
# VibeRaven Production Context
## Current Release / Change Window
## Recent Changes
## Architecture Boundaries
## Provider Boundaries
## Migration And Data History
## Incidents And Rollback Notes
## Fragile Customer Paths
## Verification Receipts
## Open Provider Or Human Actions
### YYYY-MM-DD - short label
- Change:
- Evidence:
- Boundary:
- Danger:
- Repo fix:
- Verification:
- Provider/MCP proof:
- Open action:
Use unknown from repo when provider state is not proven.
Context read:
Context updated/proposed:
Boundary:
Repo action:
Provider/MCP action:
Next skill:
Next:
npx claudepluginhub ohad6k/viberavenOrchestrates safe production changes through 5 ITIL stages: assess risk/type, analyze impact/deps/architecture, implement with git branch/validation, verify tests/coverage/security, record changelog/commits.
Design change control processes that prevent production surprises while avoiding process paralysis. Use when coordinating multiple team changes or managing infrastructure modifications.
Audits release readiness by classifying risk level, checking verification evidence, and confirming operational readiness before deploying or merging.