Skip to content

Commit 1c3960e

Browse files
committed
add specx promotion materials
1 parent 928fe7e commit 1c3960e

2 files changed

Lines changed: 69 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Demo 3: Multi-agent system
129129
- `docs/contract-schema-v0.1.md`
130130
- `docs/execution-result-v0.1.md`
131131
- `docs/cli.md`
132+
- `docs/promotion.md`
132133

133134
## Roadmap
134135

docs/promotion.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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

Comments
 (0)