lcs-task-slicer

Installation
SKILL.md

LCS Task Slicer Skill

Shared Coding Contract

  • Refer to Shared Coding Workflow Contract in ../lcs-shared/contract.md for folder conventions, Handoff format, and token optimization.

Purpose

  • Convert prd-enhanced.md (or prd.md) into individual executable task files (task-001.md, task-002.md, etc.) under .lcs/work-items/<timestamp>-<slug-work-item>/task/.
  • Ensure tasks are small, dependency-aware, and session-friendly (<2 hours human time or one agent session).

Trigger

  • Activate when user requests to "slice prd", "break down prd", "slice prd-enhanced.md", "create tasks", or similar.

Behavior Checklist

  1. Gather Context:
    • Read .lcs/state.md to identify the active work-item directory: .lcs/work-items/<timestamp>-<slug-work-item>/.
    • Read prd-enhanced.md (fallback to prd.md if enhanced version is missing).
    • Verify PRD has clear acceptance criteria and test strategy. If missing or weak, suggest running lcs-prd-reviewer first.
Installs
14
First Seen
May 20, 2026
lcs-task-slicer — mdhb2/lean-coding-skills