원클릭으로
smaqit-task-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 직업 분류 기준
Creates a test playbook for a task — `task.test-create [id]`, `test.create [id]`, or any request to generate an E2E test runbook from a task file. Produces a complete, executable playbook under `.smaqit/user-testing/tests/` with build-gate, deploy-gate, and live-service E2E validation where the task touches live services.
End session by documenting the entire conversation. Use at session completion to create history entries.
Bootstrap or refresh a smaqit project by inferentially synchronizing Codex, Claude Code, and GitHub Copilot project instructions around a canonical root AGENTS.md, then creating the base project directories (docs/, assets/, assets/raw/). Use when the user asks to start, initialize, reinitialize, or refresh a smaqit project.
Execute git operations (commit, tag, push) for local releases
Produces a structured parity assessment comparing any two software systems — frameworks, libraries, platforms, or products. Identifies the current project from session context, studies the target system, checks domain compatibility, then outputs validated Mermaid diagrams and a written ASSESSMENT.md. Trigger phrase: `parity.assess <name>`.
Manages a live Q&A knowledge manifest at `.smaqit/compendium.md`. Invoked when the user says `list compendium`, `fetch from compendium [query]`, `update compendium [question]`, or `remove from compendium [question]`. Lists all Q&A entries grouped by category, semantically searches for relevant entries, upserts a Q&A pair (add or update), or removes an entry after confirmation.
| name | smaqit.task-create |
| description | Create a new task with auto-numbering. Use when creating new tasks to track work. |
| metadata | {"version":"0.5.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)**Status:** Not Started**Created:** YYYY-MM-DD (today)## Known Issues Triage placeholder note (for smaqit.task-start to overwrite)## Findings placeholder categories with TBD bullets (for smaqit.task-complete to overwrite).smaqit/tasks/PLANNING.md with status "Not Started"PLANNING.md and the task file remain the source of truth regardless):
subject: "task state"fact: "[NNN] [Title] — Not Started (created YYYY-MM-DD)" (≤ 200 chars)citations: path to the task file just created (e.g., .smaqit/tasks/NNN_task_title.md)reason: "Ensures new task is visible in any branch without reading files, supporting parallel agent workflows"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 specificationUse assets/TASK_TEMPLATE.md as the canonical task file structure for task creation.
Fields populated at creation time: Status (set to Not Started) and Created (set to today's date). Fields such as Mode, Started, and Completed are omitted at creation and added later by the relevant skill as the task progresses.
Remember: .smaqit/tasks/PLANNING.md contains status of all tasks (sorted by ID) and is the single source of truth for task overview.