stage-04-mechanism-extraction

Decompose Stage 3 concepts into mechanisms with IDs and dependency DAGs.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/digisurfsome/Greptacular --skill stage-04-mechanism-extraction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stage-04-mechanism-extraction
Source: https://github.com/digisurfsome/Greptacular/tree/main/docs/page-prds/prd-maker/skills-complete/stage-04-mechanism-extraction
Command: npx skills add https://github.com/digisurfsome/Greptacular --skill stage-04-mechanism-extraction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposes a complex Stage 3 concept into discrete, independently evaluable mechanisms with unique IDs, clear dependencies, and a defined core mechanism to guide development sequencing.

Core Features & Use Cases

  • Enumerates every distinct functional mechanism, assigns a unique ID (mech_001, mech_002, ...), and links each to one or more A-N categories.
  • Tags mechanisms as OBVIOUS or NEEDS_EVALUATION, runs a 10-step evaluation for NEEDS_EVALUATION items, and determines a core mechanism.
  • Exports a DAG of mechanisms and dependencies for Stage 7 planning and handoff readiness.

Quick Start

Run mechanism extraction on a Stage 3 concept to generate a complete stage-4 mechanism map.

Frequently Asked Questions about stage-04-mechanism-extraction

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

FAQPage Schema
How do I decompose a product concept into a dependency graph for development?

To decompose a product concept into a dependency graph, enumerate every distinct functional mechanism, assign unique IDs, map dependencies, and output a structured DAG ready for development sequencing.

What is mechanism extraction in product design?

Mechanism extraction in product design is the process of breaking down a complex concept into discrete, independently evaluable mechanisms with clear dependencies and a defined core mechanism to guide sequencing.

How do I identify a core mechanism from a complex feature set?

You identify a core mechanism by enumerating all functional mechanisms, tagging them as OBVIOUS or NEEDS_EVALUATION, running a 10-step evaluation on uncertain items, and determining the central guiding mechanism.

When do I need to generate a DAG for product mechanisms?

You need to generate a DAG for product mechanisms when you have a complex Stage 3 concept and must structure discrete mechanisms with dependency mappings for downstream planning and handoff readiness.

Can I use mechanism extraction without a fully defined Stage 3 concept?

No, you cannot use mechanism extraction without a fully defined Stage 3 concept. The Skill specifically requires a Stage 3 concept as input to decompose it into discrete mechanisms and dependency mappings.

How do I evaluate mechanisms that need further assessment?

To evaluate mechanisms that need further assessment, tag them as NEEDS_EVALUATION and apply the built-in 10-step evaluation process to determine their viability and role within the dependency graph.