Agent skill
ticket-format
任务工单格式规范,定义标准工单结构与子任务状态流转
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ticket-format
SKILL.md
Skill: 工单格式
适用 Agent:尚书省、六部 加载时机:尚书省派发任务时;六部接收任务时
任务工单
{
"task": {
"id": "TASK-20260312-001",
"title": "实现用户登录接口",
"priority": "P1",
"source": "旨意原文摘要",
"plan_id": "PLAN-20260312-001",
"assigned_to": "gongbu",
"depends_on": [],
"tags": [],
"acceptance_criteria": [
"JWT Token 正确签发",
"错误返回统一格式",
"单元测试覆盖率 > 80%"
],
"status": "assigned",
"deliverables": [],
"notes": ""
}
}
子任务状态
| 状态 | 含义 | 负责方 |
|---|---|---|
pending |
待派发 | 尚书省 |
assigned |
已派发至某部 | 尚书省 → 六部 |
in_progress |
执行中 | 六部 |
blocked |
被阻塞,需协调 | 六部 → 尚书省 |
done |
部门完成,待汇总 | 六部 → 尚书省 |
auditing |
门下覆奏审查中 | 尚书省 → 门下省 |
rejected |
产出不合格,打回 | 尚书省 / 刑部 → 六部 |
partial_done |
部分子任务完成,其余超时/失败 | 堂官 → 尚书省(附缺失说明) |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?