bybren-llc/safe-agentic-workflow

SAW — SAFe Agentic Workflow AI Agent Harness for Multi-Agent Team Workflows Built on SAFe methodology (Scaled Agile Framework), adapted for AI agent teams (Now With AI-DLC!) Works for any team with repeatable processes: Software, Marketing, Research, Legal, Operations.

406Stars on the repository
111Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-coordination

01

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Agent assignment matrix, blocker escalation, and TDM coordination patterns. Use when assigning work to specialist agents, managing blockers across agents, coordinating multi-agent workflows, escalating issues, or verifying the pre-implementation gate. Do NOT use for direct implementation work.

not rated 406 1mo ago A 54 tokens original MIT

api-patterns

02

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

API route implementation patterns with RLS, validation, and error handling. Use when creating API routes, implementing CRUD endpoints, adding server-side validation, handling webhooks, or implementing error handling patterns. Do NOT use for frontend-only changes or database migrations without API involvement.

not rated 406 1mo ago A 57 tokens original MIT

confluence-docs

03

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Documentation templates for ADRs, runbooks, architecture docs, and knowledge transfer documents. Use when creating Architecture Decision Records, writing operational runbooks, documenting system architecture, or creating technical specifications. Do NOT use for code implementation or ticket management.

not rated 406 1mo ago A 53 tokens original MIT

deployment-sop

04

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Deployment workflows, pre-deploy validation, smoke testing, and rollback procedures. Use when deploying to staging or production, running smoke tests, validating deployments, or planning rollback. Do NOT use for local development or CI pipeline configuration.

not rated 406 1mo ago A 49 tokens original MIT

frontend-patterns

05

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Frontend patterns for modern web frameworks, component libraries, auth flows, and analytics. Use when building UI components, creating pages, implementing auth flows, adding analytics events, or working with component libraries. Do NOT use for API-only or backend-only changes.

not rated 406 1mo ago A 54 tokens original MIT

git-advanced

06

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Advanced git operations including rebase, bisect, cherry-pick, and conflict resolution. Use when rebasing feature branches, debugging with bisect, cherry-picking commits between branches, resolving complex merge conflicts, or recovering from git mistakes. Do NOT use for routine commits or simple pushes.

not rated 406 1mo ago A 62 tokens original MIT

linear-sop

07

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Ticket management best practices for Linear or equivalent project tracker. Use when creating issues, updating ticket status, attaching evidence, parsing acceptance criteria, or working with ticket UUIDs. Provides evidence templates for dev/staging/done phases.

not rated 406 1mo ago A 49 tokens original MIT

migration-patterns

08

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Database migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables with RLS, updating ORM schema, adding GRANT statements, or planning data migrations. Do NOT use for application code changes without schema impact.

not rated 406 1mo ago A 54 tokens original MIT

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Agentic orchestration patterns for long-running tasks. Implements evidence-based delivery and Simon Willison's agent loop. Use when managing multi-step implementation work, coordinating subagents, orchestrating PR workflows, or running sessions that need checkpoints and escalation. Do NOT use for single-step or…

not rated 406 1mo ago A 64 tokens original MIT

pattern-discovery

10

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Pattern library discovery for pattern-first development. Use BEFORE implementing any new feature, creating components, writing API routes, or adding database operations. Ensures existing patterns are checked first.

not rated 406 1mo ago A 39 tokens original MIT

release-patterns

11

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

PR creation, CI/CD validation, merge coordination, and release patterns. Use when creating pull requests, running pre-PR validation, checking CI status, coordinating merges, or managing releases. Do NOT use for routine development commits -- see safe-workflow skill instead.

not rated 406 1mo ago A 56 tokens original MIT

rls-patterns

12

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Row Level Security patterns for database operations. Use when writing any database query, creating API routes that access data, implementing webhooks that write to the database, or working with user data. Enforces withUserContext, withAdminContext, or withSystemContext helpers. NEVER use direct ORM/DB calls without…

not rated 406 1mo ago A 71 tokens original MIT

safe-ai-dlc

13

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Plan and run programs using the SAFe x AI-DLC fusion. Use when turning an audit, epic, or initiative into tracker structure (initiative, projects, milestones, issues, sub-issues), organizing work as Units of Work and Bolts, wiring a dependency DAG, or running a Bolt swarm with a human-in-the-loop gate. Applies when…

not rated 406 1mo ago A 83 tokens original MIT

safe-workflow

14

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

SAFe development workflow guidance including branch naming conventions, commit message format, rebase-first workflow, and CI validation. Use when starting work on a Linear ticket, preparing commits, creating branches, writing PR descriptions, or asking about contribution guidelines.

not rated 406 1mo ago A 52 tokens original MIT

security-audit

15

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

RLS validation, security audits, OWASP compliance, and vulnerability scanning. Use when validating RLS policies, auditing API routes for auth, scanning for vulnerabilities, reviewing for exposed credentials, or performing pre-deployment security review. Do NOT use for routine feature development.

not rated 406 1mo ago A 57 tokens original MIT

spec-creation

16

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Spec creation with pattern references, acceptance criteria, and demo scripts. Use when creating implementation specs, defining acceptance criteria, breaking down user stories, or translating business requirements to technical specs. Do NOT use for implementation work -- this is for planning and specification only.

not rated 406 1mo ago A 55 tokens original MIT

stripe-patterns

17

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Stripe payment integration patterns for checkout flows, webhooks, and subscriptions. Use when implementing payment flows, handling Stripe webhooks, working with subscriptions or invoices, testing payment functionality, or handling refunds and disputes. Do NOT use for non-payment API routes.

not rated 406 1mo ago A 54 tokens original MIT

team-coordination

18

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Agent Teams orchestration patterns for multi-agent SAFe workflows. Use when spawning agent teams, coordinating teammates, enforcing quality gates via task dependencies, or orchestrating the 11-agent SAFe pipeline. Covers team creation, messaging, shared task lists, and SAFe gate enforcement. Do NOT use for…

not rated 406 1mo ago A 71 tokens original MIT

testing-patterns

19

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Testing patterns for unit, integration, and end-to-end tests. Use when writing tests, setting up test fixtures, or validating RLS enforcement. Routes to existing test conventions.

not rated 406 1mo ago A 39 tokens original MIT

vault-sync

20

bybren-llc/safe-agentic-workflow

Skill Claude CodeCodex

Detect and repair drift between an OKF knowledge vault and the code it describes. Use after merging significant changes (schema, interfaces, workflows, agent config), when a staleness review is due, or when the user asks to sync, refresh, or update the knowledge vault.

not rated 406 1mo ago A 59 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: