# task_md **Repository Path**: artifacttrace/taskmd ## Basic Information - **Project Name**: task_md - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-01 - **Last Updated**: 2026-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TASK.md 规范 > 让任务以最小结构完成装配:参考什么、使用什么技能、生成什么成果 --- ## 简介 本项目定义并推广 **TASK.md** 规范 —— 一种面向 AI/Agent 工作过程的任务装配文件格式。 --- ## TASK.md 规范 ### 核心公式 ``` TASK.md = Context + Skills + Artifacts ``` TASK.md 是单个任务目录的任务装配文件,用最小结构声明: 1. **参考什么**:本任务依赖哪些上下文、资料或工作对象 2. **使用什么技能**:本任务应调用哪些 `SKILL.md` 3. **生成什么成果**:本任务最终应生成或修改哪些 artifact ### 与 AGENTS.md / SKILL.md 的关系 | 文件 | 职责 | 回答的问题 | |------|------|-----------| | `AGENTS.md` | 仓库级通用规范、行为规则 | 在这个环境里,Agent 一般应该怎么工作? | | `SKILL.md` | 具体能力定义、方法步骤 | 某类事情应该怎么做? | | `TASK.md` | 任务上下文、技能与成果装配 | 这个任务要装配什么? | ### TASK.md 不是什么 - ❌ 项目说明文档 - ❌ 全局 Agent 行为规范 - ❌ 技能说明文档 - ❌ 运行时执行日志 - ❌ trace 存储载体 --- ## 项目结构 ``` taskmd/ ├── README.md # 项目说明(本文件) ├── pages/ # 页面组件 │ ├── _app.tsx │ ├── _document.tsx │ └── index.tsx ├── components/ # UI 组件 │ ├── Hero.tsx │ ├── WhySection.tsx │ ├── RelationSection.tsx │ ├── HowToUseSection.tsx │ ├── ExampleSection.tsx │ ├── AboutSection.tsx │ ├── FAQSection.tsx │ └── icons/ ├── styles/ # 样式文件 │ └── globals.css ├── public/ # 静态资源 │ └── favicon.ico ├── package.json # 项目配置 ├── tsconfig.json # TypeScript 配置 ├── next.config.ts # Next.js 配置 └── postcss.config.mjs # PostCSS 配置 ``` --- ## 快速开始 ### 安装依赖 ```bash pnpm install ``` ### 开发模式 ```bash pnpm dev ``` 网站将在 `http://localhost:3000` 启动。 ### 构建 ```bash pnpm build ``` ### 生产模式运行 ```bash pnpm start ``` --- ## 技术栈 - **Next.js 16** - React 框架 - **React 19** - UI 库 - **Tailwind CSS 4** - 样式框架 - **TypeScript 5** - 类型支持 --- ## 许可证 本项目采用 [木兰宽松许可证 第2版(Mulan PSL v2)](http://license.coscl.org.cn/MulanPSL2) 开源。 ``` Copyright (c) 2026 通明湖中心 TASK.md is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. ``` --- ## 联系方式 通明湖中心——数据智能部