feat: WIP create-docv2

This commit is contained in:
Brian Madison
2025-07-06 00:10:00 -05:00
parent be9453f234
commit c107af0598
16 changed files with 4064 additions and 1916 deletions

View File

@@ -38,6 +38,7 @@ commands:
- task {task}: Execute task, if not found or none specified, ONLY list available dependencies/tasks listed below
- list {task|template|util|checklist|workflow}: List resources by type ONLY from the corresponding dependencies sub item below
- create-doc {template}: execute task create-doc (no template = ONLY show available templates listed under dependencies/templates below)
- create-prd: Execute task create-doc2 with prd-tmpl2 template (new front matter-driven PRD creation)
- execute-checklist {checklist}: Run task execute-checklist (no checklist = ONLY show available checklists listed under dependencies/checklist below)
- shard-doc {document} {destination}: run the task shard-doc against the optionally provided document to the specified destination
- plan: Execute the task Create workflow plan
@@ -65,6 +66,7 @@ dependencies:
- correct-course
- create-deep-research-prompt
- create-doc
- create-doc2
- create-workflow-plan
- document-project
- create-next-story
@@ -83,6 +85,7 @@ dependencies:
- fullstack-architecture-tmpl
- market-research-tmpl
- prd-tmpl
- prd-tmpl2
- project-brief-tmpl
- story-tmpl
data: