foreman-to-prd
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.
npx skills add VisionForge-OU/foreman --skill foreman-to-prd --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# foreman-to-prd (Adapted from mattpocock/skills `to-prd` — see NOTICE. Removed: live "check with the user" seam confirmation and the GitHub publish + `ready-for-agent` label step. Output is a local `prd.md` file, not a tracker post.) This skill is the **PRD template authority**. The `foreman-grill-docs` skill calls it to produce `prd.md`. Synthesize from the approved plan, the codebase, and the grilled decisions — do NOT interview anyone. ## Process 1. Explore the target repo to understand the current state, if you haven't. Use the project's domain glossary (`CONTEXT.md`) throughout, and respect ADRs in the area you're touching. 2. Identify the **seams** at which the feature will be tested. Prefer existing seams; use the highest seam possible. If a new seam is needed, propose it at the highest point you can — and if whether that seam is acceptable is a genuine product/architecture call you cannot settle from the code, add it to the `## Open questions for reviewer` block rather than asking interactively. 3. Write `prd.md` into the feature directory using the template below. Begin the file with the open-questions block (see `foreman-grill-docs`). Do not publish anywhere and do not a
- Process
- Open questions for reviewer
- Problem Statement
- Solution
- User Stories
- User Flows
- Implementation Decisions
- Testing Decisions
- Out of Scope
- Further Notes
What does the foreman-to-prd skill do?
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.
How do I install it?
Run `npx skills add VisionForge-OU/foreman --skill foreman-to-prd --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From VisionForge-OU/foreman, a repository with 421 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
