sdd-tasks

Standardize JSON task files with CRUD operations and dependency tracking.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/sequenzia/agent-tools --skill sdd-tasks-sequenzia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-tasks
Source: https://github.com/sequenzia/agent-tools/tree/main/plugins/sdd/skills/sdd-tasks
Command: npx skills add https://github.com/sequenzia/agent-tools --skill sdd-tasks-sequenzia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinating and standardizing tasks across specs and multi-agent executions can be error-prone when every skill defines its own schema and workflow.

Core Features & Use Cases

  • Harness-independent task management standard: a shared JSON task schema, file-based CRUD, and dependency tracking.
  • See .agents/tasks/ workflows across specs, phases, and manifest management to coordinate work.
  • Use case: decompose specs into tasks and orchestrate multi-agent execution with consistent task data.

Quick Start

Load the sdd-tasks reference to standardize and coordinate .agents/tasks/ task files across specs and executions.

Frequently Asked Questions about sdd-tasks

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

FAQPage Schema
How do I standardize task management across multi-agent executions?

Standardize multi-agent task management by defining a shared JSON task schema with file-based CRUD operations and dependency tracking. This approach coordinates harness-independent task data stored in .agents/tasks/ across specs and executions.

Why do I need a JSON task schema for spec decomposition?

A JSON task schema for spec decomposition solves error-prone coordination by enforcing a shared standard. It replaces inconsistent custom schemas with robust integrity rules, file-based CRUD, and dependency tracking across phases.

Can I coordinate task workflows without a test harness?

Yes, you can coordinate harness-free task workflows using a reference skill that standardizes task data. It implements harness-independent task management using JSON files stored in .agents/tasks/ for consistent execution.

What's the best way to track task dependencies in a multi-agent workflow?

Track multi-agent task dependencies using the standard JSON task schema's dependency tracking features. This harness-independent standard manages task relationships and execution patterns within .agents/tasks/ for accurate orchestration.

Does this task management standard support file-based CRUD operations?

Yes, the task management standard supports file-based CRUD operations natively. It defines create, read, update, and delete operations for JSON task files within the .agents/tasks/ directory to maintain workflow integrity.