AgentSkillsCN

task-create

从模板创建一个包含00_TASK.md的新任务目录。将初始epistemic_state设置为candidate,lifecycle_state设置为inactive。通过确定性时间脚本计算created_at。

SKILL.md
--- frontmatter
name: task-create
license: MIT
description: >
  Create a new task directory with 00_TASK.md from template.
  Sets initial epistemic_state to candidate and lifecycle_state to inactive.
  Computes created_at via deterministic time script.
metadata:
  author: Jordan Godau
  version: 0.1.0
  references:
    - 00_INSTRUCTIONS.md
    - 01_INTENT.md
    - 02_PROCEDURE.md
    - 03_OUTPUTS.md
  scripts:
    - create.py
  keywords:
    - task
    - create
    - new
    - initialize
    - init
    - start
    - begin