بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.