requirements-synthesizer

Synthesize functional requirements, actors, and scope into structured markdown files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/apadern/.github_tailormade --skill requirements-synthesizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requirements-synthesizer
Source: https://github.com/apadern/.github_tailormade/tree/main/skills/requirements-synthesizer
Command: npx skills add https://github.com/apadern/.github_tailormade --skill requirements-synthesizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically transform raw extracted requirements (RFs), actors and scope into structured artifacts, reducing manual synthesis effort and ensuring consistency.

Core Features & Use Cases

  • Automated RF synthesis: transform raw RFs into formal, module-scoped requirements organized by subsystem.
  • Actor and scope derivation: identify stakeholders and define system boundaries from source documents and visuals.
  • Output provenance: save results in analisis/ as separate markdown files (01_objetivo_y_alcance.md, 02_actores_y_roles.md, 03_requerimientos_funcionales.md, 04_requerimientos_tecnicos.md) for traceability and review.

Quick Start

Run the Requirements Synthesizer on requisitos.md and imagenes.md to generate analisis/01_objetivo_y_alcance.md, analisis/02_actores_y_roles.md, analisis/03_requerimientos_funcionales.md, and analisis/04_requerimientos_tecnicos.md.

Frequently Asked Questions about requirements-synthesizer

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

FAQPage Schema
How do I synthesize functional requirements from raw extracted documents?

To synthesize functional requirements from raw extracted documents, run the Requirements Synthesizer on your requisitos.md and imagenes.md files to automatically transform raw RFs, actors, and scope into structured module-scoped artifacts.

What is the best way to structure actors and scope from source documents and images?

Structuring actors and scope from source documents and images is done by deriving stakeholders and system boundaries directly from the extracted content, saving the results as analisis/01_objetivo_y_alcance.md and 02_actores_y_roles.md.

How do I generate technical requirements alongside functional requirements?

You can generate technical requirements alongside functional requirements by running the synthesis process, which derives module technical requirements and outputs them to analisis/04_requerimientos_tecnicos.md with traceability to source documents.

Can I use this requirements analysis tool with markdown files only?

Yes, you can use this requirements analysis tool with markdown files, specifically requisitos.md and imagenes.md, to generate the four structured markdown files in the analisis/ directory.

Does requirements synthesis preserve traceability to source documents?

Yes, requirements synthesis preserves traceability to source documents by automatically linking the generated formal module-scoped requirements back to the original extracted text and images.

When should I use an automated RF synthesis tool instead of manual structuring?

You should use automated RF synthesis instead of manual structuring when starting software projects from requirements documents, as it reduces manual effort and ensures consistency across subsystems.