Imported skill task_creation_template from openai
Scanned 9/11/2026
Install to Claude Code
npx -y skills add bitwikiorg/skills.md --skill task_creation_template --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Task Creation Template?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bitwikiorg-task-creation-template)More formats (shields.io, HTML) on the badges page.
---
description: Imported skill task_creation_template from openai
name: task_creation_template
signature: 010a9a3b1d95633220bb93ffcab5f2f49e897c5d4e4231940d691719bec1be34
source: /a0/tmp/skills_research/openai/skills/.curated/notion-spec-to-implementation/reference/task-creation-template.md
---
# Task Creation Template
When creating tasks from spec.
```markdown
# [Task Name]
## Context
Part of implementation for <mention-page url="...">Feature Spec</mention-page>
Implementation plan: <mention-page url="...">Implementation Plan</mention-page>
## Description
[What needs to be done]
## Acceptance Criteria
- [ ] [Criterion 1]
- [ ] [Criterion 2]
## Technical Details
[Technical approach or notes]
## Dependencies
- Blocked by: [Task] or None
- Blocks: [Task] or None
## Resources
- [Link to design]
- [Link to related code]
## Progress
[To be updated during implementation]
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.