Agent Plugins Marketplace
All plugins

foreman

v1.0.0

AI-powered strategic advisor for entrepreneurs. 158 skills across 12 categories, from Porter's Five Forces to Stoic philosophy, with diagnostics, playbooks, output templates, and industry-specific packs.

Codex

By Fatih GunerLicense: MIT43 GitHub starsUpdated 5 months ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Apr 4, 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 foreman for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add foreman@agent-plugin-marketplace

Paste 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/fatihguner/foreman

Clone 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

foreman/
└── .codex-plugin/plugin.json

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "foreman",
  "version": "1.0.0",
  "description": "AI-powered strategic advisor for entrepreneurs. 158 skills across 12 categories, from Porter's Five Forces to Stoic philosophy, with diagnostics, playbooks, output templates, and industry-specific packs.",
  "author": {
    "name": "Fatih Guner",
    "url": "https://foreman.sh"
  },
  "homepage": "https://foreman.sh",
  "repository": "https://github.com/fatihguner/foreman",
  "license": "MIT",
  "keywords": [
    "entrepreneurship",
    "strategy",
    "frameworks",
    "business",
    "startup",
    "leadership",
    "negotiation",
    "stoicism",
    "game-theory",
    "decision-making",
    "ai-advisor"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Foreman",
    "shortDescription": "AI-powered strategic advisor for entrepreneurs",
    "longDescription": "Foreman provides 158 business frameworks, 24 diagnostic triage systems, 21 multi-step playbooks, 48 output templates, and 9 industry-specific packs. It diagnoses entrepreneurial problems, applies the right framework to the entrepreneur's context, and produces professional deliverables for investors, boards, teams, and clients. Supports solo mode for solopreneurs, Stoic mode for philosophical depth, and language mode for multilingual output.",
    "developerName": "Fatih Guner",
    "category": "Productivity",
    "capabilities": [
      "Strategic analysis using 158 business frameworks",
      "Problem diagnosis through 24 triage systems",
      "Multi-step playbooks for complex scenarios",
      "Professional output templates for 5 audiences",
      "Industry-specific packs for 9 sectors",
      "Board simulation with 10 adversarial personas",
      "Implementation tracking and accountability",
      "Research guides for data collection"
    ],
    "websiteURL": "https://foreman.sh",
    "defaultPrompt": "I'm an entrepreneur and I need strategic guidance.",
    "brandColor": "#1a1a2e"
  }
}

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

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