VisionForge-OU

9 mods across 1 repository, 446 stars between them.

foreman AGENTS.md

01

VisionForge-OU/foreman

Instructions file CodexOpenCode

AGENTS.md instructions for VisionForge-OU/foreman, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

446 2mo ago A 641 tokens

foreman-debug

02

VisionForge-OU/foreman

Skill Claude CodeCodex

Headless root-cause debugging loop for a Foreman worker whose tests, build, or acceptance check are failing — especially on a retry. Find the root cause before changing anything, fix at the source with a regression test, and never thrash on symptom patches. Used inside a foreman-tdd build session; emits no summary of…

446 2mo ago A 74 tokens

foreman-grill-docs

03

VisionForge-OU/foreman

Skill Claude CodeCodex

Headless grilling pass that challenges an approved implementation plan against the existing codebase and domain model, then writes an ADR draft and a PRD draft into the Foreman feature directory. Self-answers every question it can from the code/docs and surfaces the rest as an "Open questions for reviewer" block…

446 2mo ago A 74 tokens

foreman-plan

04

VisionForge-OU/foreman

Skill Claude CodeCodex

Headless implementation-plan authoring for the Foreman planning stage. Explore the target repo first, then write a deep, decomposition-aware plan that the grill→ADR/PRD→issues pipeline can build on — goals, seams, data/interface changes, risks, sequencing, and testing strategy. No placeholders. Writes the plan body…

446 2mo ago A 72 tokens

foreman-tdd

05

VisionForge-OU/foreman

Skill Claude CodeCodex

Stack-agnostic test-driven development loop for a single Foreman issue. Implements one vertical slice with strict red-green-refactor (one test at a time, never horizontal slicing) using the foreman-test wrapper, saves completion evidence, then emits a machine-readable FOREMAN-SUMMARY block Foreman parses.

446 2mo ago A 67 tokens

foreman-to-issues

06

VisionForge-OU/foreman

Skill Claude CodeCodex

Break an approved PRD into small, dependency-ordered, vertically-sliced implementation issues written as local files in the Foreman feature directory. Each issue ships a runnable acceptance check and a declared file footprint. No GitHub, no live quizzing of the user — emits files matching Foreman's issue schema with…

446 2mo ago A 73 tokens

foreman-to-prd

07

VisionForge-OU/foreman

Skill Claude CodeCodex

PRD template and authoring rules for Foreman. Synthesizes a PRD from the approved plan and the grilled decisions and writes it as a local file in the Foreman feature directory. Does not interview the user and does not publish to any external issue tracker.

446 2mo ago A 60 tokens

foreman-verify

08

VisionForge-OU/foreman

Skill Claude CodeCodex

Headless self-verification gate a Foreman worker runs before it claims an issue is done. Re-run the real commands, read the actual output, and only then write the FOREMAN-SUMMARY — evidence before claims, always. Used inside a foreman-tdd build session; emits no summary of its own.

446 2mo ago A 69 tokens

foreman-web-testing

09

VisionForge-OU/foreman

Skill Claude CodeCodex

Headless end-to-end / web-app testing for the Foreman e2e stage. Derive end-to-end tests from the PRD's User Flows, drive the real application the way a user would (browser flows, screenshots, accessibility checks for web apps), make them pass via the configured e2e command, and emit the FOREMAN-SUMMARY block Foreman…

446 2mo ago A 83 tokens