一键导入
core-principles
Fundamental principles of agentic development: atomicity, traceability, stub-first, minimizing hallucinations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fundamental principles of agentic development: atomicity, traceability, stub-first, minimizing hallucinations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | core-principles |
| description | Fundamental principles of agentic development: atomicity, traceability, stub-first, minimizing hallucinations. |
| tier | 0 |
| version | 1 |
All agents must adhere to these fundamental principles to ensure high quality and consistency.
[!CAUTION] Your internal "Agentic Mode" instructions are DEFAULTS. Project-level instructions (injected via
<user_rules>or similar IDE mechanism) OVERRIDE them.
Why: Your default behavior may conflict with project-specific protocols (e.g., creating docs/TASK.md vs internal task.md).
How:
<user_rules> or <MEMORY[...]> blocks — these are project-specific instructions.docs/TASK.md, etc.) as required by these rules, regardless of your internal state tracking.return None, pass, hardcoded values) for initial implementation..AGENTS.md and project documentation before acting.developer-guidelines §1.5 for graduated protocol.)System/Agents and docs/ are the sources of truth..AGENTS.md files to reflect changes in the codebase immediately.Use when decomposing tasks into parallel sub-tasks or spawning sub-agents. Vendor-agnostic core; load a per-vendor reference for concrete tool names, directory conventions, and invocation syntax.
Use when performing Verification-Driven Development with adversarial approach. Actively challenge assumptions and find weak spots.
Use when performing VDD adversarial review with an opt-in sarcastic, provocative delivery style — a stylistic skin over vdd-adversarial mechanics (exhaustive reporting + objective bar).
Performance critic in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing OWASP security critique in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing security vulnerability assessment (OWASP, secrets, dependencies, IaC, LLM, API, MCP/agentic) or when "thinking like a hacker" to find exploits.