prd-to-ai-agile-workflow

prd-to-ai-agile-workflow is a skill for Claude Code from jackjin1997/ClawForge. It costs 73 tokens per session (1,184 once invoked), scanned A, original, no licence file.

A workflow that turns a product requirements document (PRD)—a description of what a product should do—into smaller agile work items for an AI coding agent.

In plain words
What is it for?
Use it to break down requirements, track AI coding work, review changes on a branch, and compare the finished implementation with the PRD.
Why use it?
It helps connect broad requirements to implementation tasks and later check whether the code matches the original plan.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to break down requirements, track AI coding work, review changes on a branch, and compare the finished implementation with the PRD.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jackjin1997/clawforge/prd-to-ai-agile-workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jackjin1997/ClawForge --skill prd-to-ai-agile-workflow
Clone the repo
git clone --depth 1 https://github.com/jackjin1997/ClawForge

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for prd-to-ai-agile-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/jackjin1997/clawforge/prd-to-ai-agile-workflow/github.svg)](https://agentmods.dev/skills/jackjin1997/clawforge/prd-to-ai-agile-workflow)
Your own site
<a href="https://agentmods.dev/skills/jackjin1997/clawforge/prd-to-ai-agile-workflow"><img src="https://agentmods.dev/badge/skills/jackjin1997/clawforge/prd-to-ai-agile-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for prd-to-ai-agile-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/jackjin1997/clawforge/prd-to-ai-agile-workflow"><img src="https://agentmods.dev/badge/skills/jackjin1997/clawforge/prd-to-ai-agile-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,184 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.01184
Opus 5 $0.00036 $0.00592
Sonnet 5 $0.00015 $0.00237
Haiku 4.5 $0.00007 $0.00118

Measured 11d ago against content hash d71e91ff45fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

prd-to-ai-agile-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/prd-to-ai-agile-workflow/SKILL.md · 112 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 112 lines · 73 tokens per session scan A d71e91ff45fd

Subscribe to this mod's changes

prd-to-ai-agile-workflow is a skill published in the GitHub repository jackjin1997/ClawForge (12 stars, last pushed 2mo ago), with no licence file. It adds 73 tokens to every session and 1,184 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

task-list

Required for 4+ step requests; add tasks at start and update status after each step.

NVIDIA/SkillEvaluator · 22 tokens

03_task6

A workflow for collecting Slack messages from different departments and preparing a board-level execution-summary draft for an executive.

InternLM/WildClawBench · 70 tokens

03_task4

Reads recent Slack messages to compile an accurate project status report and saves it as a draft for review before sending to a client. Use when: preparing a client-facing update, reconciling conflicting or revised numbers from multiple sources, or drafting a message that requires human review before sending.

InternLM/WildClawBench · 60 tokens

03_task5

Triages a support inbox, prioritizes urgent issues, routes each to the right internal team member, and drafts any customer-facing replies for review. Use when: catching up on a backlog of support messages, producing an escalation report, or routing issues to appropriate owners.

InternLM/WildClawBench · 57 tokens

03_task2

Extracts action items and pending tasks from Slack messages. Use when: reviewing unread messages for todos, finding deadlines or requests directed at the user, or producing a task summary from recent Slack activity.

InternLM/WildClawBench · 43 tokens

03_task1

Coordinates meeting scheduling via Gmail and Calendar APIs. Use when: scheduling a meeting, checking participant availability, sending coordination emails, creating calendar events, or notifying organizers of confirmed bookings.

InternLM/WildClawBench · 39 tokens