بنقرة واحدة
agent-authoring
Use when creating or modifying agents. Standardized template, identity-only, skills-loaded.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when creating or modifying agents. Standardized template, identity-only, skills-loaded.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when making git commits. Conventional commit format and rules.
Use when running security review on a diff/PR/file. Research-vs-Reporting discipline, three-tier confidence gate, attacker-controllable taxonomy.
Use when invoking plannotator for approval review of generated .tff-cc milestone artifacts (plan, verification, spec).
Use when starting design or discovery work. MUST use before any creative work.
Use when the user wants to report a bug, file an issue, or send feedback about tff-cc. Triggers on phrases like 'report issue', 'file a bug', 'tff-cc broke', 'something is wrong with tff-cc', 'open an issue', '/report-issue'.
Use when creating, refining, or composing skills. Evidence-driven pattern analysis.
| name | agent-authoring |
| description | Use when creating or modifying agents. Standardized template, identity-only, skills-loaded. |
∀ new agent creation, ∀ agent modification.
Agent file must follow standardized template. ¬methodology ∈ agent files. Methodology belongs ∈ skills.
Only create agents when fresh-reviewer enforcement requires persistent identity. ∀ other cases -> skill + fresh subagent.
Identity tracking is needed when:
---
name: <project>-<role>
model: <opus|sonnet>
identity: <role> — tracked for fresh-reviewer enforcement
---
# <project>-<role>
## Purpose
<one-line purpose>
## Skills Loaded
- @skills/<skill-1>/SKILL.md
- @skills/<skill-2>/SKILL.md
## Fresh-Reviewer Rule
¬review code written by this agent. Identity tracked via `verify reviewer identity`.
## Scope
<what this agent does and does NOT do>