Agent Plugins Marketplace
All plugins

steward

v0.1.2

面向 Codex 与 Claude Code 的六技能工程工作流,覆盖项目文档维护、只读需求调研,以及 GOAL 起草与闭环验收。

CodexClaude Code6 Skills

By coachpoLicense: MIT0 GitHub starsUpdated 40 minutes ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 2, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install steward for Codex and Claude Code

Installs for the current user
codex plugin marketplace add coachpo/3mi-plugins
codex plugin marketplace upgrade coachpo
codex plugin add steward@coachpo

Paste and run these commands in a terminal with Codex. They add and refresh the coachpo catalog, then install this plugin.

Compatibility: the page URL and API slug “steward” remain stable.

  • Codex: steward@agent-plugin-marketplacesteward@coachpo

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/coachpo/3mi-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/steward/.

Plugin files

plugins/steward/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/analyze-change-request/SKILL.md
├── skills/draft-consensus-goal/SKILL.md
├── skills/parallel-repository-research/SKILL.md
├── skills/run-closed-loop-verification/SKILL.md
├── skills/write-agent-guides/SKILL.md
└── skills/write-project-docs/SKILL.md

Included Skills6

analyze-change-requestskills/analyze-change-request/SKILL.md

Analyze an explicitly supplied software change request using verified project facts and only decision-relevant external evidence, then produce a cited, non-authoritative candidate requirements analysis. Do not use for implementation, GOAL authoring, documentation maintenance, or semantic-risk review.

draft-consensus-goalskills/draft-consensus-goal/SKILL.md

Create or resume Steward's machine-validated seven-line Chinese GOAL and sole context in one caller-provided worktree. Use only when explicitly asked to persist a new contract or continue a named interrupted invocation.

parallel-repository-researchskills/parallel-repository-research/SKILL.md

Run parallel, read-only repository research when a question benefits from at least two independent search lanes, such as locating code, mapping architecture, inventorying implementations, or tracing dependencies. Do not use for single-point lookups, code changes, test execution, or behavioral-risk adjudication.

run-closed-loop-verificationskills/run-closed-loop-verification/SKILL.md

Operate a claimed-complete Steward GOAL in one explicit worktree with durable evidence. Inspect is read-only; resume and audit act only on an existing Campaign; accept alone may initialize, run, and make evidence-bound GOAL-scoped repairs. Use ordinary project commands for one-off testing.

write-agent-guidesskills/write-agent-guides/SKILL.md

Review or maintain an evidence-based AGENTS.md hierarchy for a code repository: shared root guidance, only material subtree differences, and a short managed engineering router when an invariant map exists. Use write-project-docs for canonical project documentation and invariant authority anchors.

write-project-docsskills/write-project-docs/SKILL.md

Review or maintain a repository's canonical product, status, architecture, development, contributing, and source-responsibility documentation from verified project facts. Use for focused document work, full documentation initialization/migration, STATUS-controlled static development-tier strategies, or an existing/requested invariant map; use write-agent-guides for AGENTS.md hierarchy and engineering routing.

Plugin manifests2

plugins/steward/.codex-plugin/plugin.json
{
  "name": "steward",
  "version": "0.1.2",
  "description": "面向 Codex 与 Claude Code 的六技能工程工作流,覆盖项目文档维护、只读需求调研,以及 GOAL 起草与闭环验收。",
  "author": {
    "name": "coachpo",
    "url": "https://github.com/coachpo"
  },
  "homepage": "https://github.com/coachpo/plugins/tree/main/plugins/steward#readme",
  "repository": "https://github.com/coachpo/plugins",
  "license": "MIT",
  "keywords": [
    "agents-md",
    "claude-code",
    "codex",
    "documentation",
    "goals",
    "requirements-analysis",
    "repository-research",
    "verification",
    "workflows",
    "testing",
    "regression",
    "steward"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Steward",
    "shortDescription": "项目文档、调研分析与 GOAL 验收工作流",
    "longDescription": "Steward 用六个共享技能组织三条工程工作流:维护 canonical 项目文档与 AGENTS.md 层级,执行只读仓库调研与变更请求分析,以及起草持久 GOAL、在手动实施后按 repairPolicy 修补并完成完整回归和 audit。Codex 与 Claude Code 读取同一套技能、合同和工作树本地证据。",
    "developerName": "CoachPo",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "使用 $steward:write-project-docs 维护 canonical 项目文档,再用 $steward:write-agent-guides 同步 AGENTS.md 层级。",
      "使用 $steward:analyze-change-request 调研当前变更请求;需要复杂仓库搜索时使用 $steward:parallel-repository-research。",
      "使用 $steward:draft-consensus-goal 写入可执行 GOAL;手动执行完成后,用 $steward:run-closed-loop-verification 以 repairPolicy=within-goal 验收并修补。"
    ],
    "brandColor": "#1A73E8",
    "websiteURL": "https://github.com/coachpo/plugins/tree/main/plugins/steward"
  }
}
plugins/steward/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "steward",
  "displayName": "Steward",
  "version": "0.1.2",
  "description": "面向 Codex 与 Claude Code 的六技能工程工作流,覆盖项目文档维护、只读需求调研,以及 GOAL 起草与闭环验收。",
  "author": {
    "name": "coachpo",
    "url": "https://github.com/coachpo"
  },
  "homepage": "https://github.com/coachpo/plugins/tree/main/plugins/steward#readme",
  "repository": "https://github.com/coachpo/plugins",
  "license": "MIT",
  "keywords": [
    "agents-md",
    "claude-code",
    "codex",
    "documentation",
    "goals",
    "requirements-analysis",
    "repository-research",
    "verification",
    "workflows",
    "testing",
    "regression",
    "steward"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[steward on Agent Plugins Marketplace](https://pluginsmp.com/plugins/steward)