Skip to main content
Run any Skill in Manus
with one click
GitHub repository

foreman

foreman contains 8 collected skills from VisionForge-OU, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
225
updated
2026-05-01
Forks
48
Occupation coverage
3 occupation categories ยท 100% classified
repository explorer

Skills in this repository

foreman-debug
software-developers

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 its own.

2026-05-01
foreman-plan
software-developers

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 and stops.

2026-05-01
foreman-verify
software-developers

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.

2026-05-01
foreman-web-testing
software-quality-assurance-analysts-and-testers

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 parses.

2026-05-01
foreman-grill-docs
software-developers

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 instead of interviewing a live user.

2026-04-18
foreman-tdd
software-quality-assurance-analysts-and-testers

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.

2026-03-28
foreman-to-issues
project-management-specialists

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 PRD traceability.

2026-03-14
foreman-to-prd
project-management-specialists

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.

2026-03-02