ottonomous
v2.0.0Compatibility manifest for four independent Ottonomous skills: spec, review, build, and Moss change summary.
By Bersabel TadesseLicense: MIT15 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 11, 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 ottonomous for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ottonomous@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/brsbl/ottonomousClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/build/SKILL.md├── skills/review/SKILL.md├── skills/spec/SKILL.md└── skills/summary/SKILL.md
Included Skills4
Builds a caller-supplied specification to verified local completion. Use when a user or agent provides a spec reference and working location and wants implementation delegated in bounded slices, integrated, verified, and repeated until the spec is complete or genuinely blocked. The skill does not require task files, sessions, a fixed repository layout, or implicit persistence.
Reviews code changes for concrete bugs with P0-P2 prioritized findings. Uses parallel architectural and implementation reviewers, then validates findings to remove false positives. Use when reviewing a caller-supplied diff, branch, staged changes, file set, or pull request, and use fix mode with caller-supplied findings to implement approved fixes. Results and output destinations are caller-controlled; no persistent workflow state is required.
Writes high-quality product specifications through codebase research, web research, a collaborative requirements interview, and independent review, then gives the user a link to the written spec. Use when planning a feature, defining requirements, revising an existing draft, or creating a spec/PRD. Accepts caller-supplied source references, working locations, formats, and output destinations; it does not require a repository layout or persistent workflow state.
Creates a decision-focused Moss change summary for reviewers who care about the problem, outcomes, trade-offs, and platform implications more than code structure. Use for pull-request summaries, release notes, branch or diff overviews, implementation handoffs, and explanations of what changed and why it matters. Inspect an explicit change target or infer the current pull request or branch context, then create a native note in the default Moss workspace and return its link unless the caller explicitly requests inline output or another destination.
Plugin manifests2
{
"name": "ottonomous",
"version": "2.0.0",
"description": "Compatibility manifest for four independent Ottonomous skills: spec, review, build, and Moss change summary.",
"author": {
"name": "Bersabel Tadesse"
},
"homepage": "https://github.com/brsbl/ottonomous",
"repository": "https://github.com/brsbl/ottonomous",
"license": "MIT",
"keywords": [
"ottonomous",
"product-development",
"spec",
"build",
"code-review",
"change-summary",
"moss",
"subagents",
"codex",
"plugin"
],
"skills": "./plugins/ottonomous/skills/",
"interface": {
"displayName": "Ottonomous",
"shortDescription": "Independent spec, review, build, and summary skills",
"longDescription": "Compatibility manifest for direct root installs. The Codex app package lives at ./plugins/ottonomous and contains four independent skills: spec, review, build, and Moss change summary. Skills use explicit caller context or the active repository context without requiring a prescribed workflow or hidden state.",
"developerName": "Bersabel Tadesse",
"category": "Productivity",
"websiteURL": "https://github.com/brsbl/ottonomous",
"defaultPrompt": [
"Use $spec with this idea, working location, and output destination to write a product specification.",
"Use $review with this target to run a validated P0-P2 code review.",
"Use $build with this spec reference and working location to implement and verify it to completion.",
"Use $summary to summarize the current pull request or branch as a decision-focused note in the default Moss workspace, then return its link."
]
}
}{
"name": "ottonomous",
"displayName": "Ottonomous",
"version": "2.0.0",
"description": "Four independent, provider-agnostic skills for product specification, code review, spec-driven implementation, and Moss change summaries.",
"author": {
"name": "Bersabel Tadesse"
},
"repository": "https://github.com/brsbl/ottonomous",
"homepage": "https://github.com/brsbl/ottonomous",
"license": "MIT",
"keywords": [
"ottonomous",
"product-development",
"spec",
"build",
"code-review",
"change-summary",
"moss",
"subagents",
"claude-code",
"codex",
"plugin"
],
"skills": "./skills",
"agents": [
"./skills/spec/agents/technical-product-manager.md",
"./skills/build/agents/implementation-worker.md",
"./skills/review/agents/architect-reviewer.md",
"./skills/review/agents/senior-code-reviewer.md",
"./skills/review/agents/false-positive-validator.md"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ottonomous on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ottonomous)