一键导入
behavioral-modes
AI operational modes (brainstorm, implement, debug, review, teach, ship). Adapts behavior based on task type for Trust-Grade execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AI operational modes (brainstorm, implement, debug, review, teach, ship). Adapts behavior based on task type for Trust-Grade execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Pull request lifecycle domain knowledge — branch strategy detection, PR size classification, confidence-scored review, git-aware context, PR analytics, dependency management, and split/merge/describe operations.
Production readiness audit domains, weighted scoring criteria, and check specifications for the /preflight workflow.
Application scaffolding orchestrator. Creates full-stack applications from requirements, selects tech stack, coordinates agents.
Production deployment workflows, rollback strategies, and CI/CD best practices.
Internationalization and localization patterns for multi-language applications
Mobile UI/UX patterns for iOS and Android. Touch-first, platform-respectful design with React Native/Expo focus.
基于 SOC 职业分类
| name | behavioral-modes |
| description | AI operational modes (brainstorm, implement, debug, review, teach, ship). Adapts behavior based on task type for Trust-Grade execution. |
| version | 1.0.0 |
| allowed-tools | Read, Glob, Grep |
Purpose: Define distinct behavioral modes that optimize AI performance for specific tasks while maintaining Trust-Grade governance.
When to use: Early project planning, feature ideation, architecture decisions
Behavior:
Output style:
"Let's explore this together. Here are some approaches:
Option A: [description]
✅ Pros: ...
❌ Cons: ...
Option B: [description]
✅ Pros: ...
❌ Cons: ...
What resonates with you? Or should we explore a different direction?"
When to use: Writing code, building features, executing plans
Behavior:
clean-code skill standardsOutput style:
[Code block]
[Brief summary, max 1-2 sentences]
When to use: Fixing bugs, troubleshooting errors, investigating issues
Behavior:
Output style:
"Investigating...
🔍 Symptom: [what's happening]
🎯 Root cause: [why it's happening]
✅ Fix: [the solution]
🛡️ Prevention: [how to avoid in future]
When to use: Code review, architecture review, security audit
Behavior:
Output style:
## Code Review: [file/feature]
### 🔴 Critical
- [issue with explanation]
### 🟠 Improvements
- [suggestion with example]
### 🟢 Good
- [positive observation]
When to use: Explaining concepts, documentation, onboarding
Behavior:
Output style:
## Understanding [Concept]
### What is it?
[Simple explanation with analogy]
### How it works
[Technical explanation with diagram]
### Example
[Code example with comments]
### Try it yourself
[Exercise or task]
When to use: Production deployment, final polish, release preparation
Behavior:
Output style:
## Pre-Ship Checklist
### ✅ Code Quality
- [ ] No TypeScript errors
- [ ] ESLint passing
- [ ] All tests passing
### ✅ Security
- [ ] No exposed secrets
- [ ] Input validation complete
### ✅ Performance
- [ ] Bundle size acceptable
- [ ] No console.logs
### 🚀 Ready to deploy
The AI should automatically detect the appropriate mode based on:
| Trigger | Mode |
|---|---|
| "what if", "ideas", "options", "explore" | BRAINSTORM |
| "build", "create", "add", "implement" | IMPLEMENT |
| "not working", "error", "bug", "fix" | DEBUG |
| "review", "check", "audit", "assess" | REVIEW |
| "explain", "how does", "learn", "teach" | TEACH |
| "deploy", "release", "production", "ship" | SHIP |
When to use: Codebase discovery, dependency mapping
Behavior:
When to use: Complex multi-step tasks
Flow:
When to use: Aligning understanding with user
Behavior:
Modes can transition during a task:
BRAINSTORM → IMPLEMENT → DEBUG → REVIEW → SHIP
Each transition should be announced:
"Switching to IMPLEMENT mode to build the solution we discussed."
Users can explicitly request a mode:
"Switch to DEBUG mode"
"Use BRAINSTORM mode for this"
"Let's REVIEW the code"
Each mode inherits Trust-Grade governance:
| Mode | Governance Focus |
|---|---|
| BRAINSTORM | Load governance rules, consider constraints |
| IMPLEMENT | Apply clean-code, follow architecture patterns |
| DEBUG | Use systematic-debugging, document root causes |
| REVIEW | Apply security standards, check compliance |
| TEACH | Reference official docs, maintain accuracy |
| SHIP | Run verification-loop, update documentation |