tasks-create

Create structured backlog tasks with dependencies and verification notes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RagnarokButMemorySafe/opencode-config --skill tasks-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks-create
Source: https://github.com/RagnarokButMemorySafe/opencode-config/tree/main/skills/tasks-create
Command: npx skills add https://github.com/RagnarokButMemorySafe/opencode-config --skill tasks-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that new backlog tasks are created with strict adherence to task hygiene, proper dependency management, and clear verification notes, preventing vague tasks and promoting efficient workflow planning.

Core Features & Use Cases

  • Structured Task Creation: Generates tasks with specific titles, measurable acceptance criteria, concrete implementation plans, and verification notes.
  • Dependency Management: Enforces rules for adding dependencies only when truly required, promoting parallel execution.
  • Task Graph Design: Encourages the modeling of work as a Directed Acyclic Graph (DAG) to maximize safe parallel execution.
  • Use Case: When planning a new feature, use this Skill to break down the work into atomic, well-defined tasks, ensuring all prerequisites are captured and parallelizable work is identified.

Quick Start

Use the tasks-create skill to create a new task for implementing user authentication.

Frequently Asked Questions about tasks-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create structured backlog tasks with clear dependencies?

This skill generates structured backlog tasks with specific titles, measurable acceptance criteria, concrete implementation plans, and verification notes to prevent vague tasks and enforce proper task hygiene.

What is the best way to model a backlog for safe parallel execution?

Modeling your backlog as a Directed Acyclic Graph (DAG) is the best way to maximize safe parallel execution. This approach enforces task graph rules to prevent branch-local backlog drift and identify parallelizable work.

When should I add dependencies during project planning?

You should add dependencies during project planning only when truly required. Enforcing strict dependency management prevents unnecessary bottlenecks and actively promotes parallel execution of independent backlog tasks.

Does backlog task creation work with agile workflow automation?

Yes, backlog task creation works with agile workflow automation by generating atomic, well-defined tasks. It breaks down new features into specific components, ensuring all prerequisites are captured for efficient workflow planning.

Why does default-branch backlog writing prevent task drift?

Default-branch backlog writing prevents task drift by enforcing canonical adherence to task graph rules. This strict hygiene requirement ensures new backlog tasks remain synchronized and prevents branch-local backlog drift.