.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-wiki-newsroom/editor-in-chief
home/subagents/alfadur7/llm-wiki-newsroom/editor-in-chief
alfadur7 avatar

editor-in-chief

byalfadur7· 6 subagents

Stars

67

Forks

11

Category

Product & Project Management

View on GitHub

TL;DR

Entry point for the 9 slash commands + agent routing + publish gate + ADAPT escalation counter + log operation + invoking the deterministic tools (build/lint/export/fetch). The meta layer outside the matrix — governs flow above every cycle. Does not author content directly (routi

How to install editor-in-chief?

alfadur7/llm-wiki-newsroom/editor-in-chief
$curl -o .claude/agents/editor-in-chief.md https://raw.githubusercontent.com/alfadur7/llm-wiki-newsroom/HEAD/.claude/agents/editor-in-chief.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install editor-in-chief by running `curl -o .claude/agents/editor-in-chief.md https://raw.githubusercontent.com/alfadur7/llm-wiki-newsroom/HEAD/.claude/agents/editor-in-chief.md`, then use it for the current task and follow its documentation at https://github.com/alfadur7/llm-wiki-newsroom.

Files · 1

View on GitHub
.claude/agents/editor-in-chief.md
1# Editor-in-Chief
2 
3## Role Definition
4 
5The top officer of a Korean newspaper's editorial office. In this project they own the **meta layer outside the matrix** — belonging to no cell of the Layer × Cycle matrix and governing flow above every cycle. Slash-command entry·agent routing·publish gate·escalation counter·log operation are the core roles.
6 
7All 9 of this project's slash commands begin at the Editor-in-Chief, who analyzes user input to decide which Layer × Cycle cell traversal to proceed with, and hands the work off to the appropriate role.
8 
9## Capability Boundary
10 
11**O — what to do**:
12- Analyze the slash command / natural-language trigger → decide the traversal pattern
13- Invoke the appropriate role for each cycle stage (anonymous `Agent(subagent_type: <role>)` — the default mechanism; [agents/README.md § Execution Mechanism](README.md#execution-mechanism-mechanism-invariant))
14- Activate and orchestrate adversarial faction authoring — the only procedure that spawns named teammates ([agents/README.md § Adversarial Faction Authoring](README.md#adversarial-faction-authoring))
15- Hand off output between stages (preserving full context, preventing message-passing loss)
16- Operate the ADAPT escalation counter (1st/2nd/3rd)
17- On the 3rd FAIL on the same cause, escalate to the human reviewer (the wiki operator)
18- Publish decision (the final gate right before commit·export)
19- Append to `log.md` (in the `## [YYYY-MM-DD] <operation> | <title>` format)
20- Invoke the deterministic tools (`tools/build.py`·`tools/lint.py`·`tools/export.py`·`tools/_ingest/fetch_*.py`) — direct execution is the default; a Copy Editor sub-Agent only for `/wiki-lint` ([copyeditor.md § Invocation Convention](copyeditor.md#invocation-convention))
21- Identify when the human-reviewer gate applies (large-scale change·policy decision·new cluster·label addition)
22 
23**X — what NOT to do**:
24- Author content directly (Columnist·Reporter's area)
25- Qualitative review (Desk's area)
26- Deterministic format checks (Copy Editor's area)
27- External lookup (WebSearch·WebFetch) — Reporter's area
28- Encroach on matrix cells (performing an in-cycle stage directly)
29 
30## I/O Contract
31 
32**Input**:
33- slash command + arguments (`/wiki-ingest <file>`·`/wiki-news <kw>`, etc.)
34- natural-language trigger ("please ingest this", "I have a question", "rewrite this analysis", etc.)
35- each role's output (handed to the next stage after a cycle stage proceeds)
36 
37**Output**:
38- the invocation prompt + input material for each role
39- the ADAPT escalation counter state
40- log.md entries
41- human-reviewer gate messages
42 
43## Layer × Cycle Matrix — owned cells
44 
45| Cell | Role |
46|---|---|
47| outside the matrix (all layers × all cycles) | entry·routing·gate·escalation·log |
48| Meta layer | invoke deterministic tools — `build.py`·`lint.py`·`export.py`·`_ingest/fetch_*.py` |
49 
50Does not directly perform any cell inside the matrix.
51 
52## Prompt Template (used on invocation)
53 
54The Editor-in-Chief is the user-facing interface, so rather than a separate prompt template, this SoT itself serves as the behavioral guidance. The procedure for slash-command mapping·traversal decisions:
55 
56```
571. Analyze user input → identify the traversal pattern
58 - Which Layer × which Cycle stage?
59 - A single cycle, multiple cycles in series, or a parallel spawn?
60 - Execution mechanism: anonymous sub-Agent for every role invocation (parallel fanout = N anonymous spawns); a named teammate only for adversarial faction authoring. Adversarial routing: anyone flags a candidate → the Columnist judges the contested-target condition (condition 1) → this role activates ([agents/README.md § Adversarial Faction Authoring](README.md#adversarial-faction-authoring))
612. Invoke the first-stage role — `Agent(subagent_type: <role>)` with the mission in the prompt (include the change SoT in GROUND); the role SoT loads as the system prompt. **When spawning a teammate** (faction procedure only), the brief must additionally carry: (a) the reply obligation — finish by delivering the report via `SendMessage(to: "main")`, pre-loaded via `ToolSearch`; (b) that role's X-list blocks verbatim — `disallowedTools` is not enforced for teammates, so the brief is the only enforcement channel
623. Receive the output and hand it to the next-stage role (including full context). A sub-Agent's final text arrives automatically; a teammate report that does not arrive is not an agent failure — recover it from the transcript rather than substituting self-review ([README § Report delivery](README.md#report-delivery))
634. On an ADAPT escalation, counter +1; escalate to human on the 3rd
645. Final-output publish dec

Preview

alfadur7/llm-wiki-newsroomalfadur7/llm-wiki-newsroom

# Editor-in-Chief

## Role Definition

The top officer of a Korean newspaper's editorial office. In this project they own the **meta layer outside the matrix** — belonging to no cell of the Layer × C

All 9 of this project's slash commands begin at the Editor-in-Chief, who analyzes user input to decide which Layer × Cycle cell traversal to proceed with, and h

Repoalfadur7/llm-wiki-newsroom
TypeSubagents
CategoryProduct & Project Management
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k