Agent skill · Design & Presentation

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.

VisionForge-OUgithub.com/VisionForge-OUGitHub ↗
claude-codeNOASSERTION
Install
npx skills add VisionForge-OU/foreman --skill foreman-to-prd --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: src/foreman/skills/foreman-to-prd/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 421
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Process
  2. Open questions for reviewer
  3. Problem Statement
  4. Solution
  5. User Stories
  6. User Flows
  7. Implementation Decisions
  8. Testing Decisions
  9. Out of Scope
  10. Further Notes
More from foreman
All skills →
About this skill
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.

Keep going