ワンクリックで
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 reviewing architecture decisions. C4 model, dependency inversion, hexagonal boundaries.
Use during discuss-slice and plan-slice to stress-test a spec or plan against domain vocabulary before approval.
Use during research-slice to build disposable experiments that answer technical uncertainty.
Use during project:init to scaffold repo-level agent configuration (CLAUDE.md, AGENTS.md, tracker labels).
Use when debugging. 4-phase investigation, root cause, minimal fix.
Use when implementing features/fixes. Iron law: ¬∃ production code without failing test.
| name | agent-authoring |
| description | Use when creating or modifying agents. Standardized template, identity-only, skills-loaded. |
| version | 1.0.0 |
| tags | ["meta","authoring"] |
∀ 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>