fireauto-project-guide

A project-management guide covers projects, milestones, and tasks in Fireauto. A milestone is a major checkpoint, while a task is a specific piece of work needed to reach it.

In plain words
What is it for?
Use it to create and update projects, manage milestones, track tasks, check progress, and find the next task to do.
Why use it?
It keeps project work organized and makes progress and next steps visible instead of leaving them scattered.

Skill for Claude CodeCodex

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-project-guide
Any agent
npx skills add imgompanda/fireauto --skill fireauto-project-guide
Clone the repo
git clone --depth 1 https://github.com/imgompanda/fireauto

Made for: Claude Code, Codex.

Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,093 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.00068 $0.01093
Opus 5 $0.00034 $0.00547
Sonnet 5 $0.00014 $0.00219
Haiku 4.5 $0.00007 $0.00109

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

Security

Grade A, and why

fireauto-project-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 2d 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-project-guide/SKILL.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

프로젝트 관리 가이드

프로젝트 생성부터 마일스톤 관리, 태스크 추적까지. fireauto의 프로젝트 관리 MCP 도구를 활용하는 방법을 안내하는 가이드.


언제 트리거되나요?

다음 키워드나 상황에서 이 가이드를 참고하세요:

  • 프로젝트 관련: "프로젝트 만들어", "프로젝트 생성", "project create", "새 프로젝트"
  • 마일스톤 관련: "마일스톤 추가", "마일스톤 만들어", "milestone", "단계 나누기"
  • 태스크 관련: "태스크 추가", "태스크 완료", "task", "할 일 추가", "완료 처리"
  • 진행률 관련: "진행률 확인", "얼마나 했어?", "프로젝트 상태", "progress"

사용 가능한 MCP 도구

프로젝트 관리

도구 설명 주요 파라미터
project-create 새 프로젝트 생성 name, description
project-status 프로젝트 상태/진행률 조회 projectId (선택)
project-list 전체 프로젝트 목록 status (선택)
project-update 프로젝트 정보 수정 projectId, name, description, status

마일스톤 관리

도구 설명 주요 파라미터
project-milestone-create 마일스톤 생성 projectId, name, description, order
project-milestone-update 마일스톤 수정 milestoneId, name, status
project-milestone-list 마일스톤 목록 projectId

태스크 관리

도구 설명 주요 파라미터
project-task-create 태스크 생성 milestoneId, name, description, order
project-task-update 태스크 상태 변경 taskId, status, name
project-task-list 태스크 목록 milestoneId, status (선택)
project-next 다음 해야 할 태스크 조회 projectId (선택)

프로젝트 생성 플로우

1. PRD가 있는 경우

PRD 문서를 분석해서 자동으로 마일스톤과 태스크를 생성해요.

1. project-create → 프로젝트 생성
2. PRD에서 Phase/로드맵 추출 → project-milestone-create
3. 각 Phase의 작업 항목 추출 → project-task-create

2. PRD가 없는 경우

빈 프로젝트를 먼저 만들고, 나중에 마일스톤/태스크를 추가해요.

1. project-create → 빈 프로젝트 생성
2. 사용자가 마일스톤을 정의하면 → project-milestone-create
3. 각 마일스톤에 태스크 추가 → project-task-create

3. /planner 연계

아이디어만 있으면 /planner로 PRD를 먼저 만들고, /project new로 프로젝트를 생성해요.


태스크 상태 관리

태스크의 상태는 다음 순서로 진행돼요:

pending → in_progress → completed
  • pending: 아직 시작하지 않은 태스크
  • in_progress: 현재 작업 중인 태스크
  • completed: 완료된 태스크

태스크 시작

project-task-update: taskId, status: "in_progress"

태스크 완료

Read the full file on GitHub · 141 lines

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. 2d ago First seen · 141 lines · 68 tokens per session scan A 250b096d7ab7

Subscribe to this mod's changes

fireauto-project-guide is a skill published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 4mo ago), licensed MIT. It adds 68 tokens to every session and 1,093 once invoked, about $0.0003 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.