Add content field instruction capabilities #54

Closed
opened 2025-10-01 00:10:42 +00:00 by tegwick · 0 comments
Owner

UseCase: As a user creating schemas for document generation, I want to include instructions for what content should go into each section, so that generated drafts provide clear guidance for content authors.

Technical Requirements:
Extend schema structure to include instruction fields that specify what type of content should be placed in each section, paragraph, or content area of documents generated from the schema.

Acceptance Criteria:

  • Schema can include content instructions for each section
  • Instructions are preserved when validating documents
  • Instructions can be displayed during document generation
  • Instructions support different content types (text, lists, requirements, etc.)
  • Instructions can be optional or required
  • Generated drafts include instruction placeholders
  • CLI supports adding instructions during schema creation

Dependencies:

  • Metaschema definition (Issue #50)
  • Heading text capture (Issue #52)
  • Current schema generation system (Issue #5)
UseCase: As a user creating schemas for document generation, I want to include instructions for what content should go into each section, so that generated drafts provide clear guidance for content authors. Technical Requirements: Extend schema structure to include instruction fields that specify what type of content should be placed in each section, paragraph, or content area of documents generated from the schema. Acceptance Criteria: - [ ] Schema can include content instructions for each section - [ ] Instructions are preserved when validating documents - [ ] Instructions can be displayed during document generation - [ ] Instructions support different content types (text, lists, requirements, etc.) - [ ] Instructions can be optional or required - [ ] Generated drafts include instruction placeholders - [ ] CLI supports adding instructions during schema creation Dependencies: - Metaschema definition (Issue #50) - Heading text capture (Issue #52) - Current schema generation system (Issue #5)
Sign in to join this conversation.