Create Task Spec
Generates detailed task specifications from brief descriptions, including steps, inputs, outputs, and success criteria.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-task-spec npx -- -y @trustedskills/create-task-spec
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-task-spec": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-task-spec"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to generate structured task specifications. It can create detailed outlines for complex tasks, including subtasks and dependencies. The generated specifications are designed to be clear, actionable, and suitable for delegation or automated execution by other agents or systems.
When to use it
- Breaking down large projects: Use this skill when you need to decompose a significant project into smaller, manageable tasks.
- Delegating complex work: Generate detailed task specifications to clearly communicate responsibilities and expectations to team members or AI assistants.
- Automated workflow creation: Create structured task lists that can be used as input for automated workflows or agent orchestration systems.
- Project planning & documentation: Generate a clear, documented plan outlining all steps needed to complete a project.
Key capabilities
- Generates detailed task outlines.
- Identifies subtasks within larger tasks.
- Defines dependencies between tasks.
Example prompts
- "Create a task specification for 'Planning a marketing campaign'."
- "Generate a structured plan for 'Writing a blog post series on AI safety'."
- “Outline the steps needed to ‘Onboard a new employee’ with subtasks and dependencies.”
Tips & gotchas
The quality of the generated task specification depends heavily on the clarity and detail provided in the initial prompt. Be specific about the scope and desired level of granularity when requesting a task specification.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.