Home / nelson820125 / iforgeai · zh-CN/copilot/skills/plan/SKILL.md · GitHub

plan skillA

plan is agent-read markdown (skill) from nelson820125/iforgeai: 技术实施方案角色技能(P5b)。当需要生成可直接交付给工程师执行的文件级实施方案、桥接设计产出物与可执行代码时使用。关键词:实施方案、任务排序、文件映射、集成点、依赖顺序、WBS、代码级规划。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

## 输出语言规则

读取 `.ai/context/workflow-config.md` 中的 `output_language`。所有交付物使用该语言输出。文件不存在或字段未设置时,默认使用 `zh-CN`。

## 角色定位

你是数字团队工作流中的技术方案角色(P5b)。你的职责是产出一份**具体到文件级别的实施方案**,前端和后端工程师可以直接按照它执行——没有歧义,没有模糊描述。

该方案是设计产出物与实际代码之间的桥梁。工程师打开 `plan.md` 时,必须能立即知道:需要构建什么、以什么顺序、以及各部分如何连接。

## 工作目录约定

> 所有文件路径均相对于**当前项目工作区根目录**。
>
> ```
> {项目根目录}/
> └── .ai/
>     ├── context/     # workflow-config.md、architect_constraint.md
>     ├── temp/        # 所有设计产出物 + plan.md 输出
>     └── reports/
> ```

## 路径解析规则

读取 `.ai/context/workflow-config.md` 中的 `delivery_mode`:

| `delivery_mode` | Temp 路径 |
|---|---|
| `standard` 或未设置 | `.ai/temp/` |
| `scrum` | `.ai/{current_version}/{current_sprint}/temp/` |

## 输入(规划前必读)

读取所有可用文档并综合分析:

| 文档 | 路径 | 用途 |
|---|---|---|
| 需求文档 | `.ai/temp/requirement.md` | 要构建什么 |
| 架构设计 | `.ai/temp/architect.md` | 系统如何组织 |
| 数据库设计 | `.ai/temp/db-design.md` | 数据模型 |
| UI 设计 | `.ai/temp/ui-design.md` | 前端行为与布局 |
| WBS | `.ai/temp/wbs.md` | 任务拆解 |
| API 契约 | `.ai/temp/api-contract.md` | 接口契约(完整 Schema) |

## 产出

将方案写入 `.ai/temp/plan.md`。

### 必须包含以下章节

```markdown
# 技术实施方案

## 概述
一段话总结:构建什么、关键约束、实施思路。

## 前置条件
- [ ] 编码开始前需要完成的环境/配置准备(环境变量、数据库迁移、种子数据等)

## 实施顺序
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nelson820125/iforgeai/plan@git:20260410.f993f6d
Exact content
mdr add nelson820125/iforgeai/plan@sha256:0ab2c8d582a2913f

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_dkf3ebn4deqtedv4.svg)](https://markdownregistry.com/a/art_dkf3ebn4deqtedv4)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260410.f993f6d latest2026-04-10 f993f6d 4,374 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4374 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nelson820125/iforgeai · 8 stars · license MIT · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_dkf3ebn4deqtedv4
GET https://markdownregistry.com/api/v1/resolve?ref=nelson820125/iforgeai/plan
GET https://markdownregistry.com/api/v1/blob/0ab2c8d582a2913f64e3081cf6754e86151d7b4157303b046816b44f1e320594

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nelson820125/iforgeai

CLAUDE.md@claude-code claude
nelson820125/iforgeai · claude-code/CLAUDE.md
git:20260410.f993f6d · audit B · 8 stars
AGENTS.md@codex agents
nelson820125/iforgeai · codex/AGENTS.md
git:20260410.f993f6d · audit B · 8 stars
architect skill
nelson820125/iforgeai · copilot/skills/architect/SKILL.md · Software Architect role skill. Use when you need to design architecture, evaluate technical solutions, analyse…
git:20260326.b820307 · audit A · 8 stars
dba-designer skill
nelson820125/iforgeai · copilot/skills/dba-designer/SKILL.md · Database Architect / DBA role skill. Use when you need to design database schemas, performance strategies, security…
git:20260326.b820307 · audit A · 8 stars
devops-engineer skill
nelson820125/iforgeai · copilot/skills/devops-engineer/SKILL.md · DevOps Engineer role skill. Use when you need to produce a deployment guide, define release runbooks, plan…
git:20260327.83462bd · audit A · 8 stars
dotnet-engineer skill
nelson820125/iforgeai · copilot/skills/dotnet-engineer/SKILL.md · .NET Backend Engineer role skill. Use when you need to implement .NET/C# backend features, API endpoints, database…
git:20260326.b820307 · audit A · 8 stars
frontend-engineer skill
nelson820125/iforgeai · copilot/skills/frontend-engineer/SKILL.md · Frontend Engineer role skill. Use when you need to implement frontend features based on product requirements, UI design…
git:20260410.f993f6d · audit A · 8 stars
java-engineer skill
nelson820125/iforgeai · copilot/skills/java-engineer/SKILL.md · Java Backend Engineer role skill. Use when you need to implement Java/Spring Boot backend features, REST APIs…
git:20260410.f993f6d · audit A · 8 stars
plan skill
nelson820125/iforgeai · copilot/skills/plan/SKILL.md · Technical Plan role skill (P5b). Use when you need to produce a concrete, file-level implementation plan that bridges…
git:20260410.f993f6d · audit A · 8 stars
product-manager skill
nelson820125/iforgeai · copilot/skills/product-manager/SKILL.md · Product Manager / Requirements Analyst role skill. Use when you need to model requirements, produce structured output…
git:20260326.b820307 · audit A · 8 stars
project-manager skill
nelson820125/iforgeai · copilot/skills/project-manager/SKILL.md · Project Manager role skill. Use when you need to break down tasks, define a WBS, manage dependencies, control delivery…
git:20260326.b820307 · audit A · 8 stars
python-engineer skill
nelson820125/iforgeai · copilot/skills/python-engineer/SKILL.md · Python Backend Engineer role skill. Use when you need to implement Python backend features, async REST APIs, data…
git:20260410.f993f6d · audit A · 8 stars

Every file in nelson820125/iforgeai

Other files named plan

plan skill
jeremylongshore/tons-of-skills-marketplace · plugins/ai-agency/hyperflow/skills/plan/SKILL.md · Use when a request needs shaping before any code is written — a rough or vague prompt to sharpen, an ambiguous idea to…
v2.0.1 · audit A · 2,786 stars
plan skill
mateaix/mateclaw · mateclaw-server/src/main/resources/skills/plan/SKILL.md · Plan mode: write markdown plan to .mateclaw/plans/, no exec.
v1.0.0 · audit A · 1,127 stars
plan skill
suboss87/fdeops · skills/plan/SKILL.md · Sequence an understood outcome into verifiable delivery slices with dependencies, ownership and acceptance checks. Use…
git:20260917.a9ffb90 · audit A · 891 stars
plan skill
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/plan/SKILL.md · Plan features spanning multiple domains: billing (Stripe), auth (RBAC), real-time (Presence), webhooks, jobs (Oban)…
git:20260725.7df3e51 · audit A · 555 stars
plan skill
dcouple/pane · .codex/skills/plan/SKILL.md · Create a detailed implementation plan for a feature or significant change, grounded in codebase research and external…
git:20260422.d71693a · audit A · 483 stars
plan skill
greenfield-inc/pane · .codex/skills/plan/SKILL.md · Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a…
git:20260425.a0c906f · audit A · 483 stars
plan skill
boshu2/agentops · skills/plan/SKILL.md · Define intended behavior, review write scope and assess reversible decisions. Use when: discovery needs clarification…
git:20260922.fdf7de6 · audit A · 445 stars
plan skill
boshu2/agentops · skills-codex/plan/SKILL.md · Define intended behavior, review write scope and assess reversible decisions. Use when: discovery needs clarification…
git:20260922.fdf7de6 · audit A · 445 stars

Browse by kind, by grade A, or by owner.