definition-agent-rules

Generate root and per-directory agent rule files from PRD.md and RFC.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/GomezFabricio/sdd-genesis --skill definition-agent-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: definition-agent-rules
Source: https://github.com/GomezFabricio/sdd-genesis/tree/main/skills/definition-agent-rules
Command: npx skills add https://github.com/GomezFabricio/sdd-genesis --skill definition-agent-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lee PRD.md y RFC.md desde el directorio de implementación y genera todos los archivos de reglas del agente del proyecto (raíz + por directorio).

Core Features & Use Cases

  • Genera archivos de reglas del agente para un proyecto a partir de PRD.md y RFC.md.
  • Crea archivos raíz y por directorio con la estructura de reglas y convenciones definidas en el RFC.
  • Automatiza la definición de reglas de comportamiento del agente para diferentes componentes del proyecto.

Quick Start

Ejecuta este skill para generar en la raíz y en cada directorio las reglas del agente a partir de PRD.md y RFC.md.

Frequently Asked Questions about definition-agent-rules

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

FAQPage Schema
How do I generate agent rules from a PRD and RFC?

You can generate agent rules from a PRD and RFC by running a tool that reads PRD.md and RFC.md to determine project scope and automatically creates root and per-directory agent rule files based on the extracted conventions.

What is the process for creating per-directory agent rules for a project?

Creating per-directory agent rules involves parsing the RFC.md sections to populate specific conventions, then generating individual agent files alongside a root agent file to define behavioral rules for different project components automatically.

Does this agent rule generation work with both CLAUDE.md and AGENTS.md formats?

Yes, the agent rule generation process detects the specific AI tool being used and generates the appropriate configuration files, automatically creating either CLAUDE.md or AGENTS.md files depending on the detected environment.

Do I need existing PRD.md and RFC.md files before generating agent rules?

Yes, you must have existing PRD.md and RFC.md files in your implementation directory, as the agent rule generation process strictly requires these documents to exist to read project scope and populate behavioral conventions.

What are the limitations of automating agent rule files from RFC documents?

A limitation of automating agent rule files from RFC documents is that the generation strictly depends on the structure of your RFC.md sections to populate rules, meaning incomplete or unstructured RFC data will result in inadequate agent conventions.