Mark analysis-only subagents as readonly and document the mapping.

Replace Claude Code tools allowlists with Cursor's readonly flag for 38 reviewer/auditor/researcher-style agents; update README accordingly.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
stud_i_sram 2026-07-28 15:53:52 +03:00
parent ee04fdc420
commit b6c482a353
39 changed files with 94 additions and 39 deletions

View File

@ -84,6 +84,7 @@ Cursor поддерживает **custom subagents** — markdown-файлы с
name: code-reviewer
description: "…"
model: inherit
readonly: true # только для аналитических агентов
---
Инструкции агента…
@ -100,10 +101,26 @@ model: inherit
Подробнее: [документация Cursor — Subagents](https://cursor.com/docs/subagents.md).
### Права доступа (`readonly`)
В Claude Code у агентов был список `tools:` (Read / Write / Edit / Bash …). В Cursor **такого поля нет** — вместо него флаг:
| Поле | Значение | Эффект |
|---|---|---|
| `readonly: true` | только анализ | нельзя править файлы и запускать shell-команды, меняющие состояние |
| нет / `false` | полный доступ | наследует tools родителя, включая запись |
В этой коллекции **`readonly: true` проставлен 38 аналитическим агентам** (reviewer, auditor, researcher, PM/BA и т.п.). Пишущие агенты (developers, engineers, fixers) оставлены без ограничений.
В каталоге ниже они помечены 🔒.
---
## Категории и агенты
🔒 = агент с `readonly: true` (только анализ, без правок файлов).
### [01. Core Development](categories/01-core-development/)
**Базовая разработка.** Повседневные задачи: backend, frontend, fullstack, mobile, API.
@ -176,21 +193,21 @@ model: inherit
### [04. Quality & Security](categories/04-quality-security/)
**Качество и безопасность.** Тестирование, security, code review.
- [**accessibility-tester**](categories/04-quality-security/accessibility-tester.md) — A11y compliance expert
- [**ad-security-reviewer**](categories/04-quality-security/ad-security-reviewer.md) — Active Directory security and GPO audit specialist
- [**ai-writing-auditor**](categories/04-quality-security/ai-writing-auditor.md) — AI writing pattern detector and rewriter
- [**architect-reviewer**](categories/04-quality-security/architect-reviewer.md) — Architecture review specialist
- [**accessibility-tester**](categories/04-quality-security/accessibility-tester.md) — 🔒 A11y compliance expert
- [**ad-security-reviewer**](categories/04-quality-security/ad-security-reviewer.md) — 🔒 Active Directory security and GPO audit specialist
- [**ai-writing-auditor**](categories/04-quality-security/ai-writing-auditor.md) — 🔒 AI writing pattern detector and rewriter
- [**architect-reviewer**](categories/04-quality-security/architect-reviewer.md) — 🔒 Architecture review specialist
- [**chaos-engineer**](categories/04-quality-security/chaos-engineer.md) — System resilience testing expert
- [**code-reviewer**](categories/04-quality-security/code-reviewer.md) — Code quality guardian
- [**compliance-auditor**](categories/04-quality-security/compliance-auditor.md) — Regulatory compliance expert
- [**code-reviewer**](categories/04-quality-security/code-reviewer.md) — 🔒 Code quality guardian
- [**compliance-auditor**](categories/04-quality-security/compliance-auditor.md) — 🔒 Regulatory compliance expert
- [**debugger**](categories/04-quality-security/debugger.md) — Advanced debugging specialist
- [**error-detective**](categories/04-quality-security/error-detective.md) — Error analysis and resolution expert
- [**gdpr-ccpa-compliance**](categories/04-quality-security/gdpr-ccpa-compliance.md) — GDPR and CCPA privacy compliance specialist
- [**error-detective**](categories/04-quality-security/error-detective.md) — 🔒 Error analysis and resolution expert
- [**gdpr-ccpa-compliance**](categories/04-quality-security/gdpr-ccpa-compliance.md) — 🔒 GDPR and CCPA privacy compliance specialist
- [**penetration-tester**](categories/04-quality-security/penetration-tester.md) — Ethical hacking specialist
- [**performance-engineer**](categories/04-quality-security/performance-engineer.md) — Performance optimization expert
- [**powershell-security-hardening**](categories/04-quality-security/powershell-security-hardening.md) — PowerShell security hardening and compliance specialist
- [**qa-expert**](categories/04-quality-security/qa-expert.md) — Test automation specialist
- [**security-auditor**](categories/04-quality-security/security-auditor.md) — Security vulnerability expert
- [**security-auditor**](categories/04-quality-security/security-auditor.md) — 🔒 Security vulnerability expert
- [**test-automator**](categories/04-quality-security/test-automator.md) — Test automation framework expert
- [**ui-ux-tester**](categories/04-quality-security/ui-ux-tester.md) — Exhaustive documented-flow UI tester
@ -198,9 +215,9 @@ model: inherit
**Данные и ИИ.** Data engineering, ML, LLM.
- [**ai-engineer**](categories/05-data-ai/ai-engineer.md) — AI system design and deployment expert
- [**data-analyst**](categories/05-data-ai/data-analyst.md) — Data insights and visualization specialist
- [**data-analyst**](categories/05-data-ai/data-analyst.md) — 🔒 Data insights and visualization specialist
- [**data-engineer**](categories/05-data-ai/data-engineer.md) — Data pipeline architect
- [**data-scientist**](categories/05-data-ai/data-scientist.md) — Analytics and insights expert
- [**data-scientist**](categories/05-data-ai/data-scientist.md) — 🔒 Analytics and insights expert
- [**database-optimizer**](categories/05-data-ai/database-optimizer.md) — Database performance specialist
- [**llm-architect**](categories/05-data-ai/llm-architect.md) — Large language model architect
- [**machine-learning-engineer**](categories/05-data-ai/machine-learning-engineer.md) — Machine learning systems expert
@ -239,33 +256,33 @@ model: inherit
- [**fintech-engineer**](categories/07-specialized-domains/fintech-engineer.md) — Financial technology specialist
- [**game-developer**](categories/07-specialized-domains/game-developer.md) — Game development expert
- [**healthcare-admin**](categories/07-specialized-domains/healthcare-admin.md) — Healthcare administration specialist with 51 sub-agents covering revenue cycle, compliance, quality, clinical ops, health IT, and payer relations
- [**hipaa-compliance**](categories/07-specialized-domains/hipaa-compliance.md) — HIPAA compliance specialist for healthcare SaaS vendors
- [**hipaa-compliance**](categories/07-specialized-domains/hipaa-compliance.md) — 🔒 HIPAA compliance specialist for healthcare SaaS vendors
- [**iot-engineer**](categories/07-specialized-domains/iot-engineer.md) — IoT systems developer
- [**m365-admin**](categories/07-specialized-domains/m365-admin.md) — Microsoft 365, Exchange Online, Teams, and SharePoint administration specialist
- [**mobile-app-developer**](categories/07-specialized-domains/mobile-app-developer.md) — Mobile application specialist
- [**payment-integration**](categories/07-specialized-domains/payment-integration.md) — Payment systems expert
- [**quant-analyst**](categories/07-specialized-domains/quant-analyst.md) — Quantitative analysis specialist
- [**risk-manager**](categories/07-specialized-domains/risk-manager.md) — Risk assessment and management expert
- [**quant-analyst**](categories/07-specialized-domains/quant-analyst.md) — 🔒 Quantitative analysis specialist
- [**risk-manager**](categories/07-specialized-domains/risk-manager.md) — 🔒 Risk assessment and management expert
- [**seo-specialist**](categories/07-specialized-domains/seo-specialist.md) — Search engine optimization expert
### [08. Business & Product](categories/08-business-product/)
**Бизнес и продукт.** PM, аналитика, контент, Agile.
- [**assumption-mapping**](categories/08-business-product/assumption-mapping.md) — Product assumption risk and validation specialist
- [**backlog-grooming**](categories/08-business-product/backlog-grooming.md) — Agile backlog refinement specialist
- [**business-analyst**](categories/08-business-product/business-analyst.md) — Requirements specialist
- [**assumption-mapping**](categories/08-business-product/assumption-mapping.md) — 🔒 Product assumption risk and validation specialist
- [**backlog-grooming**](categories/08-business-product/backlog-grooming.md) — 🔒 Agile backlog refinement specialist
- [**business-analyst**](categories/08-business-product/business-analyst.md) — 🔒 Requirements specialist
- [**content-marketer**](categories/08-business-product/content-marketer.md) — Content marketing specialist
- [**content-quality-editor**](categories/08-business-product/content-quality-editor.md) — AI content quality specialist using unslop to strip AI writing patterns before publishing
- [**customer-success-manager**](categories/08-business-product/customer-success-manager.md) — Customer success expert
- [**growth-loops**](categories/08-business-product/growth-loops.md) — Growth loop and PLG mechanics specialist
- [**legal-advisor**](categories/08-business-product/legal-advisor.md) — Legal and compliance specialist
- [**customer-success-manager**](categories/08-business-product/customer-success-manager.md) — 🔒 Customer success expert
- [**growth-loops**](categories/08-business-product/growth-loops.md) — 🔒 Growth loop and PLG mechanics specialist
- [**legal-advisor**](categories/08-business-product/legal-advisor.md) — 🔒 Legal and compliance specialist
- [**license-engineer**](categories/08-business-product/license-engineer.md) — Software licensing and compliance systems specialist
- [**product-manager**](categories/08-business-product/product-manager.md) — Product strategy expert
- [**project-manager**](categories/08-business-product/project-manager.md) — Project management specialist
- [**product-manager**](categories/08-business-product/product-manager.md) — 🔒 Product strategy expert
- [**project-manager**](categories/08-business-product/project-manager.md) — 🔒 Project management specialist
- [**sales-engineer**](categories/08-business-product/sales-engineer.md) — Technical sales expert
- [**scrum-master**](categories/08-business-product/scrum-master.md) — Agile methodology expert
- [**scrum-master**](categories/08-business-product/scrum-master.md) — 🔒 Agile methodology expert
- [**technical-writer**](categories/08-business-product/technical-writer.md) — Technical documentation specialist
- [**ux-researcher**](categories/08-business-product/ux-researcher.md) — User research expert
- [**ux-researcher**](categories/08-business-product/ux-researcher.md) — 🔒 User research expert
- [**wordpress-master**](categories/08-business-product/wordpress-master.md) — WordPress development and optimization expert
### [09. Meta & Orchestration](categories/09-meta-orchestration/)
@ -274,29 +291,29 @@ model: inherit
- [**agent-installer**](categories/09-meta-orchestration/agent-installer.md) — Browse and install agents from this repository via GitHub
- [**agent-organizer**](categories/09-meta-orchestration/agent-organizer.md) — Multi-agent coordinator
- [**codebase-orchestrator**](categories/09-meta-orchestration/codebase-orchestrator.md) — Safe refactor governance orchestrator
- [**context-manager**](categories/09-meta-orchestration/context-manager.md) — Context optimization expert
- [**context-manager**](categories/09-meta-orchestration/context-manager.md) — 🔒 Context optimization expert
- [**error-coordinator**](categories/09-meta-orchestration/error-coordinator.md) — Error handling and recovery specialist
- [**it-ops-orchestrator**](categories/09-meta-orchestration/it-ops-orchestrator.md) — IT operations workflow orchestration specialist
- [**knowledge-synthesizer**](categories/09-meta-orchestration/knowledge-synthesizer.md) — Knowledge aggregation expert
- [**knowledge-synthesizer**](categories/09-meta-orchestration/knowledge-synthesizer.md) — 🔒 Knowledge aggregation expert
- [**multi-agent-coordinator**](categories/09-meta-orchestration/multi-agent-coordinator.md) — Advanced multi-agent orchestration
- [**performance-monitor**](categories/09-meta-orchestration/performance-monitor.md) — Agent performance optimization
- [**performance-monitor**](categories/09-meta-orchestration/performance-monitor.md) — 🔒 Agent performance optimization
- [**task-distributor**](categories/09-meta-orchestration/task-distributor.md) — Task allocation specialist
- [**workflow-orchestrator**](categories/09-meta-orchestration/workflow-orchestrator.md) — Complex workflow automation
### [10. Research & Analysis](categories/10-research-analysis/)
**Исследования и анализ.** Research, market, competitive analysis.
- [**ab-test-analysis**](categories/10-research-analysis/ab-test-analysis.md) — A/B test analysis and ship/no-ship decision specialist
- [**cohort-analysis**](categories/10-research-analysis/cohort-analysis.md) — User cohort retention and behavioral analysis specialist
- [**competitive-analyst**](categories/10-research-analysis/competitive-analyst.md) — Competitive intelligence specialist
- [**data-researcher**](categories/10-research-analysis/data-researcher.md) — Data discovery and analysis expert
- [**first-principles-thinking**](categories/10-research-analysis/first-principles-thinking.md) — First principles problem-solving specialist
- [**market-researcher**](categories/10-research-analysis/market-researcher.md) — Market analysis and consumer insights
- [**project-idea-validator**](categories/10-research-analysis/project-idea-validator.md) — Brutal go/no-go product idea validator
- [**research-analyst**](categories/10-research-analysis/research-analyst.md) — Comprehensive research specialist
- [**scientific-literature-researcher**](categories/10-research-analysis/scientific-literature-researcher.md) — Scientific paper search and evidence synthesis via [BGPT MCP](https://github.com/connerlambden/bgpt-mcp)
- [**search-specialist**](categories/10-research-analysis/search-specialist.md) — Advanced information retrieval expert
- [**trend-analyst**](categories/10-research-analysis/trend-analyst.md) — Emerging trends and forecasting expert
- [**ab-test-analysis**](categories/10-research-analysis/ab-test-analysis.md) — 🔒 A/B test analysis and ship/no-ship decision specialist
- [**cohort-analysis**](categories/10-research-analysis/cohort-analysis.md) — 🔒 User cohort retention and behavioral analysis specialist
- [**competitive-analyst**](categories/10-research-analysis/competitive-analyst.md) — 🔒 Competitive intelligence specialist
- [**data-researcher**](categories/10-research-analysis/data-researcher.md) — 🔒 Data discovery and analysis expert
- [**first-principles-thinking**](categories/10-research-analysis/first-principles-thinking.md) — 🔒 First principles problem-solving specialist
- [**market-researcher**](categories/10-research-analysis/market-researcher.md) — 🔒 Market analysis and consumer insights
- [**project-idea-validator**](categories/10-research-analysis/project-idea-validator.md) — 🔒 Brutal go/no-go product idea validator
- [**research-analyst**](categories/10-research-analysis/research-analyst.md) — 🔒 Comprehensive research specialist
- [**scientific-literature-researcher**](categories/10-research-analysis/scientific-literature-researcher.md) — 🔒 Scientific paper search and evidence synthesis via [BGPT MCP](https://github.com/connerlambden/bgpt-mcp)
- [**search-specialist**](categories/10-research-analysis/search-specialist.md) — 🔒 Advanced information retrieval expert
- [**trend-analyst**](categories/10-research-analysis/trend-analyst.md) — 🔒 Emerging trends and forecasting expert
---
@ -304,7 +321,7 @@ model: inherit
## Что изменено относительно оригинала (Claude Code)
- Путь установки: `~/.claude/agents/``~/.cursor/agents/`
- Frontmatter: оставлены `name`, `description`, `model: inherit`; убрано Claude-only поле `tools`
- Frontmatter: `name`, `description`, `model: inherit`; Claude-only `tools` заменён на Cursor-флаг `readonly: true` для аналитических агентов
- Модели `sonnet` / `haiku` / `opus` заменены на `inherit` (наследует модель родительского агента Cursor)
- Тексты инструкций агентов сохранены на **английском**; этот README — на **русском**
- `agent-installer` обновлён под этот репозиторий и пути Cursor

View File

@ -2,6 +2,7 @@
name: accessibility-tester
description: "Use this agent when you need comprehensive accessibility testing, WCAG compliance verification, or assessment of assistive technology support."
model: inherit
readonly: true
---
You are a senior accessibility tester with deep expertise in WCAG 2.1/3.0 standards, assistive technologies, and inclusive design principles. Your focus spans visual, auditory, motor, and cognitive accessibility with emphasis on creating universally accessible digital experiences that work for everyone.

View File

@ -2,6 +2,7 @@
name: ad-security-reviewer
description: "Use this agent when you need to audit Active Directory security posture, evaluate privilege escalation risks, review identity delegation patterns, or assess authentication protocol hardening."
model: inherit
readonly: true
---
You are an AD security posture analyst who evaluates identity attack paths,

View File

@ -2,6 +2,7 @@
name: ai-writing-auditor
description: "Use this agent when you need to audit content for AI writing patterns and rewrite text to remove them."
model: inherit
readonly: true
---
You are an AI writing auditor that detects and removes machine-generated writing patterns ("AI-isms") from text content. Your goal is to make AI-assisted writing sound natural and human.

View File

@ -2,6 +2,7 @@
name: architect-reviewer
description: "Use this agent when you need to evaluate system design decisions, architectural patterns, and technology choices at the macro level."
model: inherit
readonly: true
---
You are a senior architecture reviewer with expertise in evaluating system designs, architectural decisions, and technology choices. Your focus spans design patterns, scalability assessment, integration strategies, and technical debt analysis with emphasis on building sustainable, evolvable systems that meet both current and future needs.

View File

@ -2,6 +2,7 @@
name: code-reviewer
description: "Use this agent when you need to conduct comprehensive code reviews focusing on code quality, security vulnerabilities, and best practices."
model: inherit
readonly: true
---
You are a senior code reviewer with expertise in identifying code quality issues, security vulnerabilities, and optimization opportunities across multiple programming languages. Your focus spans correctness, performance, maintainability, and security with emphasis on constructive feedback, best practices enforcement, and continuous improvement.

View File

@ -2,6 +2,7 @@
name: compliance-auditor
description: "Use this agent when you need to achieve regulatory compliance, implement compliance controls, or prepare for audits across frameworks like GDPR, HIPAA, PCI DSS, SOC 2, and ISO standards."
model: inherit
readonly: true
---
You are a senior compliance auditor with deep expertise in regulatory compliance, data privacy laws, and security standards. Your focus spans GDPR, CCPA, HIPAA, PCI DSS, SOC 2, and ISO frameworks with emphasis on automated compliance validation, evidence collection, and maintaining continuous compliance posture.

View File

@ -2,6 +2,7 @@
name: error-detective
description: "Use this agent when you need to diagnose why errors are occurring in your system, correlate errors across services, identify root causes, and prevent future failures."
model: inherit
readonly: true
---
You are a senior error detective with expertise in analyzing complex error patterns, correlating distributed system failures, and uncovering hidden root causes. Your focus spans log analysis, error correlation, anomaly detection, and predictive error prevention with emphasis on understanding error cascades and system-wide impacts.

View File

@ -2,6 +2,7 @@
name: gdpr-ccpa-compliance
description: "Use when the user needs to understand GDPR or CCPA compliance, review data practices, or assess privacy requirements. Triggers on: 'GDPR', 'CCPA', 'privacy compliance', 'data privacy', 'right to deletion', 'consent', 'data subject rights', 'California privacy'."
model: inherit
readonly: true
---
You are an expert privacy compliance specialist covering GDPR (EU) and CCPA/CPRA (California). Your job is to help product and engineering teams understand their obligations, implement compliant data practices, and close compliance gaps before they become violations.

View File

@ -2,6 +2,7 @@
name: security-auditor
description: "Use this agent when conducting comprehensive security audits, compliance assessments, or risk evaluations across systems, infrastructure, and processes. Invoke when you need systematic vulnerability analysis, compliance gap identification, or evidence-based security findings."
model: inherit
readonly: true
---
You are a senior security auditor with expertise in conducting thorough security assessments, compliance audits, and risk evaluations. Your focus spans vulnerability assessment, compliance validation, security controls evaluation, and risk management with emphasis on providing actionable findings and ensuring organizational security posture.

View File

@ -2,6 +2,7 @@
name: data-analyst
description: "Use when you need to extract insights from business data, create dashboards and reports, or perform statistical analysis to support decision-making."
model: inherit
readonly: true
---
You are a senior data analyst with expertise in business intelligence, statistical analysis, and data visualization. Your focus spans SQL mastery, dashboard development, and translating complex data into clear business insights with emphasis on driving data-driven decision making and measurable business outcomes.

View File

@ -2,6 +2,7 @@
name: data-scientist
description: "Use this agent when you need to analyze data patterns, build predictive models, or extract statistical insights from datasets. Invoke this agent for exploratory analysis, hypothesis testing, machine learning model development, and translating findings into business recommendations."
model: inherit
readonly: true
---
You are a senior data scientist with expertise in statistical analysis, machine learning, and translating complex data into business insights. Your focus spans exploratory analysis, model development, experimentation, and communication with emphasis on rigorous methodology and actionable recommendations.

View File

@ -2,6 +2,7 @@
name: hipaa-compliance
description: "Use when the user is building a healthcare product and needs to understand HIPAA compliance. Triggers on: 'HIPAA', 'protected health information', 'PHI', 'healthcare compliance', 'covered entity', 'business associate', 'BAA', 'HITECH', 'health data'."
model: inherit
readonly: true
---
You are an expert HIPAA compliance specialist for healthcare technology products. Your job is to help product and engineering teams understand their obligations under HIPAA, identify whether they qualify as a Business Associate, implement required safeguards, and close compliance gaps before they create liability.

View File

@ -2,6 +2,7 @@
name: quant-analyst
description: "Use this agent when you need to develop quantitative trading strategies, build financial models with rigorous mathematical foundations, or conduct advanced risk analytics for derivatives and portfolios. Invoke this agent for statistical arbitrage strategy development, backtesting with historical validation, derivatives pricing models, and portfolio risk assessment."
model: inherit
readonly: true
---
You are a senior quantitative analyst with expertise in developing sophisticated financial models and trading strategies. Your focus spans mathematical modeling, statistical arbitrage, risk management, and algorithmic trading with emphasis on accuracy, performance, and generating alpha through quantitative methods.

View File

@ -2,6 +2,7 @@
name: risk-manager
description: "Use this agent when you need to identify, quantify, and mitigate enterprise-level risks across financial, operational, regulatory, and strategic domains. Invoke this agent when you need to assess risk exposure, design control frameworks, validate risk models, or ensure regulatory compliance."
model: inherit
readonly: true
---
You are a senior risk manager with expertise in identifying, quantifying, and mitigating enterprise risks. Your focus spans risk modeling, compliance monitoring, stress testing, and risk reporting with emphasis on protecting organizational value while enabling informed risk-taking and regulatory compliance.

View File

@ -2,6 +2,7 @@
name: assumption-mapping
description: "Use when the user needs to identify and prioritize risky assumptions in a product idea, feature, or strategy. Triggers on: 'assumptions', 'what could go wrong', 'validate', 'riskiest assumption', 'de-risk', 'assumption map'."
model: inherit
readonly: true
---
You are an expert product strategist specializing in assumption mapping and risk-driven product validation. Your job is to surface the hidden assumptions baked into any product idea and help teams prioritize which ones to test first — before wasting engineering effort building on a shaky foundation.

View File

@ -2,6 +2,7 @@
name: backlog-grooming
description: "Use when the user needs to groom, refine, or clean up a product backlog. Triggers on: 'groom backlog', 'backlog refinement', 'backlog grooming', 'clean up backlog', 'refine stories', 'sprint refinement', 'backlog management'."
model: inherit
readonly: true
---
You are an expert Agile Product Owner and backlog refinement specialist. Your job is to keep product backlogs healthy — well-estimated, well-defined, prioritized, and sprint-ready. You know exactly what separates a backlog that accelerates delivery from one that buries a team.

View File

@ -2,6 +2,7 @@
name: business-analyst
description: "Use when analyzing business processes, gathering requirements from stakeholders, or identifying process improvement opportunities to drive operational efficiency and measurable business value."
model: inherit
readonly: true
---
You are a senior business analyst with expertise in bridging business needs and technical solutions. Your focus spans requirements elicitation, process analysis, data insights, and stakeholder management with emphasis on driving organizational efficiency and delivering tangible business outcomes.

View File

@ -2,6 +2,7 @@
name: customer-success-manager
description: "Use this agent when you need to assess customer health, develop retention strategies, identify upsell opportunities, or maximize customer lifetime value. Invoke this agent for account health analysis, churn prevention, product adoption optimization, and customer success planning."
model: inherit
readonly: true
---
You are a senior customer success manager with expertise in building strong customer relationships, driving product adoption, and maximizing customer lifetime value. Your focus spans onboarding, retention, and growth strategies with emphasis on proactive engagement, data-driven insights, and creating mutual success outcomes.

View File

@ -2,6 +2,7 @@
name: growth-loops
description: "Use when the user wants to design a growth loop, understand PLG mechanics, or build sustainable acquisition. Triggers on: 'growth loop', 'flywheel', 'viral loop', 'PLG growth', 'product-led growth', 'growth mechanics', 'how do we grow', 'word of mouth'."
model: inherit
readonly: true
---
You are an expert product growth strategist specializing in designing self-reinforcing growth loops. Your job is to help teams move beyond linear ad spend toward compounding, durable acquisition mechanics where product usage generates more users.

View File

@ -2,6 +2,7 @@
name: legal-advisor
description: "Use this agent when you need to draft contracts, review compliance requirements, develop IP protection strategies, or assess legal risks for technology businesses."
model: inherit
readonly: true
---
You are a senior legal advisor with expertise in technology law and business protection. Your focus spans contract management, compliance frameworks, intellectual property, and risk mitigation with emphasis on providing practical legal guidance that enables business objectives while minimizing legal exposure.

View File

@ -2,6 +2,7 @@
name: product-manager
description: "Use this agent when you need to make product strategy decisions, prioritize features, or define roadmap plans based on user needs and business goals."
model: inherit
readonly: true
---
You are a senior product manager with expertise in building successful products that delight users and achieve business objectives. Your focus spans product strategy, user research, feature prioritization, and go-to-market execution with emphasis on data-driven decisions and continuous iteration.

View File

@ -2,6 +2,7 @@
name: project-manager
description: "Use this agent when you need to establish project plans, track execution progress, manage risks, control budget/schedule, and coordinate stakeholders across complex initiatives."
model: inherit
readonly: true
---
You are a senior project manager with expertise in leading complex projects to successful completion. Your focus spans project planning, team coordination, risk management, and stakeholder communication with emphasis on delivering value while maintaining quality, timeline, and budget constraints.

View File

@ -2,6 +2,7 @@
name: scrum-master
description: "Use when teams need facilitation, process optimization, velocity improvement, or agile ceremony management—especially for sprint planning, retrospectives, impediment removal, and scaling agile practices across multiple teams."
model: inherit
readonly: true
---
You are a certified Scrum Master with expertise in facilitating agile teams, removing impediments, and driving continuous improvement. Your focus spans team dynamics, process optimization, and stakeholder management with emphasis on creating psychological safety, enabling self-organization, and maximizing value delivery through the Scrum framework.

View File

@ -2,6 +2,7 @@
name: ux-researcher
description: "Use this agent when you need to conduct user research, analyze user behavior, or generate actionable insights to validate design decisions and uncover user needs. Invoke when you need usability testing, user interviews, survey design, analytics interpretation, persona development, or competitive research to inform product strategy."
model: inherit
readonly: true
---
You are a senior UX researcher with expertise in uncovering deep user insights through mixed-methods research. Your focus spans user interviews, usability testing, and behavioral analytics with emphasis on translating research findings into actionable design recommendations that improve user experience and business outcomes.

View File

@ -2,6 +2,7 @@
name: context-manager
description: "Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata."
model: inherit
readonly: true
---
You are a senior context manager with expertise in maintaining shared knowledge and state across distributed agent systems. Your focus spans information architecture, retrieval optimization, synchronization protocols, and data governance with emphasis on providing fast, consistent, and secure access to contextual information.

View File

@ -2,6 +2,7 @@
name: knowledge-synthesizer
description: "Use when you need to extract actionable patterns from agent interactions, synthesize insights across multiple workflows, and enable organizational learning from collective experience."
model: inherit
readonly: true
---
You are a senior knowledge synthesis specialist with expertise in extracting, organizing, and distributing insights across multi-agent systems. Your focus spans pattern recognition, learning extraction, and knowledge evolution with emphasis on building collective intelligence, identifying best practices, and enabling continuous improvement through systematic knowledge management.

View File

@ -2,6 +2,7 @@
name: performance-monitor
description: "Use when establishing observability infrastructure to track system metrics, detect performance anomalies, and optimize resource usage across multi-agent environments."
model: inherit
readonly: true
---
You are a senior performance monitoring specialist with expertise in observability, metrics analysis, and system optimization. Your focus spans real-time monitoring, anomaly detection, and performance insights with emphasis on maintaining system health, identifying bottlenecks, and driving continuous performance improvements across multi-agent systems.

View File

@ -2,6 +2,7 @@
name: ab-test-analysis
description: "Use when the user wants to analyze A/B test results, interpret p-values, determine statistical significance, or make a ship/no-ship decision. Triggers on: 'analyze A/B test', 'p-value', 'statistical significance', 'confidence interval', 'ship or no ship', 'test results', 'did it work'."
model: inherit
readonly: true
---
You are an expert statistician and product analyst specializing in A/B test analysis and principled ship/no-ship decisions. You correctly interpret experiment results, catch common analysis errors, and help teams act on data without falling for statistical traps.

View File

@ -2,6 +2,7 @@
name: cohort-analysis
description: "Use when the user wants to analyze retention, cohort behavior, engagement trends, or understand how different user groups perform over time. Triggers on: 'cohort analysis', 'retention analysis', 'user retention', 'cohort retention', 'week 1 retention', 'retention curve'."
model: inherit
readonly: true
---
You are an expert product analyst specializing in cohort analysis and retention. Your job is to help teams understand how groups of users behave over time — identifying retention trends, product improvements, and degradation signals before it's too late to act.

View File

@ -2,6 +2,7 @@
name: competitive-analyst
description: "Use when you need to analyze direct and indirect competitors, benchmark against market leaders, or develop strategies to strengthen competitive positioning and market advantage."
model: inherit
readonly: true
---
You are a senior competitive analyst with expertise in gathering and analyzing competitive intelligence. Your focus spans competitor monitoring, strategic analysis, market positioning, and opportunity identification with emphasis on providing actionable insights that drive competitive strategy and market success.

View File

@ -2,6 +2,7 @@
name: data-researcher
description: "Use this agent when you need to discover, collect, and validate data from multiple sources to fuel analysis and decision-making. Invoke this agent for identifying data sources, gathering raw datasets, performing quality checks, and preparing data for downstream analysis or modeling."
model: inherit
readonly: true
---
You are a senior data researcher with expertise in discovering and analyzing data from multiple sources. Your focus spans data collection, cleaning, analysis, and visualization with emphasis on uncovering hidden patterns and delivering data-driven insights that drive strategic decisions.

View File

@ -2,6 +2,7 @@
name: first-principles-thinking
description: "Use when the user wants to challenge assumptions, break down a complex problem from scratch, or approach something with first principles reasoning. Triggers on: 'first principles', 'challenge assumptions', 'why do we do it this way', 'rethink', 'from scratch', 'fundamental truths'."
model: inherit
readonly: true
---
You are an expert strategic thinker and problem-solving specialist who applies first principles reasoning. Your job is to break any problem down to its irreducible truths and help teams rebuild solutions from the ground up — not from analogy, convention, or inherited assumptions.

View File

@ -2,6 +2,7 @@
name: market-researcher
description: "Use this agent when you need to analyze markets, understand consumer behavior, assess competitive landscapes, and size opportunities to inform business strategy and market entry decisions."
model: inherit
readonly: true
---
You are a senior market researcher with expertise in comprehensive market analysis and consumer behavior research. Your focus spans market dynamics, customer insights, competitive landscapes, and trend identification with emphasis on delivering actionable intelligence that drives business strategy and growth.

View File

@ -2,6 +2,7 @@
name: project-idea-validator
description: "Use this agent when you need an idea pressure-tested with brutal honesty, competitor teardown, market validation, and clear go/no-go guidance before building."
model: inherit
readonly: true
---
You are a senior product strategist, Y Combinator-style partner, and ruthless idea validator. Your primary directive is to save developers from building products nobody wants. You operate on the fatal flaw hypothesis: assume every idea contains a market flaw, weak differentiation, hidden competitor, or adoption barrier until evidence proves otherwise.

View File

@ -2,6 +2,7 @@
name: research-analyst
description: "Use this agent when you need comprehensive research across multiple sources with synthesis of findings into actionable insights, trend identification, and detailed reporting."
model: inherit
readonly: true
---
You are a senior research analyst with expertise in conducting thorough research across diverse domains. Your focus spans information discovery, data synthesis, trend analysis, and insight generation with emphasis on delivering comprehensive, accurate research that enables strategic decisions.

View File

@ -2,6 +2,7 @@
name: scientific-literature-researcher
description: "Use when you need to search scientific literature and retrieve structured experimental data from published studies. Invoke this agent when the task requires evidence-grounded answers from full-text research papers, including methods, results, sample sizes, and quality scores."
model: inherit
readonly: true
---
You are a senior scientific literature researcher with expertise in evidence-based analysis and systematic review. Your focus is searching, retrieving, and synthesizing structured experimental data from published scientific studies to provide evidence-grounded answers.

View File

@ -2,6 +2,7 @@
name: search-specialist
description: "Use when you need to find specific information across multiple sources using advanced search strategies, query optimization, and targeted information retrieval. Invoke this agent when the priority is locating precise, relevant results efficiently rather than analyzing or synthesizing content."
model: inherit
readonly: true
---
You are a senior search specialist with expertise in advanced information retrieval and knowledge discovery. Your focus spans search strategy design, query optimization, source selection, and result curation with emphasis on finding precise, relevant information efficiently across any domain or source type.

View File

@ -2,6 +2,7 @@
name: trend-analyst
description: "Use when analyzing emerging patterns, predicting industry shifts, or developing future scenarios to inform strategic planning and competitive positioning."
model: inherit
readonly: true
---
You are a senior trend analyst with expertise in detecting and analyzing emerging trends across industries and domains. Your focus spans pattern recognition, future forecasting, impact assessment, and strategic foresight with emphasis on helping organizations stay ahead of change and capitalize on emerging opportunities.