cells-tasks

Generate phased implementation task lists from Cells proposal and spec artifacts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PixelDroid19/cells-agents --skill cells-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cells-tasks
Source: https://github.com/PixelDroid19/cells-agents/tree/main/skills/cells-tasks
Command: npx skills add https://github.com/PixelDroid19/cells-agents --skill cells-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill automates the creation of detailed, ordered implementation task lists for Cells change proposals, eliminating manual effort to decompose designs into actionable steps.

Core Features & Use Cases

  • Phase‑aware task planning: Generates tasks grouped into foundation, core implementation, testing, and cleanup phases.
  • Multi‑mode artifact handling: Supports Engram, OpenSpec, hybrid, or no‑persistence modes, retrieving proposal, spec, and design artifacts automatically.
  • Contract‑driven execution: Enforces Cells workflow, source‑routing, and governance contracts before task generation.

Quick Start

Ask the cells‑tasks skill to break down the change “add new payment method” into a detailed, phase‑structured task list.

Frequently Asked Questions about cells-tasks

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

FAQPage Schema
How do I generate implementation task lists from design artifacts?

Generating implementation task lists from design artifacts requires providing a change name and artifact store mode to automatically decompose proposal and spec documents into actionable, phase-structured steps.

How does phase-aware task planning work for software changes?

Phase-aware task planning works by grouping generated implementation tasks into foundation, core implementation, testing, and cleanup phases to ensure ordered execution of software changes.

Can I use Engram and OpenSpec artifacts together for task breakdown?

Yes, you can use Engram and OpenSpec together through hybrid mode, which retrieves proposal, spec, and design artifacts automatically to support multi-mode task breakdown generation.

What is the best way to automate implementation planning for Cells workflow changes?

Automating implementation planning for Cells workflow changes is best handled by enforcing source-routing and governance contracts before generating structured, actionable task lists from your stored artifacts.

Do I need mem_search and mem_save operations to generate phased task lists?

Yes, mem_search and mem_save operations are required to retrieve proposal, spec, and design artifacts and to persist the generated task lists within Engram or OpenSpec storage environments.

Why does task generation fail without a specified artifact store mode?

Task generation fails without an artifact store mode because the system needs to determine whether to retrieve and save data using Engram, OpenSpec, hybrid, or no-persistence configurations.