feature-pipeline

Convert Markdown checkbox lists from design documents into executable tasks.

340|43|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/notedit/happy-skills --skill feature-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-pipeline
Source: https://github.com/notedit/happy-skills/tree/main/skills/feature-pipeline
Command: npx skills add https://github.com/notedit/happy-skills --skill feature-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Converts design documents into executable tasks by interpreting Markdown checkbox lists and guiding automated execution, reducing context switching and manual task tracking.

Core Features & Use Cases

  • Parse tasks from Markdown Design documents and track progress across multiple tasks.
  • Execute tasks deterministically via a lightweight task manager with next/done/fail/status commands.
  • Resume interrupted work by reloading the design file and continuing from the first incomplete task.
  • Integrate with design-team workflows for feature development, code generation, and deployment steps.

Quick Start

Run the CLI to start executing tasks from a design file (for example docs/designs/2026-01-02-user-auth.md) and manage progress with the next, done, and status commands.

Frequently Asked Questions about feature-pipeline

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

FAQPage Schema
How do I convert a Markdown design document into executable tasks?

To convert a Markdown design document into executable tasks, this tool parses Markdown checkbox lists and applies a Python-based task manager to guide deterministic execution, reducing manual tracking and context switching.

Can I resume interrupted task execution from a design document?

Yes, you can resume interrupted task execution by reloading the design file; the workflow supports session-free recovery and automatically continues processing from the first incomplete Markdown checkbox task.

What is the best way to track feature development progress using Markdown?

The best way to track feature development progress using Markdown is by interpreting checkbox lists as deterministic tasks, utilizing next, done, fail, and status commands to monitor execution across the design document.

Does this task manager support design-to-code handoffs without a persistent session?

Yes, this task manager supports design-to-code handoffs without a persistent session by applying lightweight status tracking and reloading the design file to recover workflow state from the first incomplete task.