td-feature-synthesize

Merge survey inputs into a prioritized feature backlog with roadmap reconciliation.

30|6|Updated May 25, 2026
One-click install
npx skills add https://github.com/Pantani/tdmcp --skill td-feature-synthesize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: td-feature-synthesize
Source: https://github.com/Pantani/tdmcp/tree/main/.agents/skills/td-feature-synthesize
Command: npx skills add https://github.com/Pantani/tdmcp --skill td-feature-synthesize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability consolidates multiple discovery surveys and existing roadmap items into a single, prioritized feature backlog artifact ready for pipeline handoff, reducing duplication and misalignment.

Core Features & Use Cases

  • Deduplicate cross-surface survey items into a single feature entry with cross-reference notes.
  • Reconcile new discoveries against the existing roadmap, surfacing NEW, Already planned, and Extensions buckets.
  • Produce a pipeline-ready backlog document (_workspace/discovery/FEATURE_BACKLOG.md) with top-N rankings and a recommended shortlist for the build pipeline.

Quick Start

Run the td-feature-synthesize workflow to merge all surveys, dedupe duplicates, reconcile with the roadmap, and emit _workspace/discovery/FEATURE_BACKLOG.md alongside a pipeline-ready shortlist.

Frequently Asked Questions about td-feature-synthesize

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

FAQPage Schema
How do I merge multiple discovery surveys into a single feature backlog?

To merge multiple discovery surveys into a feature backlog, this Skill consolidates disparate inputs, deduplicates overlapping items, and reconciles them with your existing roadmap. It outputs a pipeline-ready backlog artifact with surface-specific rankings and cross-reference notes.

How does survey deduplication work when prioritizing a feature pipeline?

Survey deduplication works by identifying overlapping feature requests across different surfaces and consolidating them into a single entry. The Skill then adds cross-reference notes to maintain traceability before reconciling the unified items against your current roadmap.

What is the best way to reconcile new survey features with an existing roadmap?

The best way to reconcile new survey features with an existing roadmap is to categorize consolidated items into NEW, Already planned, and Extensions buckets. This process surfaces alignment gaps and ensures newly discovered features are properly contextualized before pipeline handoff.

Can I score backlog features by impact and effort using a custom profile?

Yes, you can score backlog features by impact and effort using a named profile. The Skill applies this scoring mechanism to the consolidated survey items to generate top-N rankings and a recommended shortlist for your build pipeline.

What format does the synthesized feature backlog output to?

The synthesized feature backlog outputs to a markdown file located at _workspace/discovery/FEATURE_BACKLOG.md. This pipeline-ready document contains the prioritized feature list, surface-specific rankings, cross-reference gaps, and probe-first flags.