一键导入
smaqittask-create
Create a new task with auto-numbering. Use when creating new tasks to track work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new task with auto-numbering. Use when creating new tasks to track work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Collect changes, assess severity, and suggest next version for a release
Execute git operations for PR-based releases (commit, push via report_progress)
Validate git state and prepare all files (CHANGELOG.md, version files) for release
End session by documenting the entire conversation. Use at session completion to create history entries.
Start a new chat with full project context. Use when beginning a session to load README, recent history, and task planning.
Generate a succinct title for the current session based on work accomplished. Use when finishing sessions to create history file titles.
| name | smaqit.task-create |
| description | Create a new task with auto-numbering. Use when creating new tasks to track work. |
| metadata | {"version":"0.2.0"} |
Create a new task with the format: task.create [title] or task.create [title] - [description] - [criteria]
.smaqit/tasks/ directory.smaqit/tasks/NNN_task_title.md (NNN = next available number, zero-padded to 3 digits).smaqit/tasks/PLANNING.md with status "Not Started"task.create Fix RAG chunking - Title only (prompt for details or infer from context)task.create Fix RAG chunking - Chunks are too large for embedding model - Title + descriptiontask.create Fix RAG chunking - Chunks too large - Chunks under 512 tokens, Tests pass - Full specification# [Task Title]
**Status:** Not Started | In Progress | Completed | Blocked
**Created:** YYYY-MM-DD
## Description
[Clear description of what needs to be done]
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Notes
[Optional additional context]
Remember: .smaqit/tasks/PLANNING.md contains status of all tasks (sorted by ID) and is the single source of truth for task overview.