|
| 1 | +# Promotion |
| 2 | + |
| 3 | +SpecX is a governance layer for Codex agents. |
| 4 | + |
| 5 | +## Core Positioning |
| 6 | + |
| 7 | +Stop agents from pretending success. |
| 8 | +Make every task contract-bound, gate-bound, evidence-bound, and failure-explicit. |
| 9 | + |
| 10 | +## One-Line Install |
| 11 | + |
| 12 | +```bash |
| 13 | +codex plugin marketplace add https://github.com/BTCNAI/specx-codex-marketplace.git --ref v0.4.0 |
| 14 | +``` |
| 15 | + |
| 16 | +## Short Copy |
| 17 | + |
| 18 | +SpecX turns vague agent tasks into governed execution contracts. It enforces required agents, tools, evidence, gates, artifacts, execution results, and failure semantics so Codex workflows cannot silently fallback or claim fake success. |
| 19 | + |
| 20 | +## Launch Post |
| 21 | + |
| 22 | +SpecX is a governance layer for Codex agents. |
| 23 | + |
| 24 | +It turns vague tasks into explicit contracts, then verifies execution results against those contracts. |
| 25 | + |
| 26 | +- Required agents and tools |
| 27 | +- Evidence and gate checks |
| 28 | +- Artifact contracts |
| 29 | +- Explicit passed, failed, and blocked states |
| 30 | +- CLI + MCP tools |
| 31 | +- GitHub-backed Codex marketplace distribution |
| 32 | + |
| 33 | +Install: |
| 34 | + |
| 35 | +```bash |
| 36 | +codex plugin marketplace add https://github.com/BTCNAI/specx-codex-marketplace.git --ref v0.4.0 |
| 37 | +``` |
| 38 | + |
| 39 | +## Demo Hooks |
| 40 | + |
| 41 | +Software engineering: |
| 42 | + |
| 43 | +Before: `Refactor this backend.` |
| 44 | + |
| 45 | +After SpecX: required agents, gates, tests, artifacts, and explicit failure semantics. |
| 46 | + |
| 47 | +Research: |
| 48 | + |
| 49 | +Before: `Research this market.` |
| 50 | + |
| 51 | +After SpecX: source gates, evidence mapping, decision packet, and risk notes. |
| 52 | + |
| 53 | +Multi-agent systems: |
| 54 | + |
| 55 | +Before: agents freestyle. |
| 56 | + |
| 57 | +After SpecX: contract-first runtime, execution result verification, and explicit failure state. |
| 58 | + |
| 59 | +## Distribution Channels |
| 60 | + |
| 61 | +- GitHub README |
| 62 | +- X / Twitter |
| 63 | +- Hacker News Show HN |
| 64 | +- Reddit r/ChatGPTCoding |
| 65 | +- Reddit r/LocalLLaMA |
| 66 | +- Reddit r/ClaudeAI |
| 67 | +- Product Hunt |
| 68 | +- Codex and agent builder communities |
0 commit comments