fireauto-prd-guide

fireauto-prd-guide is a skill for Claude Code, Codex from imgompanda/fireauto. It costs 86 tokens per session (714 once invoked), scanned A, original, MIT.

A guide for turning a product idea into a PRD, or product requirements document: a plan describing what to build and why.

In plain words
What is it for?
Use it to develop product ideas, assess feasibility, research APIs, choose a technology stack, and plan implementation.
Why use it?
It gives the plan a consistent structure, including requirements, feasibility, external services, competitors, technology choices, costs, and milestones.

Skill for Claude CodeCodex

Part of the fireauto plugin — 19 skills, 17 commands, 6 agents, 3 hooks, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/imgompanda/fireauto/fireauto-prd-guide
Any agent
npx skills add imgompanda/fireauto --skill fireauto-prd-guide
Clone the repo
git clone --depth 1 https://github.com/imgompanda/fireauto

Made for: Claude Code, Codex.

Or install fireauto, the plugin that ships this one along with the rest of its 19 skills, 17 commands, 6 agents, 3 hooks, 1 MCP server.

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 fireauto-prd-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-prd-guide.svg)](https://agentmods.dev/skills/imgompanda/fireauto/fireauto-prd-guide)
Your own site
<a href="https://agentmods.dev/skills/imgompanda/fireauto/fireauto-prd-guide"><img src="https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-prd-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 714 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00086 $0.00714
Opus 5 $0.00043 $0.00357
Sonnet 5 $0.00017 $0.00143
Haiku 4.5 $0.00009 $0.00071

Measured 4d ago against content hash 331177460e61, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fireauto-prd-guide 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 4d 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.

plugin/skills/fireauto-prd-guide/SKILL.md · 78 lines

What it actually says

PRD 작성 가이드

아이디어 한 줄을 상세한 PRD(Product Requirements Document)로 변환하는 방법론. 실현 가능성 조사와 필요 API/서비스 조사를 포함한다.

PRD 섹션 구조

1. 프로젝트 개요

  • 서비스명, 한 줄 설명
  • Problem Statement (해결하는 문제)
  • 타겟 사용자 (ICP)

2. 핵심 기능

  • P0 (MVP 필수): 이것 없으면 서비스가 안 됨
  • P1 (있으면 좋음): 차별화 요소
  • P2 (향후 확장): 성장 후 추가
  • 각 기능은 사용자 스토리 형식: "~로서, ~하고 싶다, 왜냐하면 ~"

3. 기술 실현 가능성

  • 핵심 기술 구현 가능 여부
  • 난이도 평가: 쉬움/보통/어려움/매우어려움
  • 기술적 위험 요소
  • 대안 접근법

4. 필요한 외부 API/서비스

WebSearch로 실제 조사하여 각 항목 포함:

  • 이름, URL, 가격 (무료 티어/유료)
  • 주요 기능, 제한사항
  • 대안 서비스

5. 경쟁사 분석

  • 이름, URL, 가격, 핵심 차별점
  • 포지셔닝 (가격 vs 기능)
  • 우리의 차별화 전략

6. 기술 스택 제안

  • 프론트엔드, 백엔드, DB, 인프라
  • 선택 이유, 예상 월 비용

7. 수익 모델

  • 가격 전략, 예상 단가, 시장 규모

8. 구현 로드맵

  • Phase 1 (MVP, 2-4주)
  • Phase 2 (성장, 1-2개월)
  • Phase 3 (확장, 2-3개월)

9. 성공 지표 (KPIs)

  • 1주/1개월/3개월 목표

좋은 PRD의 특징

  1. 구체적: "빠르게" 대신 "3초 이내"
  2. 측정 가능: 성공 기준이 숫자로 표현
  3. 실행 가능: 개발자가 바로 작업 가능한 수준
  4. 우선순위 명확: P0/P1/P2 구분

API 선택 기준

기준 평가 방법
가격 무료 티어 범위, 유료 단가
안정성 uptime SLA, status page 존재
문서화 API docs 품질, 예제 코드
커뮤니티 GitHub stars, Stack Overflow 답변 수
SDK 사용 언어 SDK 존재 여부

커맨드

/fireauto-prd 실행으로 PRD 생성을 시작한다. docs/prd/ 폴더에 저장된다.

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. 4d ago First seen · 78 lines · 86 tokens per session scan A 331177460e61

Subscribe to this mod's changes

fireauto-prd-guide is a skill published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 4mo ago), licensed MIT. It adds 86 tokens to every session and 714 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.