developer-delphi-docs-to-structured-code

Convert canonical project documentation into structured Delphi/FPC code with traceability.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-docs-to-structured-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-delphi-docs-to-structured-code
Source: https://github.com/cslsoftwares/ParamentersORM/tree/main/.cursor/skills/developer-delphi-docs-to-structured-code_V1.0.0
Command: npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-docs-to-structured-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill transforms canonical project documentation (Documentation/Arquitetura, Regras de Negocio, Roadmap, Analise) into structured Object Pascal code, establishing traceability between requirements and implementation, an incremental plan, and mandatory validation for Delphi and FPC.

Core Features & Use Cases

  • Maps architectural and business documentation into units, interfaces, and classes with traceability to requirements.
  • Generates an incremental implementation plan that supports cross-compiler validation (Delphi and Free Pascal).
  • Performs validation checks to ensure the produced code aligns with documented specifications and can be reviewed against the canonical docs.

Quick Start

Map canonical project documentation to structured code by generating modules, interfaces and classes with traceability for Delphi and FPC.

Frequently Asked Questions about developer-delphi-docs-to-structured-code

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

FAQPage Schema
How do I convert project documentation into structured Delphi code?

To convert project documentation into structured Delphi code, map canonical architecture and business rule documents into modular Object Pascal units, interfaces, and classes. This generates structured code with direct traceability linking implementation back to original requirements.

What is traceability between requirements and implementation in Object Pascal?

Traceability between requirements and implementation in Object Pascal is the mapping of architectural and business documentation directly to generated units, interfaces, and classes. It ensures produced code aligns with documented specifications and can be reviewed against canonical project docs.

Can I use Free Pascal alongside Delphi for cross-compiler validation?

Yes, you can use Free Pascal alongside Delphi for cross-compiler validation. The mapping process generates an incremental implementation plan that explicitly supports validating modular units across both Delphi and FPC compilers.

How do I generate an incremental implementation plan from architecture documentation?

Generate an incremental implementation plan from architecture documentation by mapping canonical project specs into modular units. This plan supports incremental delivery and cross-compiler validation, ensuring technical specs and implementation maps are satisfied across Delphi and FPC.

Does mapping business rules to Object Pascal support incremental delivery?

Mapping business rules to Object Pascal supports incremental delivery by generating an incremental implementation plan with modular units, interfaces, and classes. This allows phased development and cross-compiler validation between Delphi and Free Pascal.