cc-codex-spec-bootstrap
Originally frommindfold-ai/trellis
Installation
SKILL.md
CC + Codex Spec Bootstrap Pipeline
A multi-agent pipeline where Claude Code (CC) orchestrates and Codex executes in parallel. CC analyzes the repo with GitNexus + ABCoder, creates Trellis task PRDs, then Codex agents fill the coding specs — each with access to the same code intelligence MCP tools.
Why This Exists
AI coding agents produce better code when they have project-specific coding guidelines (not generic templates). But filling those guidelines manually is tedious. This skill automates the bootstrap:
- You (Claude Code) analyze the repo architecture using GitNexus + ABCoder
- You create Trellis tasks with rich PRDs containing architectural context + MCP tool instructions
- Codex agents run those tasks in parallel, each filling one spec directory using the same MCP tools
The result: every spec file contains real code examples, actual patterns, and project-specific anti-patterns — not placeholder text.
Prerequisites
Before running this skill, ensure these tools are set up. See references/mcp-setup.md for detailed installation instructions.