月度经营复盘。适用于"XX月经营情况 / 经营分析 / 经营报告 / 月度复盘"类任务。固化已验证可用的批量 SQL 查询集与报告模板,一次并行查完、直接出报告,禁止自由探索数据库。
产品经营分析。分析销售、采购、库存、成本、现金流、生产等业务数据并生成报告。已按数字中台真实数据库校准:明确标注哪些指标数据库能算、哪些无数据源不得编造,每个维度附可用 SQL。
严格 Prove-It 测试驱动开发模式。先写失败测试,证明它失败,再写代码,证明它通过,最后重构。
Release engineer checklist. Sync main, run tests, audit coverage, push, open PR. Bootstraps test frameworks if missing. Use when "ready to ship", "deploy", "publish", "release this".
YC-style product interrogation. Six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Use before any planning or coding. Triggers when user describes a new product idea, asks "is…
CEO/founder-mode plan review. Four modes: EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when user asks "think bigger", "strategy review", "rethink this", or…
Pre-landing PR review. Analyzes diff for SQL safety, race conditions, LLM trust boundary violations, and other structural issues. Confidence calibration (1-10) on every finding. Triggers: "review this", "code review", "check my code".
Chief Security Officer audit. OWASP Top 10 + STRIDE threat model. Zero-noise: only report findings with confidence ≥8/10. Each finding includes concrete exploit scenario. Triggers: "security audit", "security review", "is this secure", "check for…