plugins marketplace
← All plugins

before-you-build

v0.1.1

Pre-build product risk review for founders, product teams, and AI-assisted builders before implementation starts.

CodexClaude Code1 skill

by bin1874MIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/before-you-build/ inside the repository.

Layout

plugins/before-you-build/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/before-you-build/SKILL.md

Skills1

before-you-buildskills/before-you-build/SKILL.md

Pre-build product and feature risk review for founders, product managers, and AI-assisted builders. Use this skill when the user is about to build a landing page, MVP, SaaS product, internal tool, agent workflow, or major feature and needs to check demand, positioning, monetization, retention, trust, distribution, and adoption risk before implementation starts.

Manifests2

plugins/before-you-build/.codex-plugin/plugin.json
{
  "name": "before-you-build",
  "version": "0.1.1",
  "description": "Pre-build product risk review for founders, product teams, and AI-assisted builders before implementation starts.",
  "skills": "./skills/",
  "author": {
    "name": "bin1874",
    "url": "https://github.com/bin1874/before-you-build-skill"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Before You Build",
    "shortDescription": "Pre-build product risk review for founders, product teams, and AI-assisted builders before implementation starts.",
    "category": "Coding"
  }
}
plugins/before-you-build/.claude-plugin/plugin.json
{
  "name": "before-you-build",
  "version": "0.1.1",
  "description": "Pre-build product risk review for founders, product teams, and AI-assisted builders before implementation starts.",
  "author": {
    "name": "bin1874",
    "url": "https://github.com/bin1874/before-you-build-skill"
  },
  "license": "MIT"
}