Schema-based draft generation #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
UseCase: As a user with a well-defined schema, I want to generate draft documents that follow the schema structure and include content instructions, so that I can quickly create new documents with consistent formatting and guidance.
Technical Requirements:
Create a new CLI command generate-stub (or extend existing) that takes a schema file and generates a markdown document template with proper headings, structure, and content instruction placeholders.
Acceptance Criteria:
Dependencies: