wtfb-safe-agentic-workflow
Structured multi-agent software delivery with SAFe quality gates
Tells the agent which of the 11 SAFe roles to invoke for each task type, which skills auto-load on which triggers, and enforces the mandatory pattern-discovery and evidence-attachment workflow before any code is written.
All Skills in This Repository (17)
Pure Emerald Level Indicatorslinear-sop
Enforce evidence collection and phase-specific templates for Linear ticket management.
agent-coordination
Coordinate specialist-agent assignments and escalate blockers in multi-agent workflows.
safe-workflow
Enforce SAFe branch naming, commit formats, and rebase-first workflows.
deployment-sop
Route to deployment SOPs and provide pre- and post-deployment checklists.
stripe-patterns
Create Stripe checkout sessions and idempotent webhook handlers.
confluence-docs
Create standardized ADR, runbook, and architecture documentation templates.
pattern-discovery
Check the Pattern Library before implementing new functionality.
testing-patterns
Standardize Jest and Playwright tests with RLS-aware fixtures and Linear evidence templates.
rls-patterns
Enforce Row Level Security patterns for Prisma queries and API routes.
migration-patterns
Enforce RLS policies and ARCHitect approval in database migrations.
orchestration-patterns
Orchestrate long-running multi-step tasks across subagents with evidence checkpoints.
security-audit
Audit RLS enforcement and API security against OWASP Top 10 practices.
Frequently Asked Questions
FAQPage SchemaHow to install wtfb-safe-agentic-workflow?▼
Run `npx skills add bybren-llc/wtfb-safe-agentic-workflow --all -g -y` in your terminal to install all skills globally.
What problem does this workflow solve?▼
It stops unstructured agent coding by enforcing role boundaries, pattern-first development, and evidence attached to every ticket. Each task passes through quality gates before merge.
Which coding assistants does it support?▼
It ships native configurations for Claude Code, Gemini CLI, Codex CLI, and Cursor IDE, so the same workflow runs across all four.
Do I need to know SAFe to use it?▼
No. The skills encode the SAFe rules for you, so the agent follows branch naming, commit format, and review gates automatically.
Can I adapt it to my own project?▼
Yes. It is a template repository with placeholder tokens, and a setup script customizes ticket prefixes, commands, and stack details for your codebase.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core