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.
npx agentmods add skills/zxpmail/reqforge/dev-plannernpx skills add zxpmail/ReqForge --skill dev-plannergit clone --depth 1 https://github.com/zxpmail/ReqForgeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.02224 |
| Opus 5 | $0.00000 | $0.01112 |
| Sonnet 5 | $0.00000 | $0.00445 |
| Haiku 4.5 | $0.00000 | $0.00222 |
Grade A, and why
dev-planner 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.
How it starts
The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
name: dev-planner description: Used when Product-Spec.md is complete and needs to be planned into development phases. Also used to update existing development plans after Spec changes. Outputs DEV-PLAN.md. version: 1.1.0 updated: 2026-05-26 requires: []
[Task] Generation Mode: Read Product-Spec.md (and Design-Brief.md, if present), analyze feature dependency relationships, WebSearch to validate technology choices, output a phased development plan DEV-PLAN.md.
**Iteration Mode**: When the Product Spec changes, analyze the scope of impact, update the Phase breakdown and file inventory in DEV-PLAN.md. Completed Phases (marked with [x]) remain untouched.
[Not For] - Writing actual code -> use /dev-builder instead - Gathering requirements -> use /product-spec-builder instead - Fixing bugs -> use /bug-fixer instead
[Dependency Check] Executed automatically as the first step when the Skill starts:
Required:
- Product-Spec.md -> if missing, prompt user to call /product-spec-builder first
- Product-Spec.md must include completed **§ Idea Stage Exit Criteria** (three questions) — if missing or `TBD`, route back to `/product-spec-builder` before generating DEV-PLAN
Optional (degradation mode):
- Design-Brief.md -> if missing, mark as "no design specification mode", visual details annotated as [TBD by Design Brief]
- Design tool MCP -> if not connected or no files, rely only on text descriptions, mark as "no design draft mode"
- Existing project code -> if present, scan existing structure as constraints, enter iteration mode
[First Principles]
Plan 前必读 references/first-principles.md
Tech Stack: 规划前读 .forge/dev-map.md 的技术栈节,确保 DEV-PLAN.md 的技术栈与 dev-map 一致。
[Shared Discipline]
Karpathy 四原则 → ../_shared/karpathy-discipline.md
[HARD-GATE]
Until DEV-PLAN.md saved and user explicitly confirms → write .forge/plan-confirmed.json → MUST NOT invoke /dev-builder. Chat "looks good" ≠ confirm.
Prerequisites: Product-Spec.md must exist. Rationalizations → references/plan-hard-gate-rationalization.md
[File Structure]
dev-planner/ ├── SKILL.md ├── commands/dev-planner.md └── references/ ├── first-principles.md ├── analysis-dimension-checklist.md ├── analysis-strategies.md ├── workflow.md ├── architecture-health-pass.md └── plan-hard-gate-rationalization.md ../_shared/
[Output Style]
→ ../_shared/output-style-concise.md(Plan 额外要求:每 Phase 可独立编译运行;Task 列具体文件路径;禁止 TBD)
→ DEV-PLAN 完成必须附加 ../_shared/output-status-protocol.md
[Gotchas]
Unrealistic Phasing: Each Phase must produce compilable, runnable output — split if no visible outcome.
Missing dependency order: infrastructure → data → API → UI.
Tech stack without WebSearch: Confirm versions before writing DEV-PLAN.
Ignoring existing code: Iteration mode — scan structure first.
Missing MVP Scope: Fill ## MVP Scope before Phase 1.
[Output Artifacts]
- DEV-PLAN.md — Phased development plan (created in generation mode, updated in iteration mode)
- changes/<change-name>/tasks.md — Task breakdown (filled when /change-manager apply invokes dev-planner for that change only — not by product-spec-builder iteration)
- .forge/content-verify.json — (optional, recommended) forge-verify contract base generated from Phase requirements. Produced by Step 6 of Output Phase when user confirms plan. See references/generate-contracts.md.
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- commands/dev-planner.md 503 B
- references/analysis-dimension-checklist.md 3.2 KB
- references/analysis-strategies.md 4.5 KB
- references/architecture-health-pass.md 1.3 KB
- references/first-principles.md 3.7 KB
- references/generate-contracts.md 3.2 KB
- references/plan-critique-check.md 5.0 KB
- references/plan-hard-gate-rationalization.md 866 B
- references/workflow.md 13 KB
- skill.json 936 B
- templates/dev-plan-template.md 8.4 KB
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.
- 2d ago First seen · 167 lines · 0 tokens per session scan A 8896421c88b4
dev-planner is a skill published in the GitHub repository zxpmail/ReqForge (18 stars, last pushed 12d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,224 tokens. 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.
Other skills, from other repositories
chinese-documentation
中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。.
memorix-troubleshooting
Use when Memorix MCP, setup, project binding, HTTP control plane, hooks, skills, or agent integration is missing, stale, or failing.
subagent-driven-development
当在当前会话中执行包含独立任务的实现计划时使用.
orchestration-team
Operating manual for the orchestration pod. Covers lead vs peer roles, monitoring with rig commands, permission handling, implementation pair gating, dogfood loops, review routing, agent behavioral models, intervention discipline, and communication culture.
adr
Create and manage Architecture Decision Records. Documents significant technical decisions with context, alternatives, and consequences. Also supports evaluate (assess proposals) and design (system design) modes.
deploy-checklist
Pre-deployment verification checklist. Generates customized checklists based on tech-stack with rollback triggers. Auto-invoked by /draft:upload.