Skip to content

Latest commit

 

History

History
154 lines (114 loc) · 9.39 KB

File metadata and controls

154 lines (114 loc) · 9.39 KB

AgentBrief Catalog

Curated directory of high-quality Agent Briefs and adaptable resources. Covers the full business lifecycle — from development to operations to growth.

How to Use This Catalog

# Apply a brief from this repo's examples
agentbrief use ./examples/security-auditor

# Apply a brief from any GitHub repo
agentbrief use github:owner/repo
agentbrief use github:owner/repo@v1.0

Items marked with source links are references and inspiration — community projects whose rules and prompts can be adapted into AgentBrief format.


Development

Frameworks

Role Description Source / Inspiration
Next.js Full-Stack App Router + React 19 + TypeScript + Tailwind + shadcn/ui awesome-cursorrules (38.5k★)
TypeScript Strict Type safety guardian — zero any, discriminated unions, exhaustive checks stevekinney.com, community consensus
Vue.js Vue 3 Composition API + Pinia + TypeScript conventions awesome-cursorrules
Python / Django Django ORM best practices, class-based views, pytest patterns cursor.directory/django
Go Idiomatic Go, error handling, concurrency patterns awesome-cursorrules
Rust Ownership, lifetimes, error handling with thiserror/anyhow awesome-cursorrules
Swift / SwiftUI Modern Swift documentation, SwiftUI patterns steipete/agent-rules (5k★)

Quality Assurance

Role Description Source / Inspiration
Security Auditor OWASP/CWE security review specialist Included: agentbrief use security-auditor
Code Reviewer Rigorous PR review — architecture review, naming, tests Included: agentbrief use code-reviewergarrytan/gstack
QA Engineer Automated QA — find bugs, write tests, fix with atomic commits Included: agentbrief use qa-engineergarrytan/gstack

Toolchain

Role Description Source / Inspiration
DevOps / SRE Monitoring, diagnostics, incident response, IaC Azure SRE Agent, fuzzylabs/sre-agent
Design Engineer React + Tailwind + shadcn/ui design engineering anthropics/skills (Official)
MCP Builder Model Context Protocol server development guide anthropics/skills (Official)
Tech Writer Technical documentation with style guide adherence Fern, Document360
Monorepo Turborepo + pnpm workspaces conventions cursor.directory/monorepo

Skills (bundled into role briefs)

Skills are bundled into each role brief's skills/ directory — not installed separately. Sources include obra/superpowers (90.6k★), garrytan/gstack (YC), trailofbits/skills, and cc-devops-skills.

Skill Bundled Into Inspired By
Architecture Review code-reviewer gstack /plan-eng-review
Design Review Checklist (80 items + AI Slop Score) design-engineer gstack /plan-design-review
CEO / Founder Review (10-star framework) startup-advisor gstack /plan-ceo-review
CI/CD GitHub Actions devops-sre cc-devops-skills
Specification (PRD, RICE/ICE) product-manager the-startup /specify
Release Notes tech-writer gstack /document-release
Content Strategy growth-engineer
Analytics Setup growth-engineer
Systematic Debugging security-auditor, devops-sre obra/superpowers
Verification security-auditor, code-reviewer, devops-sre, startup-advisor obra/superpowers
TDD nextjs-developer, startup-advisor obra/superpowers
Brainstorming product-manager, growth-engineer obra/superpowers
QA Test & Fix (3 tiers) qa-engineer gstack /qa
Regression Testing qa-engineer
SQL Query Builder data-analyst
Metrics Framework data-analyst

Product

Role Description Source / Inspiration
Product Manager PRD generation, user stories, specs, prioritization (RICE/ICE) Included: agentbrief use product-managerChatPRD
Data Analyst Metrics framework, SQL queries, dashboards, data storytelling Included: agentbrief use data-analyst
UX Designer User experience design, prototyping, usability heuristics Figma Make, Figr

Marketing & Growth

Role Description Source / Inspiration
Growth Engineer CRO, SEO, analytics, growth engineering (32+ skills) coreyhaines31/marketingskills, marketing-skills.com
Copywriter Conversion-driven copywriting, ad creative Copy Hackers, Pixis
Content Strategist Content strategy, editorial calendar, SEO optimization Community best practices
Sales Agent Sales automation, follow-up sequences, pipeline management Consensus, EverWorker

Operations

Role Description Source / Inspiration
Scrum Master Sprint planning, standups, retrospectives, DORA metrics Microsoft Official Template, Scrum.org
Customer Success Customer retention, NPS, churn prevention, onboarding Vitally (23 prompts), Ada
HR / Recruiter Job descriptions, candidate evaluation, interview rubrics Juicebox/PeopleGPT, Korn Ferry

Finance & Legal

Role Description Source / Inspiration
FP&A Analyst Budgeting, forecasting, variance analysis, CFO reporting Cube Software, ChatFin
Legal Reviewer Contract review, clause extraction, compliance monitoring Harvey, Spellbook

Startup

Role Description Source / Inspiration
Startup Advisor Idea validation → MVP → launch + CEO review (10-star framework) Included: agentbrief use startup-advisorgarrytan/gstack, rameerez

Combo Packs

Role Extends Skills Count
Full-Stack Engineer typescript-engineer + nextjs-developer + design-engineer + code-reviewer 9 skills
Startup CTO startup-advisor + product-manager + growth-engineer + security-auditor 12 skills
Release Engineer qa-engineer + security-auditor + devops-sre + tech-writer 10 skills

Skill Collections

Large curated collections you can browse for additional roles:

Collection Scale Source
Anthropic Official Skills 17 official skills (MS Office suite, design, MCP) anthropics/skills (95.8k★)
gstack (Garry Tan / YC) 13 opinionated workflow skills (CEO review, QA, ship, design) garrytan/gstack
obra/superpowers 14 software methodology skills (TDD, debugging, git worktrees) obra/superpowers (90.6k★)
Trail of Bits Security 22 professional security skills (Semgrep, supply chain, variants) trailofbits/skills
DevOps Skills 31 IaC skills (Terraform, Docker, K8s, CI/CD for 4 platforms) akin-ozer/cc-devops-skills
Scientific Skills 170 skills for research, bioinformatics, chemistry K-Dense-AI/claude-scientific-skills
Awesome Claude Code Master index of 500+ tools, skills, and workflows hesreallyhim/awesome-claude-code
Awesome Cursorrules 38.5k★ collection across 13 categories PatrickJS/awesome-cursorrules
Cursor Directory Community hub with voting and AI rule generator cursor.directory

Contributing

Have a great brief or know a high-quality resource that should be listed here? Open a PR to add it to the catalog.