Agent Plugins Marketplace
← All plugins

steward

v0.6.0

Stay aligned as software work evolves, then check that the result solves the problem and its scope and complexity are justified.

CodexClaude Code2 Skills

By Rich HaaseLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 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 richhaase/toolshed
codex plugin marketplace upgrade toolshed
codex plugin add steward@toolshed

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

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

  • Codex: steward-2@agent-plugin-marketplace → steward@toolshed

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/richhaase/toolshed

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/align/SKILL.md
└── skills/check/SKILL.md

Included Skills2

alignskills/align/SKILL.md

Keep software work aligned with the user's intent as discoveries and feedback change the work. Use when the user asks to align or rethink a task, when the agent's direction appears to drift, or when a discovery creates a consequential choice about the result, scope, or cost. Clarify what matters, recommend a direction, and carry user decisions forward without creating a specification or an approval ritual.

checkskills/check/SKILL.md

Check whether software work solves the user's current problem and whether its scope and complexity are justified. Use when the user asks if work is done, achieved the goal, drifted, or became overbuilt. Inspect the actual result with proportionate evidence and identify meaningful gaps or excess. No prior Steward document is needed. This is a goal and proportionality review, not a general code audit or an implementation task.

Plugin manifests2

plugins/steward/.codex-plugin/plugin.json
{
  "name": "steward",
  "version": "0.6.0",
  "description": "Stay aligned as software work evolves, then check that the result solves the problem and its scope and complexity are justified.",
  "author": {
    "name": "Rich Haase",
    "url": "https://github.com/richhaase"
  },
  "repository": "https://github.com/richhaase/toolshed",
  "license": "MIT",
  "keywords": [
    "alignment",
    "goals",
    "scope",
    "complexity",
    "review",
    "software-delivery"
  ],
  "skills": "./skills/",
  "interface": {
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "displayName": "Steward",
    "shortDescription": "Stay aligned, build what matters",
    "longDescription": "Keep the agent's understanding current as discoveries and feedback change software work. Align helps resolve consequential choices; Check examines whether the actual result solves the user's problem and whether its scope and complexity are justified. Both work from the current conversation and codebase without a required artifact or legacy contract support.",
    "developerName": "Rich Haase",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/richhaase/toolshed",
    "defaultPrompt": [
      "Use Steward Align with my latest feedback and the current work.",
      "Use Steward Check: does this solve my problem, and have we overbuilt it?"
    ]
  }
}
plugins/steward/.claude-plugin/plugin.json
{
  "name": "steward",
  "version": "0.6.0",
  "description": "Stay aligned as software work evolves, then check that the result solves the problem and its scope and complexity are justified.",
  "author": {
    "name": "Rich Haase",
    "url": "https://github.com/richhaase"
  },
  "repository": "https://github.com/richhaase/toolshed",
  "license": "MIT",
  "keywords": [
    "alignment",
    "goals",
    "scope",
    "complexity",
    "review",
    "software-delivery"
  ],
  "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-2)