用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill create-task命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | create-task |
| description | Create implementation task from story or description Use when this capability is needed. |
| metadata | {"author":"gitwalter"} |
Create implementation tasks that represent specific work items for development.
"Tasks are the actionable units of work. Each task should be completable by one person in one day or less."
Tasks bridge the gap between user stories and actual code changes.
Placeholder content for Process to satisfy validation.
Prompt for task details:
"Let's create a task.
1. What needs to be done? (brief title)
2. What's the context? (related story or feature)
3. Any specific requirements or constraints?
Or describe the work and I'll help structure it."
Structure the task:
Title: [Verb] [object] [context]
Example: "Add category filter dropdown to products page"
Description:
- What: Specific implementation details
- Why: Link to parent story/epic
- How: Technical approach (optional)
- Done when: Completion criteria
Include implementation guidance:
Technical Notes:
- Files to modify: [list of files]
- Dependencies: [any blockers or prerequisites]
- Testing: [how to verify completion]
Suggest task size:
Estimated effort:
- Hours: 2-4 hours
- Complexity: Low/Medium/High
- Risk: None/Low/Medium
Use backend adapter to create:
Operation: createTask
Parameters:
title: Task title
description: Full task description
storyId: Parent story ID (if applicable)
assignee: Suggested assignee (optional)
estimation: Hours or points
labels: Technical labels
Report created task:
"Created task: {TASK_ID}
Title: {TITLE}
Parent: {STORY_ID} (if linked)
Status: To Do
Link: {BACKEND_URL}
Would you like to:
1. Add more details
2. Assign to someone
3. Create related tasks
4. Start working on it"
| Operation | Parameters | Returns |
|--|||
| createTask | title, description, storyId, estimation | Task ID, URL |
| assignItem | taskId, assignee | Updated task |
| updateStatus | taskId, status | Updated task |
| linkItems | taskId, relatedIds, type | Confirmation |
Created Task:
{
"id": "TASK-456",
"title": "Add category filter dropdown to products page",
"description": "Implement a dropdown component that allows users to filter products by category.\n\nFiles to modify:\n- src/components/ProductFilter.tsx\n- src/hooks/useProductFilter.ts\n\nDone when:\n- Dropdown shows all available categories\n- Selecting a category filters the product list\n- Clear option resets the filter",
"storyId": "STORY-123",
"estimation": "3h",
"status": "todo",
"labels": ["frontend", "feature"]
}
Title: [Component] - [Action]
Description:
- Component: [name]
- Changes: [list]
- Styling: [requirements]
- Testing: [approach]
Title: [Endpoint/Service] - [Action]
Description:
- Endpoint: [path]
- Changes: [list]
- Database: [migrations needed]
- Testing: [approach]
Title: Fix - [issue description]
Description:
- Issue: [what's wrong]
- Root cause: [if known]
- Fix approach: [proposed solution]
- Testing: [how to verify]
| Skill | Integration |
|---|---|
create-story | Tasks are children of stories |
estimate-task | Get estimation for task |
run-standup | Report task progress |
close-sprint | Tasks contribute to velocity |
| Condition | Action |
|---|---|
| Task too large | Suggest breaking into subtasks |
| Missing story | Offer to create standalone or link later |
| Backend error | Queue for retry, notify user |
| Duplicate detected | Show existing task, confirm creation |
Placeholder content for Best Practices.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.