Skill Claude CodeCodex
Initialize a new project with deep context gathering and PROJECT.md. Creates project structure, requirements, roadmap, and state.
20 tagged roadmap, measured the same way as everything else here.
Browse within: product 7architecture 5product-management 5prompt-engineering 5
Skill Claude CodeCodex
Initialize a new project with deep context gathering and PROJECT.md. Creates project structure, requirements, roadmap, and state.
Skill Claude CodeCodex
Bootstraps a project's ROADMAP.jsonl and .foreman/config.json. Asks three things — what the project is, its near-term goals, and whether the drafted roadmap looks right — then writes and commits both files, leaving every optional behavior at its built-in default. The ledger and checkpoint policy are never asked here…
Skill Claude CodeCodex
Ongoing entry point for a project's ROADMAP.jsonl. Pick the next task to work on (ranks candidates deterministically by dependencies and file-touch collisions, shows why each is where it is, then crafts a self-contained handoff prompt), add a new task, correct a stale one, review roadmap status, or check the roadmap's…
Skill Claude CodeCodex
Advanced surface, normally reached through the foreman entrance's Reconcile and pick mode, which hands it a near-term set of ids to scope the pass to. Ground-truths the roadmap's near-term candidates against the actual codebase — an Explore agent checks whether each candidate's plannedtouches/dependson still match…